pull/186/head
Vladimir Mandic 2023-01-06 13:04:31 -05:00
parent aefd776a9e
commit b034c46f80
1 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.7.7",
"version": "1.7.8",
"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",
@ -44,25 +44,25 @@
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.33.7",
"@tensorflow/tfjs": "^4.1.0",
"@tensorflow/tfjs-backend-cpu": "^4.1.0",
"@tensorflow/tfjs-backend-wasm": "^4.1.0",
"@tensorflow/tfjs-backend-webgl": "^4.1.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.16",
"@tensorflow/tfjs-converter": "^4.1.0",
"@tensorflow/tfjs-core": "^4.1.0",
"@tensorflow/tfjs-data": "^4.1.0",
"@tensorflow/tfjs-layers": "^4.1.0",
"@tensorflow/tfjs-node": "^4.1.0",
"@tensorflow/tfjs-node-gpu": "^4.1.0",
"@types/node": "^18.11.17",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.17",
"@tensorflow/tfjs-converter": "^4.2.0",
"@tensorflow/tfjs-core": "^4.2.0",
"@tensorflow/tfjs-data": "^4.2.0",
"@tensorflow/tfjs-layers": "^4.2.0",
"@tensorflow/tfjs-node": "^4.2.0",
"@tensorflow/tfjs-node-gpu": "^4.2.0",
"@types/node": "^18.11.18",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vladmandic/build": "^0.7.14",
"@vladmandic/pilogger": "^0.4.6",
"esbuild": "^0.16.10",
"eslint": "^8.30.0",
"esbuild": "^0.16.14",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",