File tree Expand file tree Collapse file tree 3 files changed +28
-15
lines changed Expand file tree Collapse file tree 3 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @tensorflow/tfjs-data" ,
3- "version" : " 0 .0.0 " ,
3+ "version" : " 2 .0.1 " ,
44 "description" : " TensorFlow Data API in JavaScript" ,
55 "private" : false ,
66 "main" : " dist/tf-data.node.js" ,
1515 "@rollup/plugin-commonjs" : " ^11.0.2" ,
1616 "@rollup/plugin-node-resolve" : " ^7.1.1" ,
1717 "@rollup/plugin-typescript" : " ^3.0.0" ,
18- "@tensorflow/tfjs-backend-cpu" : " link:../tfjs-backend-cpu " ,
19- "@tensorflow/tfjs-core" : " link:../tfjs-core " ,
20- "@tensorflow/tfjs-layers" : " link:../tfjs-layers " ,
18+ "@tensorflow/tfjs-backend-cpu" : " 2.0.1 " ,
19+ "@tensorflow/tfjs-core" : " 2.0.1 " ,
20+ "@tensorflow/tfjs-layers" : " 2.0.1 " ,
2121 "@types/jasmine" : " ~2.5.53" ,
2222 "@types/seedrandom" : " ^2.4.27" ,
2323 "@types/utf8" : " ~2.1.6" ,
6565 "lint" : " tslint -p . -t verbose"
6666 },
6767 "peerDependencies" : {
68- "@tensorflow/tfjs-core" : " link:../tfjs-core " ,
68+ "@tensorflow/tfjs-core" : " 2.0.1 " ,
6969 "seedrandom" : " ~2.4.3"
7070 },
7171 "dependencies" : {
Original file line number Diff line number Diff line change 11/** @license See the LICENSE file. */
22
33// This code is auto-generated, do not modify this file!
4- const version = '0 .0.0 ' ;
4+ const version = '2 .0.1 ' ;
55export { version } ;
Original file line number Diff line number Diff line change 784784 estree-walker "^1.0.1"
785785 micromatch "^4.0.2"
786786
787- " @tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu " :
788- version "0.0.0"
789- uid ""
787+ " @tensorflow/tfjs-backend-cpu@2.0.1 " :
788+ version "2.0.1"
789+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-2.0.1.tgz#959a5bbc7f956ff37c4fbced2db75cd299ce76c4"
790+ integrity sha512-ZTDdq+O6AgeOrkek42gmPWz2T0r8Y6dBGjEFWkCMLI/5v3KnkodUkHRQOUoIN5hiaPXnBp6425DpwT9CfxxJOg==
791+ dependencies :
792+ " @types/seedrandom" " 2.4.27"
793+ seedrandom "2.4.3"
790794
791- " @tensorflow/tfjs-core@link:../tfjs-core " :
792- version "0.0.0"
793- uid ""
795+ " @tensorflow/tfjs-core@2.0.1 " :
796+ version "2.0.1"
797+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-2.0.1.tgz#c64928423028e9e1821f7205367b1ff1f57ae3af"
798+ integrity sha512-LCmEXeGFgR3ai+ywGDYBqt4aCOSzEBlVKEflF1gAT22YcQuYh+/X4f58jY3yXfC+cn/FfIJFc2uj8b+D0MNWLQ==
799+ dependencies :
800+ " @types/offscreencanvas" " ~2019.3.0"
801+ " @types/seedrandom" " 2.4.27"
802+ " @types/webgl-ext" " 0.0.30"
803+ " @types/webgl2" " 0.0.4"
804+ node-fetch "~2.1.2"
805+ seedrandom "2.4.3"
794806
795- " @tensorflow/tfjs-layers@link:../tfjs-layers " :
796- version "0.0.0"
797- uid ""
807+ " @tensorflow/tfjs-layers@2.0.1 " :
808+ version "2.0.1"
809+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-2.0.1.tgz#4b48841fe1b2831dabcb06fd7cb69c98c92a4596"
810+ integrity sha512-ih7/KyhC2Ci/31UfB9frYbqUW59Zj5UVp22apyscyIqrRdBXhVtJIUnd4O5OXis0j9BOdzAQnBoOAa8S/T8JsA==
798811
799812" @types/color-name@^1.1.1 " :
800813 version "1.1.1"
You can’t perform that action at this time.
0 commit comments