From 48d57b888e937607a3fcf2f252814e39f4b2f03c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 18 Nov 2021 10:06:07 -0500 Subject: [PATCH] 2.5.3 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dc7a4d11..b11bea96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.5.2", + "version": "2.5.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", @@ -66,6 +66,7 @@ "@tensorflow/tfjs-node": "^3.11.0", "@tensorflow/tfjs-node-gpu": "^3.11.0", "@types/node": "^16.11.7", + "@types/offscreencanvas": "^2019.6.4", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "@vladmandic/build": "^0.6.4",