Skip to content

Commit 3334065

Browse files
lina128Kangyi Zhang
authored andcommitted
Update tfjs-layers, tfjs-converter to 1.5.1, 1.5.1. (tensorflow#2606)
MISC
1 parent f6a7635 commit 3334065

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

tfjs-converter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-converter",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Tensorflow model converter for javascript",
55
"main": "dist/src/index.js",
66
"jsnext:main": "dist/tf-converter.esm.js",
@@ -15,10 +15,10 @@
1515
},
1616
"license": "Apache-2.0",
1717
"peerDependencies": {
18-
"@tensorflow/tfjs-core": "1.5.0"
18+
"@tensorflow/tfjs-core": "1.5.1"
1919
},
2020
"devDependencies": {
21-
"@tensorflow/tfjs-core": "1.5.0",
21+
"@tensorflow/tfjs-core": "1.5.1",
2222
"@types/deep-equal": "^1.0.1",
2323
"@types/jasmine": "~2.8.6",
2424
"@types/long": "~3.0.32",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# @license See the LICENSE file.
22

33
# This code is auto-generated, do not modify this file!
4-
version = '1.5.0'
4+
version = '1.5.1'

tfjs-converter/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '1.5.0';
4+
const version = '1.5.1';
55
export {version};

tfjs-converter/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
5656
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
5757

58-
"@tensorflow/tfjs-core@1.5.0":
59-
version "1.5.0"
60-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.0.tgz#a011a68882068d91d82410bb71aa0220867286bc"
61-
integrity sha512-UcTAoVNmBxJLktGWUNbSq7ZEgBvjD0SWS0QcRBMgs93AeLM3xhlyo8MqECQsvCkuReDZwVHhX2fjMrf2M3R99w==
58+
"@tensorflow/tfjs-core@1.5.1":
59+
version "1.5.1"
60+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
61+
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
6262
dependencies:
6363
"@types/offscreencanvas" "~2019.3.0"
6464
"@types/seedrandom" "2.4.27"

tfjs-layers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-layers",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "TensorFlow layers API in JavaScript",
55
"license": "Apache-2.0 AND MIT",
66
"private": false,
@@ -12,7 +12,7 @@
1212
"unpkg": "dist/tf-layers.min.js",
1313
"miniprogram": "dist/miniprogram",
1414
"devDependencies": {
15-
"@tensorflow/tfjs-core": "1.5.0",
15+
"@tensorflow/tfjs-core": "1.5.1",
1616
"@types/jasmine": "~2.5.53",
1717
"clang-format": "~1.2.2",
1818
"http-server": "~0.10.0",
@@ -53,6 +53,6 @@
5353
"lint": "tslint -p . -t verbose"
5454
},
5555
"peerDependencies": {
56-
"@tensorflow/tfjs-core": "1.5.0"
56+
"@tensorflow/tfjs-core": "1.5.1"
5757
}
5858
}

tfjs-layers/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '1.5.0';
4+
const version = '1.5.1';
55
export {version};

tfjs-layers/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@tensorflow/tfjs-core@1.5.0":
6-
version "1.5.0"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.0.tgz#a011a68882068d91d82410bb71aa0220867286bc"
8-
integrity sha512-UcTAoVNmBxJLktGWUNbSq7ZEgBvjD0SWS0QcRBMgs93AeLM3xhlyo8MqECQsvCkuReDZwVHhX2fjMrf2M3R99w==
5+
"@tensorflow/tfjs-core@1.5.1":
6+
version "1.5.1"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
8+
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
99
dependencies:
1010
"@types/offscreencanvas" "~2019.3.0"
1111
"@types/seedrandom" "2.4.27"

0 commit comments

Comments
 (0)