File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.22] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.21...v1.2.22 ) (2022-12-09)
2+
3+
4+ ### Bug Fixes
5+
6+ * bump dependencies ([ 90bcdf3] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/90bcdf314a778ad96496a3d411148f1a1142d660 ) )
7+
18## [ 1.2.21] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.20...v1.2.21 ) (2022-12-08)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " @cocreate/node-autoscaler" ,
3- "version" : " 1.2.21 " ,
3+ "version" : " 1.2.22 " ,
44 "description" : " A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
55 "keywords" : [
66 " node-autoscaler" ,
2020 " html5-framework" ,
2121 " javascript-framework"
2222 ],
23- "publishConfig" : { "access" : " public" },
23+ "publishConfig" : {
24+ "access" : " public"
25+ },
2426 "scripts" : {
2527 "start" : " npx webpack --config webpack.config.js --watch" ,
2628 "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
4749 "webpack-cli" : " ^4.3.1" ,
4850 "webpack-log" : " ^3.0.1"
4951 },
50- "dependencies" : { "@cocreate/docs" : " ^1.4.16" }
52+ "dependencies" : {
53+ "@cocreate/docs" : " ^1.4.16"
54+ }
5155}
You can’t perform that action at this time.
0 commit comments