From d28e5d2142f42986809e8c594e1324a7dd12f8d0 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 24 Aug 2022 08:20:11 -0400 Subject: [PATCH] 1.7.3 --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 6f002cc..730b9af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.7.2", + "version": "1.7.3", "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 @@ "tfjs" ], "devDependencies": { - "@microsoft/api-extractor": "^7.29.3", - "@tensorflow/tfjs": "^3.19.0", - "@tensorflow/tfjs-backend-cpu": "^3.19.0", - "@tensorflow/tfjs-backend-wasm": "^3.19.0", - "@tensorflow/tfjs-backend-webgl": "^3.19.0", + "@microsoft/api-extractor": "^7.29.5", + "@tensorflow/tfjs": "^3.20.0", + "@tensorflow/tfjs-backend-cpu": "^3.20.0", + "@tensorflow/tfjs-backend-wasm": "^3.20.0", + "@tensorflow/tfjs-backend-webgl": "^3.20.0", "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.12", - "@tensorflow/tfjs-converter": "^3.19.0", - "@tensorflow/tfjs-core": "^3.19.0", - "@tensorflow/tfjs-data": "^3.19.0", - "@tensorflow/tfjs-layers": "^3.19.0", - "@tensorflow/tfjs-node": "^3.19.0", - "@tensorflow/tfjs-node-gpu": "^3.19.0", - "@types/node": "^18.7.11", + "@tensorflow/tfjs-converter": "^3.20.0", + "@tensorflow/tfjs-core": "^3.20.0", + "@tensorflow/tfjs-data": "^3.20.0", + "@tensorflow/tfjs-layers": "^3.20.0", + "@tensorflow/tfjs-node": "^3.20.0", + "@tensorflow/tfjs-node-gpu": "^3.20.0", + "@types/node": "^18.7.13", "@types/offscreencanvas": "^2019.7.0", "@typescript-eslint/eslint-plugin": "^5.34.0", "@typescript-eslint/parser": "^5.34.0",