From cb6a21a505c61f0ba7edb4f8aa509247973e6032 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 24 May 2022 07:19:38 -0400 Subject: [PATCH] 2.7.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 911c1f63..aac1a6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.7.2", + "version": "2.7.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", @@ -67,8 +67,8 @@ "@tensorflow/tfjs-node-gpu": "^3.18.0", "@types/node": "^17.0.35", "@types/offscreencanvas": "^2019.6.4", - "@typescript-eslint/eslint-plugin": "^5.25.0", - "@typescript-eslint/parser": "^5.25.0", + "@typescript-eslint/eslint-plugin": "^5.26.0", + "@typescript-eslint/parser": "^5.26.0", "@vladmandic/build": "^0.7.4", "@vladmandic/pilogger": "^0.4.4", "@vladmandic/tfjs": "github:vladmandic/tfjs",