update dependencies

pull/50/head
Vladimir Mandic 2020-12-12 11:25:12 -05:00
parent 409e6749c0
commit ce7d903a8b
14 changed files with 917 additions and 2313 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"inputs": {
"dist/human.esm.js": {
"bytes": 1830186,
"bytes": 1797523,
"imports": []
},
"demo/draw.js": {
@ -38,14 +38,14 @@
"dist/demo-browser-index.js.map": {
"imports": [],
"inputs": {},
"bytes": 2749760
"bytes": 2716716
},
"dist/demo-browser-index.js": {
"imports": [],
"exports": [],
"inputs": {
"dist/human.esm.js": {
"bytesInOutput": 1822946
"bytesInOutput": 1790283
},
"demo/draw.js": {
"bytesInOutput": 7816
@ -60,7 +60,7 @@
"bytesInOutput": 19529
}
},
"bytes": 1876862
"bytes": 1844199
}
}
}

394
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
dist/human.esm.json vendored
View File

@ -5,7 +5,7 @@
"imports": []
},
"dist/tfjs.esm.js": {
"bytes": 1522244,
"bytes": 1489546,
"imports": []
},
"src/face/blazeface.js": {
@ -350,7 +350,7 @@
"imports": []
},
"package.json": {
"bytes": 2323,
"bytes": 2324,
"imports": []
},
"src/human.js": {
@ -408,7 +408,7 @@
"dist/human.esm.js.map": {
"imports": [],
"inputs": {},
"bytes": 2656485
"bytes": 2623471
},
"dist/human.esm.js": {
"imports": [],
@ -507,7 +507,7 @@
"bytesInOutput": 266
},
"dist/tfjs.esm.js": {
"bytesInOutput": 1520210
"bytesInOutput": 1487547
},
"src/human.js": {
"bytesInOutput": 11073
@ -528,7 +528,7 @@
"bytesInOutput": 21
}
},
"bytes": 1830186
"bytes": 1797523
}
}
}

394
dist/human.js vendored

File diff suppressed because one or more lines are too long

6
dist/human.js.map vendored

File diff suppressed because one or more lines are too long

10
dist/human.json vendored
View File

@ -5,7 +5,7 @@
"imports": []
},
"dist/tfjs.esm.js": {
"bytes": 1522244,
"bytes": 1489546,
"imports": []
},
"src/face/blazeface.js": {
@ -350,7 +350,7 @@
"imports": []
},
"package.json": {
"bytes": 2323,
"bytes": 2324,
"imports": []
},
"src/human.js": {
@ -408,7 +408,7 @@
"dist/human.js.map": {
"imports": [],
"inputs": {},
"bytes": 2673870
"bytes": 2640856
},
"dist/human.js": {
"imports": [],
@ -508,7 +508,7 @@
"bytesInOutput": 266
},
"dist/tfjs.esm.js": {
"bytesInOutput": 1520210
"bytesInOutput": 1487547
},
"src/hand/box.js": {
"bytesInOutput": 1473
@ -526,7 +526,7 @@
"bytesInOutput": 21
}
},
"bytes": 1830260
"bytes": 1797597
}
}
}

394
dist/tfjs.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1594
dist/tfjs.esm.json vendored

File diff suppressed because it is too large Load Diff

6
package-lock.json generated
View File

@ -363,9 +363,9 @@
"dev": true
},
"@vladmandic/pilogger": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/@vladmandic/pilogger/-/pilogger-0.2.9.tgz",
"integrity": "sha512-UaDAFoEJwPw8248u9WQjVexP24wMiglHMWWd4X0gwukZuDw+CkoLddVF8335OYa+pXbP+t/rwx+E50f5rd5IhQ==",
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/@vladmandic/pilogger/-/pilogger-0.2.10.tgz",
"integrity": "sha512-8IXLnLpxg0cxND3HHNso1wTwt+AqS26Q2nTxnX71dnGartycj3t/yAt9VFa8CdfavC2HVwpJcO9Wo8Zz5S/Y+w==",
"dev": true
},
"abbrev": {

View File

@ -32,7 +32,7 @@
"@tensorflow/tfjs-layers": "^2.7.0",
"@tensorflow/tfjs-node": "^2.7.0",
"@tensorflow/tfjs-node-gpu": "^2.7.0",
"@vladmandic/pilogger": "^0.2.9",
"@vladmandic/pilogger": "^0.2.10",
"chokidar": "^3.4.3",
"dayjs": "^1.9.7",
"esbuild": "^0.8.22",