Commit 95bbb559 by vincent

bump tfjs-core version to 0.13.2

parent e5261c10
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
} }
}, },
"@tensorflow/tfjs-core": { "@tensorflow/tfjs-core": {
"version": "0.12.14", "version": "0.13.2",
"resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.12.14.tgz", "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz",
"integrity": "sha512-BRyTwtwmJnnePTcsqjCr/IrkfZ/AsUA7JJ9O3QlROSoUgkHMzxpePkGXnBcLo3DWsI3C+zDjVaVialcGDDb+Lw==", "integrity": "sha512-0+/Lfjmv+eMibVaYCe2trSqps5+K+b5BZbzJTwbHM2fpV1l1XJpp6PLyZ05A4mhQcAiuIgNgim48H97Yl+yAMw==",
"requires": { "requires": {
"@types/seedrandom": "2.4.27", "@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.29", "@types/webgl-ext": "0.0.29",
...@@ -4903,22 +4903,48 @@ ...@@ -4903,22 +4903,48 @@
} }
}, },
"tfjs-image-recognition-base": { "tfjs-image-recognition-base": {
"version": "0.1.1", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.1.1.tgz", "resolved": "https://registry.npmjs.org/tfjs-image-recognition-base/-/tfjs-image-recognition-base-0.1.2.tgz",
"integrity": "sha512-2K1kpkzPD95g737WVWlvmeqdDPXZziQ26bUd4j9SUOHi04b9c5Mnv49siNkhA0WgAGjQc0g4ZXT54uM4lPwMJA==", "integrity": "sha512-+mnRdQ6IxA2q2nTIRmwImmUidgE9qhhWOXVCPvgnA/g52CXeydgT4NpOHHCcteWgqwg5q6ju1p0epWKgP1k/dg==",
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.12.14", "@tensorflow/tfjs-core": "0.13.2",
"tslib": "1.9.3" "tslib": "1.9.3"
},
"dependencies": {
"@tensorflow/tfjs-core": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz",
"integrity": "sha512-0+/Lfjmv+eMibVaYCe2trSqps5+K+b5BZbzJTwbHM2fpV1l1XJpp6PLyZ05A4mhQcAiuIgNgim48H97Yl+yAMw==",
"requires": {
"@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.29",
"@types/webgl2": "0.0.4",
"seedrandom": "2.4.4"
}
}
} }
}, },
"tfjs-tiny-yolov2": { "tfjs-tiny-yolov2": {
"version": "0.1.2", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/tfjs-tiny-yolov2/-/tfjs-tiny-yolov2-0.1.2.tgz", "resolved": "https://registry.npmjs.org/tfjs-tiny-yolov2/-/tfjs-tiny-yolov2-0.1.3.tgz",
"integrity": "sha512-XKehfXBikjPhXObRQWK5Xk6X8IFp+Ik7ysO/tNPvi5Q538E2mF/uGydvmviGg2lGXO5di2B975QJG1w9dQXWew==", "integrity": "sha512-oY77SnFFzOizXRYPfRcHO9LuqB+dJkXvOBZz6b04E5HrJvVkCJu/MDJBIHuMdbe2TuVmPIhcX+Yr1bqLp3gXKw==",
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.12.14", "@tensorflow/tfjs-core": "0.13.2",
"tfjs-image-recognition-base": "0.1.1", "tfjs-image-recognition-base": "0.1.2",
"tslib": "1.9.3" "tslib": "1.9.3"
},
"dependencies": {
"@tensorflow/tfjs-core": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz",
"integrity": "sha512-0+/Lfjmv+eMibVaYCe2trSqps5+K+b5BZbzJTwbHM2fpV1l1XJpp6PLyZ05A4mhQcAiuIgNgim48H97Yl+yAMw==",
"requires": {
"@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.29",
"@types/webgl2": "0.0.4",
"seedrandom": "2.4.4"
}
}
} }
}, },
"through2": { "through2": {
......
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
"author": "justadudewhohacks", "author": "justadudewhohacks",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tensorflow/tfjs-core": "^0.12.14", "@tensorflow/tfjs-core": "^0.13.2",
"tfjs-image-recognition-base": "^0.1.1", "tfjs-image-recognition-base": "^0.1.2",
"tfjs-tiny-yolov2": "^0.1.2", "tfjs-tiny-yolov2": "^0.1.3",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"devDependencies": { "devDependencies": {
......
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