Skip to content

Commit

Permalink
Update tfjs-tflite to 0.0.1-alpha.8. (#5916)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever authored Dec 2, 2021
1 parent 23f6ebd commit 8127164
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
8 changes: 4 additions & 4 deletions tfjs-tflite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-tflite",
"version": "0.0.0",
"version": "0.0.1-alpha.8",
"description": "TFLite support for TensorFlow.js",
"main": "dist/tf-tflite.node.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"yarn": ">= 1.3.2"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "3.11.0"
},
"devDependencies": {
"@babel/core": "7.13.14",
Expand All @@ -27,8 +27,8 @@
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^3.0.0",
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-backend-cpu": "3.11.0",
"@tensorflow/tfjs-core": "3.11.0",
"@types/jasmine": "~3.6.9",
"clang-format": "~1.5.0",
"jasmine": "~3.7.0",
Expand Down
5 changes: 5 additions & 0 deletions tfjs-tflite/src/version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.1-alpha.8';
export {version};
27 changes: 20 additions & 7 deletions tfjs-tflite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,13 +903,26 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu":
version "0.0.0"
uid ""

"@tensorflow/tfjs-core@link:../link-package/node_modules/@tensorflow/tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/tfjs-backend-cpu@3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.11.0.tgz#01d5d68b91faf12bee4854adae56bc956b794f1a"
integrity sha512-ShLkrZ4/rmhZwzGKenMFDfQnaEbyZgWA5F8JRa52Iob/vptlZeuOzjq87CZKmZMUmDswR9A2kjzovT/H1bJdWQ==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@3.11.0":
version "3.11.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.11.0.tgz#1e3986533faaed922bbfc2fe86da506d0e9e5c79"
integrity sha512-JOp+1+LCd0Xg3hu7fu6iQPWZnN8Hc6ssfP7B+625XH5GYY1/OhVASa7Ahe2mJr9gZovY2lw8FUejLh1jMmBb1Q==
dependencies:
"@types/long" "^4.0.1"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
long "4.0.0"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@types/component-emitter@^1.2.10":
version "1.2.10"
Expand Down

0 comments on commit 8127164

Please sign in to comment.