Commit 0a30ee70 by vincent

bump tfjs-image-recognition-base version

parent 1416877d
...@@ -4903,9 +4903,9 @@ ...@@ -4903,9 +4903,9 @@
} }
}, },
"tfjs-image-recognition-base": { "tfjs-image-recognition-base": {
"version": "0.1.2", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.1.2.tgz", "resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.1.3.tgz",
"integrity": "sha512-+mnRdQ6IxA2q2nTIRmwImmUidgE9qhhWOXVCPvgnA/g52CXeydgT4NpOHHCcteWgqwg5q6ju1p0epWKgP1k/dg==", "integrity": "sha512-Vo1arsSkOxtlBedWxw7w2V/mbpp70izAJPu0Cl6WE62ZJ0kLL6TmFphGAr3zKaqrZ0VOyADVedDqFic3aH84RQ==",
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.13.2", "@tensorflow/tfjs-core": "0.13.2",
"tslib": "1.9.3" "tslib": "1.9.3"
...@@ -4917,7 +4917,7 @@ ...@@ -4917,7 +4917,7 @@
"integrity": "sha512-HSdBu6dMyQdtueY32wSO+5IajXDrvu7MufvUBaLD0CubKbfJWM1JogsONUkvp3N948UAI2/K35p9+eEP2woXpw==", "integrity": "sha512-HSdBu6dMyQdtueY32wSO+5IajXDrvu7MufvUBaLD0CubKbfJWM1JogsONUkvp3N948UAI2/K35p9+eEP2woXpw==",
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.13.2", "@tensorflow/tfjs-core": "0.13.2",
"tfjs-image-recognition-base": "0.1.2", "tfjs-image-recognition-base": "0.1.3",
"tslib": "1.9.3" "tslib": "1.9.3"
} }
}, },
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tensorflow/tfjs-core": "^0.13.2", "@tensorflow/tfjs-core": "^0.13.2",
"tfjs-image-recognition-base": "^0.1.2", "tfjs-image-recognition-base": "^0.1.3",
"tfjs-tiny-yolov2": "^0.2.1", "tfjs-tiny-yolov2": "^0.2.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment