pull/56/head
Vladimir Mandic 2021-05-27 14:03:27 -04:00
parent 25735fcb34
commit bf84748777
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.2.4",
"version": "1.2.5",
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
"sideEffects": false,
"main": "dist/face-api.node.js",
@ -46,17 +46,17 @@
"@tensorflow/tfjs-backend-wasm": "^3.6.0",
"@tensorflow/tfjs-node": "^3.6.1",
"@tensorflow/tfjs-node-gpu": "^3.6.1",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vladmandic/pilogger": "^0.2.17",
"canvas": "^2.8.0",
"chokidar": "^3.5.1",
"dayjs": "^1.10.4",
"esbuild": "^0.12.0",
"eslint": "^7.26.0",
"dayjs": "^1.10.5",
"esbuild": "^0.12.4",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
@ -66,6 +66,6 @@
"simple-git": "^2.39.0",
"tslib": "^2.2.0",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}