Skip to content

Commit ac46a37

Browse files
authoredJun 1, 2021
[use]Upgrade to 1.3.3 (#745)
1 parent eddb9f0 commit ac46a37

File tree

3 files changed

+155
-154
lines changed

3 files changed

+155
-154
lines changed
 

‎universal-sentence-encoder/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/universal-sentence-encoder",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Universal Sentence Encoder lite in TensorFlow.js",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/universal-sentence-encoder.esm.js",
@@ -13,13 +13,13 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^3.3.0",
17-
"@tensorflow/tfjs-core": "^3.3.0"
16+
"@tensorflow/tfjs-converter": "^3.6.0",
17+
"@tensorflow/tfjs-core": "^3.6.0"
1818
},
1919
"devDependencies": {
20-
"@tensorflow/tfjs-backend-cpu": "^3.3.0",
21-
"@tensorflow/tfjs-converter": "^3.3.0",
22-
"@tensorflow/tfjs-core": "^3.3.0",
20+
"@tensorflow/tfjs-backend-cpu": "^3.6.0",
21+
"@tensorflow/tfjs-converter": "^3.6.0",
22+
"@tensorflow/tfjs-core": "^3.6.0",
2323
"@types/jasmine": "~2.5.53",
2424
"jasmine": "^3.3.1",
2525
"jasmine-core": "^3.3.0",
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.2';
4+
const version = '1.3.3';
55
export {version};

0 commit comments

Comments
 (0)