Skip to content

Commit 91a9feb

Browse files
author
Nikhil Thorat
authored
Update tfjs-layers to 1.2.5. (#568)
INTERNAL
1 parent 2d9c6e1 commit 91a9feb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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.3",
3+
"version": "1.2.5",
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.3",
15+
"@tensorflow/tfjs-core": "1.2.5",
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.2.3"
56+
"@tensorflow/tfjs-core": "1.2.5"
5757
}
5858
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
*/
1010

1111
// This code is auto-generated, do not modify this file!
12-
const version = '1.2.3';
12+
const version = '1.2.5';
1313
export {version};

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.3":
6-
version "1.2.3"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.3.tgz#90cc7bb593ba67548d683ff045823872a05c43dc"
8-
integrity sha512-jLYUJYzI/b+058yKz9SjX6KwTac4hKFRh1FMI8jQpN289z9MSfKBq8BzpKd7n7ml7b55ae157Qta5pFmLwRVZw==
5+
"@tensorflow/tfjs-core@1.2.5":
6+
version "1.2.5"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.5.tgz#865f0b3d7a79614650698c907185dd0adfb6470e"
8+
integrity sha512-2M88UcKVfcMwtIaDEOJKWAxgX9rO+UdPnRZGSyWW/vH2PiB+jKtB6//7O5V4JpbRjA2ZJFjhfQ5ybfQf8wawRg==
99
dependencies:
1010
"@types/offscreencanvas" "~2019.3.0"
1111
"@types/seedrandom" "2.4.27"

0 commit comments

Comments
 (0)