pull/46/head
Vladimir Mandic 2021-03-15 08:52:32 -04:00
parent 5a1cc87be2
commit 090a1d9e4b
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "1.1.1", "version": "1.1.2",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tensorflow/tfjs": "^3.3.0", "@tensorflow/tfjs": "^3.3.0",
@ -29,7 +29,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"simple-git": "^2.36.2", "simple-git": "^2.36.2",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typedoc": "^0.20.31", "typedoc": "^0.20.32",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"engines": { "engines": {
@ -3852,9 +3852,9 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.20.31", "version": "0.20.32",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.31.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
"integrity": "sha512-36ADb6bdzmnGde6H3dlyMmof0y0ryRvSOhYh96bJHcYdJKipf5Ir4uduj+mZfshd8ktCGlLg48LfNTAE9PpIrQ==", "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",
@ -7134,9 +7134,9 @@
"dev": true "dev": true
}, },
"typedoc": { "typedoc": {
"version": "0.20.31", "version": "0.20.32",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.31.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
"integrity": "sha512-36ADb6bdzmnGde6H3dlyMmof0y0ryRvSOhYh96bJHcYdJKipf5Ir4uduj+mZfshd8ktCGlLg48LfNTAE9PpIrQ==", "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"colors": "^1.4.0", "colors": "^1.4.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "1.1.1", "version": "1.1.2",
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS", "description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
"sideEffects": false, "sideEffects": false,
"main": "dist/face-api.node.js", "main": "dist/face-api.node.js",
@ -60,7 +60,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"simple-git": "^2.36.2", "simple-git": "^2.36.2",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typedoc": "^0.20.31", "typedoc": "^0.20.32",
"typescript": "^4.2.3" "typescript": "^4.2.3"
} }
} }