From fc9a39ea132e7285a99315ea0a986e1a72f649d7 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 17 Jan 2024 16:44:28 -0500 Subject: [PATCH] 1.7.13 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99cfa8e..ba999a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vladmandic/face-api", - "version": "1.7.12", + "version": "1.7.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vladmandic/face-api", - "version": "1.7.12", + "version": "1.7.13", "license": "MIT", "devDependencies": { "@canvas/image": "^1.0.1", diff --git a/package.json b/package.json index 126f332..502cae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.7.12", + "version": "1.7.13", "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",