From 7bfca783efe5079ac738a190c9c22ffdf65a1c51 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 20 Jan 2022 07:54:56 -0500 Subject: [PATCH] 2.6.1 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3407ed34..76170f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.6.0", + "version": "2.6.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", @@ -65,14 +65,14 @@ "@tensorflow/tfjs-layers": "^3.13.0", "@tensorflow/tfjs-node": "^3.13.0", "@tensorflow/tfjs-node-gpu": "^3.13.0", - "@types/node": "^17.0.9", + "@types/node": "^17.0.10", "@types/offscreencanvas": "^2019.6.4", - "@typescript-eslint/eslint-plugin": "^5.9.1", - "@typescript-eslint/parser": "^5.9.1", + "@typescript-eslint/eslint-plugin": "^5.10.0", + "@typescript-eslint/parser": "^5.10.0", "@vladmandic/build": "^0.6.7", "@vladmandic/pilogger": "^0.4.2", "@vladmandic/tfjs": "github:vladmandic/tfjs", - "canvas": "^2.8.0", + "canvas": "^2.9.0", "dayjs": "^1.10.7", "esbuild": "^0.14.11", "eslint": "8.7.0", @@ -86,7 +86,7 @@ "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "tslib": "^2.3.1", - "typedoc": "0.22.10", + "typedoc": "0.22.11", "typescript": "4.5.4" } }