File tree Expand file tree Collapse file tree 3 files changed +155
-154
lines changed
universal-sentence-encoder Expand file tree Collapse file tree 3 files changed +155
-154
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tensorflow-models/universal-sentence-encoder" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"description" : " Universal Sentence Encoder lite in TensorFlow.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"jsnext:main" : " dist/universal-sentence-encoder.esm.js" ,
13
13
"url" : " https://github.com/tensorflow/tfjs-models.git"
14
14
},
15
15
"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"
18
18
},
19
19
"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" ,
23
23
"@types/jasmine" : " ~2.5.53" ,
24
24
"jasmine" : " ^3.3.1" ,
25
25
"jasmine-core" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 1
1
/** @license See the LICENSE file. */
2
2
3
3
// This code is auto-generated, do not modify this file!
4
- const version = '1.3.2 ' ;
4
+ const version = '1.3.3 ' ;
5
5
export { version } ;
You can’t perform that action at this time.
0 commit comments