From b3031c4ee2b3797b78551500c328d75ce8c9b9e8 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 28 Oct 2021 13:59:57 -0400 Subject: [PATCH] 2.4.3 --- package.json | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 970cca06..630f9582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.4.2", + "version": "2.4.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", @@ -55,17 +55,17 @@ "tensorflow" ], "devDependencies": { - "@tensorflow/tfjs": "^3.10.0", - "@tensorflow/tfjs-backend-cpu": "^3.10.0", - "@tensorflow/tfjs-backend-wasm": "^3.10.0", - "@tensorflow/tfjs-backend-webgl": "^3.10.0", + "@tensorflow/tfjs": "^3.11.0", + "@tensorflow/tfjs-backend-cpu": "^3.11.0", + "@tensorflow/tfjs-backend-wasm": "^3.11.0", + "@tensorflow/tfjs-backend-webgl": "^3.11.0", "@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8", - "@tensorflow/tfjs-converter": "^3.10.0", - "@tensorflow/tfjs-core": "^3.10.0", - "@tensorflow/tfjs-data": "^3.10.0", - "@tensorflow/tfjs-layers": "^3.10.0", - "@tensorflow/tfjs-node": "^3.10.0", - "@tensorflow/tfjs-node-gpu": "^3.10.0", + "@tensorflow/tfjs-converter": "^3.11.0", + "@tensorflow/tfjs-core": "^3.11.0", + "@tensorflow/tfjs-data": "^3.11.0", + "@tensorflow/tfjs-layers": "^3.11.0", + "@tensorflow/tfjs-node": "^3.11.0", + "@tensorflow/tfjs-node-gpu": "^3.11.0", "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.2.0", @@ -73,8 +73,7 @@ "@vladmandic/pilogger": "^0.3.3", "canvas": "^2.8.0", "dayjs": "^1.10.7", - "long": "^4.0.0", - "esbuild": "^0.13.9", + "esbuild": "^0.13.10", "eslint": "8.1.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-html": "^6.2.0", @@ -82,12 +81,12 @@ "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.1", + "long": "^5.0.0", "node-fetch": "^3.0.0", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "tslib": "^2.3.1", "typedoc": "0.22.7", "typescript": "4.4.4" - }, - "dependencies": {} + } }