pull/356/head
Vladimir Mandic 2023-01-07 15:48:15 -05:00
parent 35419b581e
commit 41e5541b5a
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "3.0.2",
"version": "3.0.3",
"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",
@ -93,11 +93,11 @@
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vladmandic/build": "^0.7.14",
"@vladmandic/pilogger": "^0.4.6",
"@vladmandic/build": "^0.7.15",
"@vladmandic/pilogger": "^0.4.7",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.11.0",
"esbuild": "^0.16.14",
"esbuild": "^0.16.15",
"eslint": "8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
@ -108,7 +108,7 @@
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^3.0.2",
"tslib": "^2.4.1",
"typedoc": "0.23.23",
"typedoc": "0.23.24",
"typescript": "4.9.4"
}
}