Commit 03c60b19 by vincent

bump tfjs-image-recognition-base version

parent ef065d6c
...@@ -5426,9 +5426,9 @@ ...@@ -5426,9 +5426,9 @@
} }
}, },
"tfjs-image-recognition-base": { "tfjs-image-recognition-base": {
"version": "0.3.0", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.3.0.tgz", "resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.3.1.tgz",
"integrity": "sha512-9n7x6FJpG+3XUP4DzcYXEvQsXKxYW6JjiSLjEQo9175WmIZ/blPpuY0cWbVu4AYpmy0+xC9mgyzHeADVuRnlLA==", "integrity": "sha512-58PNmCNwPx0AsQ7qfPn6iOiabIqzMuQymKFW4eZHXmsWW0fGlZBvO8AXLyuqW1ZbtH0LQUnyEETfWNFAYQmkwA==",
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.14.2", "@tensorflow/tfjs-core": "0.14.2",
"tslib": "^1.9.3" "tslib": "^1.9.3"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tensorflow/tfjs-core": "0.14.2", "@tensorflow/tfjs-core": "0.14.2",
"tfjs-image-recognition-base": "^0.3.0", "tfjs-image-recognition-base": "^0.3.1",
"tfjs-tiny-yolov2": "^0.4.0", "tfjs-tiny-yolov2": "^0.4.0",
"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