Skip to content

Commit

Permalink
Merge pull request jakowenko#56 from jakowenko/beta
Browse files Browse the repository at this point in the history
v0.6.3
  • Loading branch information
jakowenko authored Jun 15, 2021
2 parents ec08c93 + bd737d2 commit 9de7e89
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double-take-api",
"version": "0.6.2",
"version": "0.6.3",
"description": "Unified UI and API for processing and training images for facial recognition",
"scripts": {
"start": "node server.js",
Expand All @@ -18,7 +18,7 @@
"cors": "^2.8.5",
"execution-time": "^1.4.1",
"express": "^4.16.1",
"express-validator": "^6.10.0",
"express-validator": "^6.12.0",
"form-data": "^4.0.0",
"image-size": "^0.9.7",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion api/src/util/process.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports.isValidURL = async ({ type, url }) => {
const validOptions = ['image/jpg', 'image/jpeg', 'image/png'];
try {
const request = await axios({
method: 'head',
method: 'get',
url,
});
const { headers } = request;
Expand Down
14 changes: 7 additions & 7 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double-take-frontend",
"version": "0.6.2",
"version": "0.6.3",
"description": "Unified UI and API for processing and training images for facial recognition",
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -18,7 +18,7 @@
"luxon": "^1.27.0",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primevue": "^3.5.0",
"primevue": "^3.5.1",
"prismjs": "^1.23.0",
"vue": "^3.1.1",
"vue-axios": "^3.2.4",
Expand All @@ -35,7 +35,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.10.0",
"eslint-plugin-vue": "^7.11.1",
"node-sass": "^5.0.0",
"prettier": "^2.3.1",
"sass-loader": "^10.2.0"
Expand Down

0 comments on commit 9de7e89

Please sign in to comment.