Skip to content

Commit

Permalink
Update tfjs-data to 1.7.0. (#2860)
Browse files Browse the repository at this point in the history
INTERNAL
  • Loading branch information
annxingyuan committed Mar 10, 2020
1 parent ba5945d commit 323839d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
8 changes: 4 additions & 4 deletions tfjs-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-data",
"version": "1.6.1",
"version": "1.7.0",
"description": "TensorFlow Data API in JavaScript",
"private": false,
"main": "dist/index.js",
Expand All @@ -12,8 +12,8 @@
"miniprogram": "dist/miniprogram",
"license": "Apache-2.0",
"devDependencies": {
"@tensorflow/tfjs-core": "link:../tfjs-core",
"@tensorflow/tfjs-layers": "link:../tfjs-layers",
"@tensorflow/tfjs-core": "1.7.0",
"@tensorflow/tfjs-layers": "1.7.0",
"@types/jasmine": "~2.5.53",
"@types/seedrandom": "^2.4.27",
"@types/utf8": "~2.1.6",
Expand Down Expand Up @@ -56,7 +56,7 @@
"lint": "tslint -p . -t verbose"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../tfjs-core",
"@tensorflow/tfjs-core": "1.7.0",
"seedrandom": "~2.4.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tfjs-data/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '1.6.1';
const version = '1.7.0';
export {version};
21 changes: 15 additions & 6 deletions tfjs-data/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@
# yarn lockfile v1


"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/tfjs-core@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.0.tgz#9207c8f2481c52a6a40135a6aaf21a9bb0339bdf"
integrity sha512-uwQdiklNjqBnHPeseOdG0sGxrI3+d6lybaKu2+ou3ajVeKdPEwpWbgqA6iHjq1iylnOGkgkbbnQ6r2lwkiIIHw==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.4"
node-fetch "~2.1.2"
seedrandom "2.4.3"

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/tfjs-layers@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.0.tgz#7d1f7246ac3f6f23d0923b7d69d7a97a0890a35d"
integrity sha512-sRdzuPc2CeLSxctqXdLTckvitSBjsjL8H6MSrvrbOfPEckKdAeNpojB0ayM+76Pc3AsS0/AI6F1R2lT9qoH9/g==

"@types/estree@0.0.38":
version "0.0.38"
Expand Down

0 comments on commit 323839d

Please sign in to comment.