Skip to content

Commit e47a877

Browse files
author
Nikhil Thorat
authored
Update tfjs-layers to 1.2.7. (#575)
INTERNAL
1 parent faecb64 commit e47a877

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.6",
3+
"version": "1.2.7",
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.6",
15+
"@tensorflow/tfjs-core": "1.2.7",
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.6"
56+
"@tensorflow/tfjs-core": "1.2.7"
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.6';
12+
const version = '1.2.7';
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.6":
6-
version "1.2.6"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.6.tgz#1baf883b6ae117c0749a255db478a83066339c8c"
8-
integrity sha512-BMq209hba/bBRnjnEgMAtNCDBLVL0ZUB8ZhoXuEI1Kmu8K2PnynMNK35rmkl5rAGTs1fdRRYezG/VN40Sq9qzw==
5+
"@tensorflow/tfjs-core@1.2.7":
6+
version "1.2.7"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.7.tgz#522328de16470aa9f7c15b91e4b68616f425002a"
8+
integrity sha512-RsXavYKMc0MOcCmOyD7HE8am1tWlDGXl0nJbsdib7ubmvMuH6KnrZ302eTYV7k1RMq+/ukkioJmCcw13hopuHQ==
99
dependencies:
1010
"@types/offscreencanvas" "~2019.3.0"
1111
"@types/seedrandom" "2.4.27"

0 commit comments

Comments
 (0)