Skip to content

Commit fe185eb

Browse files
author
Nikhil Thorat
authored
Update tfjs to 1.3.1. (tensorflow#2295)
INTERNAL
1 parent 5fe3dc2 commit fe185eb

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

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.3.0",
3+
"version": "1.3.1",
44
"description": "An open-source machine learning framework.",
55
"private": false,
66
"main": "dist/index",
@@ -61,9 +61,9 @@
6161
"release-notes": "ts-node ./scripts/release_notes/release_notes.ts"
6262
},
6363
"dependencies": {
64-
"@tensorflow/tfjs-converter": "1.3.0",
65-
"@tensorflow/tfjs-core": "1.3.0",
66-
"@tensorflow/tfjs-data": "1.3.0",
67-
"@tensorflow/tfjs-layers": "1.3.0"
64+
"@tensorflow/tfjs-converter": "1.3.1",
65+
"@tensorflow/tfjs-core": "1.3.1",
66+
"@tensorflow/tfjs-data": "1.3.1",
67+
"@tensorflow/tfjs-layers": "1.3.1"
6868
}
6969
}

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.3.0';
4+
const version = '1.3.1';
55
export {version};

tfjs/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
node-fetch "^2.1.1"
1717
url-template "^2.0.8"
1818

19-
"@tensorflow/tfjs-converter@1.3.0":
20-
version "1.3.0"
21-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.3.0.tgz#8835e68bfbc98e794bbe0356215f8e08f822bb59"
22-
integrity sha512-GA/uewGFdVDRJNTmrvZeHDblQayR3X10P4WUoH+mORi9RvfH4z+GyTBN5jOd4p3U1W/UcJbLBCuyMFwPwJNJ7Q==
19+
"@tensorflow/tfjs-converter@1.3.1":
20+
version "1.3.1"
21+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.3.1.tgz#4e08e07621f43690a0b69c345cd63bc1f6974879"
22+
integrity sha512-8IHzcIZwqCofcRBhaCTN6W73m2RGdBDH6BEORf0KDdbgbz4DouItVcKX692PrA8gchY+Xy8ZHMpj93PcAOs17g==
2323

24-
"@tensorflow/tfjs-core@1.3.0":
25-
version "1.3.0"
26-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.3.0.tgz#1807633e424a2a62cad11864f3a63eda3c76aaa4"
27-
integrity sha512-CLxcZS3nKdwyQYAkjTHFZ/QboqehQ8KWJmvHoA+4a5r96MB2BgIjmfFmRU1IbwqSSaHOtaEaxBUpcoqeBG86TQ==
24+
"@tensorflow/tfjs-core@1.3.1":
25+
version "1.3.1"
26+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.3.1.tgz#89e3253f320233120ee24d4ae62fca65c315580f"
27+
integrity sha512-X4MKhpg1gLEZetKUMeQNW6diP3gbFFddeF6UT816sH8jOenX/8x2HnVmANpNnUxCTPhDniY3V9zhBWwbl13+Yg==
2828
dependencies:
2929
"@types/offscreencanvas" "~2019.3.0"
3030
"@types/seedrandom" "2.4.27"
@@ -33,18 +33,18 @@
3333
node-fetch "~2.1.2"
3434
seedrandom "2.4.3"
3535

36-
"@tensorflow/tfjs-data@1.3.0":
37-
version "1.3.0"
38-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.3.0.tgz#ac48c8ccf2628ac430c2a37a39d04ef610723b0c"
39-
integrity sha512-KqJH3ZRcJxyW6s45g72iiAHROBb4GuEXvkhgyJZZtsvFYRRtzG65AK5p3jixzqvtl1ypAlnyPs4vft+1zqQruw==
36+
"@tensorflow/tfjs-data@1.3.1":
37+
version "1.3.1"
38+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.3.1.tgz#0e529076048e8ac96b6157eb0619a86381e02fea"
39+
integrity sha512-GCATkRXKBewLdri+qfzTLcVsToX9W7fz5JwApY6Ysel/aTtKSYArU8+OppUKAfWkczBA/fZKlJTONnqC42H6bA==
4040
dependencies:
4141
"@types/node-fetch" "^2.1.2"
4242
node-fetch "~2.1.2"
4343

44-
"@tensorflow/tfjs-layers@1.3.0":
45-
version "1.3.0"
46-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.3.0.tgz#9bf6db4ff53d6853c25b2764a6d02505477de81c"
47-
integrity sha512-oKDvBYkJAzwkQF6WJMsJjM07HObEQs1/8IDFRzwU/MFNhGtwtsQoECY7pajJH1eaf4kngHAwhsF5uIGdXs3pjw==
44+
"@tensorflow/tfjs-layers@1.3.1":
45+
version "1.3.1"
46+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.3.1.tgz#05f5e61bae5afaaadc798892b9bd85f3145945af"
47+
integrity sha512-LiC9mGU9ZQ7+c3PiQ6MDkvT/gZgqNN67TsypfKm+L44u2TLtMZf77mRaQ/8rW/F89Ey4PDDFftDRDYv0t3fukw==
4848

4949
"@types/estree@0.0.38":
5050
version "0.0.38"

0 commit comments

Comments
 (0)