From fbf991a2d082422341bf967ffdef3d398d3cabb9 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 21 Oct 2021 11:31:46 -0400 Subject: [PATCH] 2.3.6 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f785440..0020367d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.3.5", + "version": "2.3.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", @@ -66,7 +66,7 @@ "@tensorflow/tfjs-layers": "^3.9.0", "@tensorflow/tfjs-node": "^3.9.0", "@tensorflow/tfjs-node-gpu": "^3.9.0", - "@types/node": "^16.11.1", + "@types/node": "^16.11.2", "@typescript-eslint/eslint-plugin": "^5.1.0", "@typescript-eslint/parser": "^5.1.0", "@vladmandic/build": "^0.6.2", @@ -79,7 +79,7 @@ "eslint-plugin-import": "^2.25.2", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-promise": "^5.1.1", "node-fetch": "^3.0.0", "rimraf": "^3.0.2", "seedrandom": "^3.0.5",