From c07be32e264f6a3cc8eb37ad1a899f21efce6598 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 9 Dec 2021 14:20:24 -0500 Subject: [PATCH] 1.6.1 --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 1fa3ebb..33f8fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.6.0", + "version": "1.6.1", "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", "sideEffects": false, "main": "dist/face-api.node.js", @@ -42,19 +42,19 @@ ], "devDependencies": { "@canvas/image": "^1.0.1", - "@microsoft/api-extractor": "^7.18.21", - "@tensorflow/tfjs": "^3.11.0", - "@tensorflow/tfjs-backend-cpu": "^3.11.0", - "@tensorflow/tfjs-backend-wasm": "^3.11.0", - "@tensorflow/tfjs-backend-webgl": "^3.11.0", + "@microsoft/api-extractor": "^7.19.1", + "@tensorflow/tfjs": "^3.12.0", + "@tensorflow/tfjs-backend-cpu": "^3.12.0", + "@tensorflow/tfjs-backend-wasm": "^3.12.0", + "@tensorflow/tfjs-backend-webgl": "^3.12.0", "@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8", - "@tensorflow/tfjs-converter": "^3.11.0", - "@tensorflow/tfjs-core": "^3.11.0", - "@tensorflow/tfjs-data": "^3.11.0", - "@tensorflow/tfjs-layers": "^3.11.0", - "@tensorflow/tfjs-node": "^3.11.0", - "@tensorflow/tfjs-node-gpu": "^3.11.0", - "@types/node": "^16.11.11", + "@tensorflow/tfjs-converter": "^3.12.0", + "@tensorflow/tfjs-core": "^3.12.0", + "@tensorflow/tfjs-data": "^3.12.0", + "@tensorflow/tfjs-layers": "^3.12.0", + "@tensorflow/tfjs-node": "^3.12.0", + "@tensorflow/tfjs-node-gpu": "^3.12.0", + "@types/node": "^16.11.12", "@types/offscreencanvas": "^2019.6.4", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0",