Skip to content

Commit 314cfef

Browse files
author
Kangyi Zhang
authored
Update tfjs-layers, tfjs-converter, tfjs-data to 1.2.9, 1.2.9, 1.2.9. (#1978)
INTERNAL
1 parent 403f860 commit 314cfef

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

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.2.8",
3+
"version": "1.2.9",
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.2.8"
18+
"@tensorflow/tfjs-core": "1.2.9"
1919
},
2020
"devDependencies": {
21-
"@tensorflow/tfjs-core": "1.2.8",
21+
"@tensorflow/tfjs-core": "1.2.9",
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.2.8'
4+
version = '1.2.9'

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.2.8';
4+
const version = '1.2.9';
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.2.8":
59-
version "1.2.8"
60-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.8.tgz#d6873b88522f8cf25d34c10afd095866578d7d92"
61-
integrity sha512-lWV4vAnXAAmahXpCWBwdGGW9HO6iNw9pUeVYih7pDXeJahMk3OJs6SgjRNhwn+ldsGwRoorR0/RHg0yNLmqWxQ==
58+
"@tensorflow/tfjs-core@1.2.9":
59+
version "1.2.9"
60+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.9.tgz#125830270a0bdd0e856914778a300c4ad6f51e21"
61+
integrity sha512-s0hHZSx6rGTlkkB8u8gs5n7sIPv1GXDNHmISRy+kqGzmlpkfI2kr6WXqOWQy6wFgjzopRD8cJQjBZ9USPZnYTQ==
6262
dependencies:
6363
"@types/offscreencanvas" "~2019.3.0"
6464
"@types/seedrandom" "2.4.27"

tfjs-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-data",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "TensorFlow Data API in JavaScript",
55
"private": false,
66
"main": "dist/index.js",

tfjs-data/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.2.8';
4+
const version = '1.2.9';
55
export {version};

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.2.8",
3+
"version": "1.2.9",
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.2.8",
15+
"@tensorflow/tfjs-core": "1.2.9",
1616
"@types/jasmine": "~2.5.53",
1717
"clang-format": "~1.2.2",
1818
"http-server": "~0.10.0",
@@ -52,6 +52,6 @@
5252
"lint": "tslint -p . -t verbose"
5353
},
5454
"peerDependencies": {
55-
"@tensorflow/tfjs-core": "1.2.8"
55+
"@tensorflow/tfjs-core": "1.2.9"
5656
}
5757
}

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.2.8';
4+
const version = '1.2.9';
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.2.8":
6-
version "1.2.8"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.8.tgz#d6873b88522f8cf25d34c10afd095866578d7d92"
8-
integrity sha512-lWV4vAnXAAmahXpCWBwdGGW9HO6iNw9pUeVYih7pDXeJahMk3OJs6SgjRNhwn+ldsGwRoorR0/RHg0yNLmqWxQ==
5+
"@tensorflow/tfjs-core@1.2.9":
6+
version "1.2.9"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.9.tgz#125830270a0bdd0e856914778a300c4ad6f51e21"
8+
integrity sha512-s0hHZSx6rGTlkkB8u8gs5n7sIPv1GXDNHmISRy+kqGzmlpkfI2kr6WXqOWQy6wFgjzopRD8cJQjBZ9USPZnYTQ==
99
dependencies:
1010
"@types/offscreencanvas" "~2019.3.0"
1111
"@types/seedrandom" "2.4.27"

0 commit comments

Comments
 (0)