From 05a7f3174589d2dde60f6dad9d38ff76556b600c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 27 Oct 2021 09:44:17 -0400 Subject: [PATCH] 2.4.2 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ebfa963e..970cca06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.4.1", + "version": "2.4.2", "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", @@ -89,6 +89,5 @@ "typedoc": "0.22.7", "typescript": "4.4.4" }, - "dependencies": { - } + "dependencies": {} }