pull/186/head
Vladimir Mandic 2023-01-29 09:00:29 -05:00
parent 3ea729badb
commit 0736a99250
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.7.8",
"version": "1.7.9",
"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",
@ -43,7 +43,7 @@
],
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.33.8",
"@microsoft/api-extractor": "^7.34.0",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
@ -57,20 +57,20 @@
"@tensorflow/tfjs-node-gpu": "^4.2.0",
"@types/node": "^18.11.18",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vladmandic/build": "^0.7.15",
"@vladmandic/pilogger": "^0.4.7",
"esbuild": "^0.17.3",
"eslint": "^8.32.0",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^4.1.1",
"rimraf": "^4.1.2",
"seedrandom": "^3.0.5",
"tslib": "^2.4.1",
"tslib": "^2.5.0",
"typedoc": "^0.23.24",
"typescript": "4.9.4"
}