diff --git a/tfjs/package.json b/tfjs/package.json index 345b97f8b9d..8e7fe2966d2 100644 --- a/tfjs/package.json +++ b/tfjs/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs", - "version": "0.0.0", + "version": "1.7.2", "description": "An open-source machine learning framework.", "private": false, "main": "dist/index", @@ -71,9 +71,9 @@ "test-ci": "./scripts/test-ci.sh" }, "dependencies": { - "@tensorflow/tfjs-converter": "link:../tfjs-converter", - "@tensorflow/tfjs-core": "link:../tfjs-core", - "@tensorflow/tfjs-data": "link:../tfjs-data", - "@tensorflow/tfjs-layers": "link:../tfjs-layers" + "@tensorflow/tfjs-converter": "1.7.2", + "@tensorflow/tfjs-core": "1.7.2", + "@tensorflow/tfjs-data": "1.7.2", + "@tensorflow/tfjs-layers": "1.7.2" } } diff --git a/tfjs/src/version.ts b/tfjs/src/version.ts index 5fa574e7da4..a9e05df594a 100644 --- a/tfjs/src/version.ts +++ b/tfjs/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '1.7.2'; export {version}; diff --git a/tfjs/yarn.lock b/tfjs/yarn.lock index af47ed96dfc..f5fc9fbd7bb 100644 --- a/tfjs/yarn.lock +++ b/tfjs/yarn.lock @@ -2,21 +2,35 @@ # yarn lockfile v1 -"@tensorflow/tfjs-converter@link:../tfjs-converter": - version "0.0.0" - uid "" +"@tensorflow/tfjs-converter@1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.7.2.tgz#a2bb479f271aa9a5bb2909b3b8d90c431996893d" + integrity sha512-6ckNQ3n36X20/+YDCTictfKftPH3urf5I+wc0QNlsSJhik3QiliYJy+v5hmjQGSJ4ow2oyW5T2lUsy9aNoNaTg== -"@tensorflow/tfjs-core@link:../tfjs-core": - version "0.0.0" - uid "" +"@tensorflow/tfjs-core@1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.2.tgz#c7b4ac37a7b8bd7226766ee9bcd930274bf8e019" + integrity sha512-2o5jjXLHrMY4f+r7aOfJZbKqrchEYrRk2mhlFD3RgKqtSKUpfv15YLQr4uc0uMbNSwuZbjWwrmaL9yyaBWYSAQ== + dependencies: + "@types/offscreencanvas" "~2019.3.0" + "@types/seedrandom" "2.4.27" + "@types/webgl-ext" "0.0.30" + "@types/webgl2" "0.0.4" + node-fetch "~2.1.2" + seedrandom "2.4.3" -"@tensorflow/tfjs-data@link:../tfjs-data": - version "0.0.0" - uid "" +"@tensorflow/tfjs-data@1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.7.2.tgz#6a3ab4d2c1fd1cfdf768f9774b108fb6477c75a0" + integrity sha512-kvYM4JfQKOnzkqb6e40N860NS9rBkxL710AX7U6uxcZzMtbVdsD9yFNxQrevgpv62hSCogiRsVFSSkcYZFuIsg== + dependencies: + "@types/node-fetch" "^2.1.2" + node-fetch "~2.1.2" -"@tensorflow/tfjs-layers@link:../tfjs-layers": - version "0.0.0" - uid "" +"@tensorflow/tfjs-layers@1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.2.tgz#b76e73042e999e1ea755869c1764503e43cf60f5" + integrity sha512-hfaEmENp+5V4lJ/+Y5PuwK52lD49qNsE82BaPREEbIUuk607B+fLCJW/AssdZf2uR/mKDejQTcURrNnPK1jlqA== "@types/estree@0.0.38": version "0.0.38"