File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tensorflow/tfjs" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " An open-source machine learning framework." ,
5
5
"private" : false ,
6
6
"main" : " dist/index" ,
25
25
},
26
26
"dependencies" : {
27
27
"@tensorflow/tfjs-core" : " 0.0.2" ,
28
- "@tensorflow/tfjs-layers" : " 0.0.5 "
28
+ "@tensorflow/tfjs-layers" : " 0.0.6 "
29
29
}
30
30
}
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 = '0.0.5 ' ;
4
+ const version = '0.0.6 ' ;
5
5
export { version } ;
Original file line number Diff line number Diff line change 9
9
seedrandom "~2.4.3"
10
10
utf8 "~2.1.2"
11
11
12
- " @tensorflow/tfjs-layers@0.0.5 " :
13
- version "0.0.5 "
14
- resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.0.5 .tgz#b9f2a96b2af3a5d610027b90e181d1f36abfff94 "
12
+ " @tensorflow/tfjs-layers@0.0.6 " :
13
+ version "0.0.6 "
14
+ resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.0.6 .tgz#b771777d45c37722e700bc36c72e23cc0ae07766 "
15
15
dependencies :
16
16
underscore "~1.8.3"
17
17
You can’t perform that action at this time.
0 commit comments