File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.18.3] ( https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.2...v1.18.3 ) (2023-02-01)
2+
3+
4+ ### Bug Fixes
5+
6+ * bump dependencies ([ 1ff96fd] ( https://github.com/CoCreate-app/CoCreate-utils/commit/1ff96fd4e36d067b083547c95c0e0f8b5286230c ) )
7+
18## [ 1.18.2] ( https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.1...v1.18.2 ) (2023-02-01)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " @cocreate/utils" ,
3- "version" : " 1.18.2 " ,
3+ "version" : " 1.18.3 " ,
44 "description" : " A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
55 "keywords" : [
66 " utils" ,
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" ,
2628 "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
3436 },
3537 "author" : " CoCreate LLC" ,
3638 "license" : " MIT" ,
37- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-utils/issues" },
39+ "bugs" : {
40+ "url" : " https://github.com/CoCreate-app/CoCreate-utils/issues"
41+ },
3842 "homepage" : " https://cocreate.app/docs/utils" ,
3943 "funding" : {
4044 "type" : " GitHub Sponsors ❤" ,
5559 "webpack-cli" : " ^4.5.0" ,
5660 "webpack-log" : " ^3.0.1"
5761 },
58- "dependencies" : { "@cocreate/docs" : " ^1.5.13" }
62+ "dependencies" : {
63+ "@cocreate/docs" : " ^1.5.13"
64+ }
5965}
You can’t perform that action at this time.
0 commit comments