File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.37] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.36...v1.2.37 ) (2023-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs sanbox overflow ([ 2f19738] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/2f1973896f387e3bf66e67a8c65045ebf0f2014b ) )
7
+
1
8
## [ 1.2.36] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.35...v1.2.36 ) (2022-12-31)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/node-autoscaler" ,
3
- "version" : " 1.2.36 " ,
3
+ "version" : " 1.2.37 " ,
4
4
"description" : " A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" node-autoscaler" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js --watch" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
46
48
"webpack-cli" : " ^4.3.1" ,
47
49
"webpack-log" : " ^3.0.1"
48
50
},
49
- "dependencies" : { "@cocreate/docs" : " ^1.5.2" }
51
+ "dependencies" : {
52
+ "@cocreate/docs" : " ^1.5.2"
53
+ }
50
54
}
You can’t perform that action at this time.
0 commit comments