Skip to content

Commit

Permalink
Update tfjs-layers, tfjs-converter to 1.5.1, 1.5.1. (#2606)
Browse files Browse the repository at this point in the history
MISC
  • Loading branch information
lina128 authored and Kangyi Zhang committed Dec 20, 2019
1 parent f6a7635 commit 3334065
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions tfjs-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-converter",
"version": "1.5.0",
"version": "1.5.1",
"description": "Tensorflow model converter for javascript",
"main": "dist/src/index.js",
"jsnext:main": "dist/tf-converter.esm.js",
Expand All @@ -15,10 +15,10 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@tensorflow/tfjs-core": "1.5.0"
"@tensorflow/tfjs-core": "1.5.1"
},
"devDependencies": {
"@tensorflow/tfjs-core": "1.5.0",
"@tensorflow/tfjs-core": "1.5.1",
"@types/deep-equal": "^1.0.1",
"@types/jasmine": "~2.8.6",
"@types/long": "~3.0.32",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-converter/python/tensorflowjs/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @license See the LICENSE file.

# This code is auto-generated, do not modify this file!
version = '1.5.0'
version = '1.5.1'
2 changes: 1 addition & 1 deletion tfjs-converter/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.5.0';
const version = '1.5.1';
export {version};
8 changes: 4 additions & 4 deletions tfjs-converter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@tensorflow/tfjs-core@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.0.tgz#a011a68882068d91d82410bb71aa0220867286bc"
integrity sha512-UcTAoVNmBxJLktGWUNbSq7ZEgBvjD0SWS0QcRBMgs93AeLM3xhlyo8MqECQsvCkuReDZwVHhX2fjMrf2M3R99w==
"@tensorflow/tfjs-core@1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
Expand Down
6 changes: 3 additions & 3 deletions tfjs-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-layers",
"version": "1.5.0",
"version": "1.5.1",
"description": "TensorFlow layers API in JavaScript",
"license": "Apache-2.0 AND MIT",
"private": false,
Expand All @@ -12,7 +12,7 @@
"unpkg": "dist/tf-layers.min.js",
"miniprogram": "dist/miniprogram",
"devDependencies": {
"@tensorflow/tfjs-core": "1.5.0",
"@tensorflow/tfjs-core": "1.5.1",
"@types/jasmine": "~2.5.53",
"clang-format": "~1.2.2",
"http-server": "~0.10.0",
Expand Down Expand Up @@ -53,6 +53,6 @@
"lint": "tslint -p . -t verbose"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "1.5.0"
"@tensorflow/tfjs-core": "1.5.1"
}
}
2 changes: 1 addition & 1 deletion tfjs-layers/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.5.0';
const version = '1.5.1';
export {version};
8 changes: 4 additions & 4 deletions tfjs-layers/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.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.0.tgz#a011a68882068d91d82410bb71aa0220867286bc"
integrity sha512-UcTAoVNmBxJLktGWUNbSq7ZEgBvjD0SWS0QcRBMgs93AeLM3xhlyo8MqECQsvCkuReDZwVHhX2fjMrf2M3R99w==
"@tensorflow/tfjs-core@1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
Expand Down

0 comments on commit 3334065

Please sign in to comment.