|
1 | 1 | { |
2 | 2 | "name": "@tensorflow/tfjs-backend-webgl", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "3.8.0", |
4 | 4 | "description": "GPU accelerated WebGL backend for TensorFlow.js", |
5 | 5 | "private": false, |
6 | 6 | "main": "dist/tf-backend-webgl.node.js", |
|
23 | 23 | "@rollup/plugin-commonjs": "^11.0.2", |
24 | 24 | "@rollup/plugin-node-resolve": "^7.1.1", |
25 | 25 | "@rollup/plugin-typescript": "^3.0.0", |
26 | | - "@tensorflow/tfjs-core": "link:../tfjs-core", |
| 26 | + "@tensorflow/tfjs-core": "3.8.0", |
27 | 27 | "@types/jasmine": "~3.0.0", |
28 | 28 | "clang-format": "~1.2.4", |
29 | 29 | "jasmine": "~3.1.0", |
|
69 | 69 | "test-ci": "./scripts/test-ci.sh" |
70 | 70 | }, |
71 | 71 | "dependencies": { |
72 | | - "@tensorflow/tfjs-backend-cpu": "link:../tfjs-backend-cpu", |
| 72 | + "@tensorflow/tfjs-backend-cpu": "3.8.0", |
73 | 73 | "@types/offscreencanvas": "~2019.3.0", |
74 | 74 | "@types/seedrandom": "2.4.27", |
75 | 75 | "@types/webgl-ext": "0.0.30", |
76 | 76 | "@types/webgl2": "0.0.5", |
77 | 77 | "seedrandom": "2.4.3" |
78 | 78 | }, |
79 | 79 | "peerDependencies": { |
80 | | - "@tensorflow/tfjs-core": "link:../tfjs-core" |
| 80 | + "@tensorflow/tfjs-core": "3.8.0" |
81 | 81 | }, |
82 | 82 | "browser": { |
83 | 83 | "util": false, |
|
0 commit comments