From 53a7ddea2926f62b7eba8b98f1f88efbb71096df Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 21 May 2021 06:51:31 -0400 Subject: [PATCH] 1.9.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 088c359e..71135a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "1.9.0", + "version": "1.9.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", @@ -61,7 +61,7 @@ "@tensorflow/tfjs-layers": "^3.6.0", "@tensorflow/tfjs-node": "^3.6.1", "@tensorflow/tfjs-node-gpu": "^3.6.1", - "@types/node": "^15.3.0", + "@types/node": "^15.6.0", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "@vladmandic/pilogger": "^0.2.17",