pull/356/head
Vladimir Mandic 2023-03-21 08:02:58 -04:00
parent e30d072ebf
commit e72a7808fb
1 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "3.0.5",
"version": "3.0.6",
"description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -81,26 +81,26 @@
"@html-eslint/eslint-plugin": "^0.17.1",
"@html-eslint/parser": "^0.17.1",
"@microsoft/api-extractor": "^7.34.4",
"@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.14.6",
"@tensorflow/tfjs-backend-cpu": "^4.3.0",
"@tensorflow/tfjs-backend-wasm": "^4.3.0",
"@tensorflow/tfjs-backend-webgl": "^4.3.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.18",
"@tensorflow/tfjs-converter": "^4.3.0",
"@tensorflow/tfjs-core": "^4.3.0",
"@tensorflow/tfjs-data": "^4.3.0",
"@tensorflow/tfjs-layers": "^4.3.0",
"@tensorflow/tfjs-node": "^4.3.0",
"@tensorflow/tfjs-node-gpu": "^4.3.0",
"@types/node": "^18.15.5",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vladmandic/build": "0.8.2",
"@vladmandic/pilogger": "^0.4.7",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.11.0",
"esbuild": "^0.17.11",
"eslint": "8.35.0",
"esbuild": "^0.17.12",
"eslint": "8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
@ -108,9 +108,9 @@
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^4.3.1",
"rimraf": "^4.4.0",
"tslib": "^2.5.0",
"typedoc": "0.24.0-beta.2",
"typescript": "4.9.5"
"typedoc": "0.23.28",
"typescript": "5.0.2"
}
}