File tree Expand file tree Collapse file tree 3 files changed +29
-11
lines changed Expand file tree Collapse file tree 3 files changed +29
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @tensorflow/tfjs-tflite" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1-alpha.7 " ,
44 "description" : " TFLite support for TensorFlow.js" ,
55 "main" : " dist/tf-tflite.node.js" ,
66 "module" : " dist/index.js" ,
1616 "yarn" : " >= 1.3.2"
1717 },
1818 "peerDependencies" : {
19- "@tensorflow/tfjs-core" : " link:../link-package/node_modules/@tensorflow/tfjs-core "
19+ "@tensorflow/tfjs-core" : " 3.9.0 "
2020 },
2121 "devDependencies" : {
2222 "@babel/core" : " 7.13.14" ,
2626 "@rollup/plugin-commonjs" : " ^11.0.2" ,
2727 "@rollup/plugin-node-resolve" : " ^11.2.1" ,
2828 "@rollup/plugin-typescript" : " ^3.0.0" ,
29- "@tensorflow/tfjs-backend-cpu" : " link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu " ,
30- "@tensorflow/tfjs-core" : " link:../link-package/node_modules/@tensorflow/tfjs-core " ,
29+ "@tensorflow/tfjs-backend-cpu" : " 3.9.0 " ,
30+ "@tensorflow/tfjs-core" : " 3.9.0 " ,
3131 "@types/jasmine" : " ~3.6.9" ,
3232 "clang-format" : " ~1.5.0" ,
3333 "jasmine" : " ~3.7.0" ,
Original file line number Diff line number Diff line change 1+ /** @license See the LICENSE file. */
2+
3+ // This code is auto-generated, do not modify this file!
4+ const version = '0.0.1-alpha.7' ;
5+ export { version } ;
Original file line number Diff line number Diff line change 903903 estree-walker "^1.0.1"
904904 picomatch "^2.2.2"
905905
906- " @tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu " :
907- version "0.0.0"
908- uid ""
909-
910- " @tensorflow/tfjs-core@link:../link-package/node_modules/@tensorflow/tfjs-core " :
911- version "0.0.0"
912- uid ""
906+ 907+ version "3.9.0"
908+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.9.0.tgz#27ee581a4765039eb0e84d9d473b6d5f2769c813"
909+ integrity sha512-PUv5B3wdQsA8cysk+oUhA0NqMoo/lwP8EazC/axQc8/72Dc6kU8uw/5qZtE5P4xXSqkNSlh2ifFm+8nH/6B+iA==
910+ dependencies :
911+ " @types/seedrandom" " 2.4.27"
912+ seedrandom "2.4.3"
913+
914+ 915+ version "3.9.0"
916+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.9.0.tgz#5ca2356a14a58263840a6e3caee2467780db9450"
917+ integrity sha512-wQ+VMsbvCne2OsogiNtRP8Mc01LnRGvAYQ0SGaDa4+1uwY2jsMk5GZjG66JQvf/Ppw8wyvKF170eh0yyCBgfcg==
918+ dependencies :
919+ " @types/long" " ^4.0.1"
920+ " @types/offscreencanvas" " ~2019.3.0"
921+ " @types/seedrandom" " 2.4.27"
922+ " @types/webgl-ext" " 0.0.30"
923+ long "4.0.0"
924+ node-fetch "~2.6.1"
925+ seedrandom "2.4.3"
913926
914927" @types/component-emitter@^1.2.10 " :
915928 version "1.2.10"
You can’t perform that action at this time.
0 commit comments