Skip to content

Commit 48ad613

Browse files
authored
Update tfjs to 1.5.2. (tensorflow#2711)
1 parent 7d30287 commit 48ad613

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

tfjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "An open-source machine learning framework.",
55
"private": false,
66
"main": "dist/index",
@@ -59,9 +59,9 @@
5959
"test-ci": "./scripts/test-ci.sh"
6060
},
6161
"dependencies": {
62-
"@tensorflow/tfjs-converter": "1.5.1",
63-
"@tensorflow/tfjs-core": "1.5.1",
64-
"@tensorflow/tfjs-data": "1.5.1",
65-
"@tensorflow/tfjs-layers": "1.5.1"
62+
"@tensorflow/tfjs-converter": "1.5.2",
63+
"@tensorflow/tfjs-core": "1.5.2",
64+
"@tensorflow/tfjs-data": "1.5.2",
65+
"@tensorflow/tfjs-layers": "1.5.2"
6666
}
6767
}

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

tfjs/yarn.lock

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

44

5-
"@tensorflow/tfjs-converter@1.5.1":
6-
version "1.5.1"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.5.1.tgz#13b76266d51c7e7f3aeee27cdc65444a48e01538"
8-
integrity sha512-M9tl2/ep8ntcZpmncHwKuvThsS7TaUWqJ9vJSgJmkazwTfAvlAJmZ8/p1miJ+m5sH1EJO4oTjiEmch6g8IA5IQ==
5+
"@tensorflow/tfjs-converter@1.5.2":
6+
version "1.5.2"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.5.2.tgz#ec1373f421313bdc6aac46d5578deb58e5093e8c"
8+
integrity sha512-RRrB8lZFxjLPHO6TwEJPgViVuJP5yqq0IPqA35PhWLYjsNNuC6Tx8vxEa5BZ0Le0mX21CTURak6pdmyac/Jc2w==
99

10-
"@tensorflow/tfjs-core@1.5.1":
11-
version "1.5.1"
12-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
13-
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
10+
"@tensorflow/tfjs-core@1.5.2":
11+
version "1.5.2"
12+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.2.tgz#df76752cf7c43987df1548fb69820935bd8215d7"
13+
integrity sha512-Rj6l8xf0PxrEKctvX3bvxjqhHLaCBQT0ChvqFK6//HBu8A1/ao4SzeVKpXKNnP9Niax+qV3c9U9VcOwwIkCMag==
1414
dependencies:
1515
"@types/offscreencanvas" "~2019.3.0"
1616
"@types/seedrandom" "2.4.27"
@@ -19,18 +19,18 @@
1919
node-fetch "~2.1.2"
2020
seedrandom "2.4.3"
2121

22-
"@tensorflow/tfjs-data@1.5.1":
23-
version "1.5.1"
24-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.5.1.tgz#cafdbbce3d9bf07134b334aa5ca8bf46c5802a3b"
25-
integrity sha512-eu4X0tHS1Tng+cvMO9gkMhUWX/UZQ//VpiaZfQJfa3zvUgxw6s1MHJFb0JC1T1FOnEgDVriZ8G758ysJZOybog==
22+
"@tensorflow/tfjs-data@1.5.2":
23+
version "1.5.2"
24+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.5.2.tgz#04a585f71e36bda3dbffe8844a2468a0adb63efa"
25+
integrity sha512-ruCsTSyH67CADWthgLQlWKh8u8YGEXD+4vsW8uOGdFNcDFLcL0ffy4jsSzIV/X6NdPIWYsvSHmiz57LtgfCFew==
2626
dependencies:
2727
"@types/node-fetch" "^2.1.2"
2828
node-fetch "~2.1.2"
2929

30-
"@tensorflow/tfjs-layers@1.5.1":
31-
version "1.5.1"
32-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.5.1.tgz#52aab88ab64618bfb193a7fafc7443a7edaaa151"
33-
integrity sha512-DyuhifqflK+bdpBRLAj3RuWm1eTVe8yNX2+WH+W+wmhpjGg7Yagnar6/66JdS2h3WUFoiplCpZRAVMVw631E5g==
30+
"@tensorflow/tfjs-layers@1.5.2":
31+
version "1.5.2"
32+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.5.2.tgz#8d92e8a1462f7be6b6ee9a1e5217ea3a21fbc1f9"
33+
integrity sha512-fn2hi5D1sOKGEgiBCuoU/hTHO87znODweGivIn6x2HMtF1EC39QWroYQBWzJyrWWMOUZZ4nOFR6coA0Fkhc+nA==
3434

3535
"@types/estree@0.0.38":
3636
version "0.0.38"

0 commit comments

Comments
 (0)