pull/280/head
Vladimir Mandic 2022-06-08 08:44:52 -04:00
parent 55e2b2ab00
commit 61fa61ddd9
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "2.8.0",
"version": "2.8.1",
"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",
@ -53,7 +53,7 @@
"tensorflow"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.24.2",
"@microsoft/api-extractor": "^7.25.0",
"@tensorflow/tfjs": "^3.18.0",
"@tensorflow/tfjs-backend-cpu": "^3.18.0",
"@tensorflow/tfjs-backend-wasm": "^3.18.0",
@ -65,17 +65,17 @@
"@tensorflow/tfjs-layers": "^3.18.0",
"@tensorflow/tfjs-node": "^3.18.0",
"@tensorflow/tfjs-node-gpu": "^3.18.0",
"@types/node": "^17.0.38",
"@types/node": "^17.0.41",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vladmandic/build": "^0.7.4",
"@vladmandic/pilogger": "^0.4.4",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.1",
"dayjs": "^1.11.2",
"esbuild": "^0.14.42",
"eslint": "8.16.0",
"dayjs": "^1.11.3",
"esbuild": "^0.14.43",
"eslint": "8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
@ -87,6 +87,6 @@
"seedrandom": "^3.0.5",
"tslib": "^2.4.0",
"typedoc": "0.22.17",
"typescript": "4.7.2"
"typescript": "4.7.3"
}
}