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-backend-webgpu" ,
3- "version" : " 0.0.1-alpha.4 " ,
3+ "version" : " 0.0.1-alpha.8 " ,
44 "main" : " dist/tf-backend-webgpu.node.js" ,
55 "types" : " dist/index.d.ts" ,
66 "jsnext:main" : " dist/index.js" ,
3333 "@rollup/plugin-commonjs" : " ^11.0.2" ,
3434 "@rollup/plugin-node-resolve" : " ^7.1.1" ,
3535 "@rollup/plugin-typescript" : " ^3.0.0" ,
36- "@tensorflow/tfjs-core" : " link:../link-package-core/node_modules/@tensorflow/tfjs-core " ,
36+ "@tensorflow/tfjs-core" : " 3.9.0 " ,
3737 "@types/jasmine" : " ~3.0.0" ,
3838 "clang-format" : " ~1.5.0" ,
3939 "jasmine" : " ~3.1.0" ,
5757 "yalc" : " ~1.0.0-pre.50"
5858 },
5959 "dependencies" : {
60- "@tensorflow/tfjs-backend-cpu" : " link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu " ,
60+ "@tensorflow/tfjs-backend-cpu" : " 3.9.0 " ,
6161 "@webgpu/types" : " 0.1.6"
6262 },
6363 "peerDependencies" : {
64- "@tensorflow/tfjs-core" : " link:../link-package-core/node_modules/@tensorflow/tfjs-core "
64+ "@tensorflow/tfjs-core" : " 3.9.0 "
6565 }
6666}
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.8' ;
5+ export { version } ;
Original file line number Diff line number Diff line change 922922 estree-walker "^1.0.1"
923923 picomatch "^2.2.2"
924924
925- " @tensorflow/tfjs-backend-cpu@link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu " :
926- version "0.0.0"
927- uid ""
928-
929- " @tensorflow/tfjs-core@link:../link-package-core/node_modules/@tensorflow/tfjs-core " :
930- version "0.0.0"
931- uid ""
925+ 926+ version "3.9.0"
927+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.9.0.tgz#27ee581a4765039eb0e84d9d473b6d5f2769c813"
928+ integrity sha512-PUv5B3wdQsA8cysk+oUhA0NqMoo/lwP8EazC/axQc8/72Dc6kU8uw/5qZtE5P4xXSqkNSlh2ifFm+8nH/6B+iA==
929+ dependencies :
930+ " @types/seedrandom" " 2.4.27"
931+ seedrandom "2.4.3"
932+
933+ 934+ version "3.9.0"
935+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.9.0.tgz#5ca2356a14a58263840a6e3caee2467780db9450"
936+ integrity sha512-wQ+VMsbvCne2OsogiNtRP8Mc01LnRGvAYQ0SGaDa4+1uwY2jsMk5GZjG66JQvf/Ppw8wyvKF170eh0yyCBgfcg==
937+ dependencies :
938+ " @types/long" " ^4.0.1"
939+ " @types/offscreencanvas" " ~2019.3.0"
940+ " @types/seedrandom" " 2.4.27"
941+ " @types/webgl-ext" " 0.0.30"
942+ long "4.0.0"
943+ node-fetch "~2.6.1"
944+ seedrandom "2.4.3"
932945
933946" @types/component-emitter@^1.2.10 " :
934947 version "1.2.10"
You can’t perform that action at this time.
0 commit comments