Skip to content

Commit

Permalink
Update tfjs-data to 1.7.3. (#3125)
Browse files Browse the repository at this point in the history
INTERNAL
* Update tfjs-data to 1.7.3.

* Trigger rebuild
  • Loading branch information
pyu10055 authored Apr 22, 2020
1 parent 7b8cdd6 commit 71e9bb1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.7.2",
"version": "1.7.3",
"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": "1.7.2",
"@tensorflow/tfjs-layers": "1.7.2",
"@tensorflow/tfjs-core": "1.7.3",
"@tensorflow/tfjs-layers": "1.7.3",
"@types/jasmine": "~2.5.53",
"@types/seedrandom": "^2.4.27",
"@types/utf8": "~2.1.6",
Expand Down Expand Up @@ -58,7 +58,7 @@
"lint": "tslint -p . -t verbose"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "1.7.2",
"@tensorflow/tfjs-core": "1.7.3",
"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.7.2';
const version = '1.7.3';
export {version};
16 changes: 8 additions & 8 deletions tfjs-data/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@tensorflow/tfjs-core@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.2.tgz#c7b4ac37a7b8bd7226766ee9bcd930274bf8e019"
integrity sha512-2o5jjXLHrMY4f+r7aOfJZbKqrchEYrRk2mhlFD3RgKqtSKUpfv15YLQr4uc0uMbNSwuZbjWwrmaL9yyaBWYSAQ==
"@tensorflow/tfjs-core@1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.3.tgz#7bdf8e1bd4df38069fb8a1a0f9925fb98c1b8a50"
integrity sha512-+l0BxgNLQuKSlKAWjd9X4zOQaZo+RzQT1artOw/q88LpseH33OYV6705KpMMTy6FEk09NLQX4mgWwelkWDrnRg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
Expand All @@ -14,10 +14,10 @@
node-fetch "~2.1.2"
seedrandom "2.4.3"

"@tensorflow/tfjs-layers@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.2.tgz#b76e73042e999e1ea755869c1764503e43cf60f5"
integrity sha512-hfaEmENp+5V4lJ/+Y5PuwK52lD49qNsE82BaPREEbIUuk607B+fLCJW/AssdZf2uR/mKDejQTcURrNnPK1jlqA==
"@tensorflow/tfjs-layers@1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.3.tgz#dd72e5e5ef7d8d90401866513874c6dfbceb17a2"
integrity sha512-Iy8LRgWrU1mAH5ZLjigWUMEm4BnjhxCsjfNYNAFxjBGCthYDkdzyVyZOW9BtXHMCHP+RRRQfdyNTzIOBoW8Q/Q==

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

0 comments on commit 71e9bb1

Please sign in to comment.