1.1.2
parent
5a1cc87be2
commit
090a1d9e4b
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs": "^3.3.0",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^2.36.2",
|
||||
"tslib": "^2.1.0",
|
||||
"typedoc": "^0.20.31",
|
||||
"typedoc": "^0.20.32",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -3852,9 +3852,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typedoc": {
|
||||
"version": "0.20.31",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.31.tgz",
|
||||
"integrity": "sha512-36ADb6bdzmnGde6H3dlyMmof0y0ryRvSOhYh96bJHcYdJKipf5Ir4uduj+mZfshd8ktCGlLg48LfNTAE9PpIrQ==",
|
||||
"version": "0.20.32",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
|
||||
"integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
|
@ -7134,9 +7134,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"typedoc": {
|
||||
"version": "0.20.31",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.31.tgz",
|
||||
"integrity": "sha512-36ADb6bdzmnGde6H3dlyMmof0y0ryRvSOhYh96bJHcYdJKipf5Ir4uduj+mZfshd8ktCGlLg48LfNTAE9PpIrQ==",
|
||||
"version": "0.20.32",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
|
||||
"integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"colors": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
|
||||
"sideEffects": false,
|
||||
"main": "dist/face-api.node.js",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"simple-git": "^2.36.2",
|
||||
"tslib": "^2.1.0",
|
||||
"typedoc": "^0.20.31",
|
||||
"typedoc": "^0.20.32",
|
||||
"typescript": "^4.2.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue