@cocreate/utils
Advanced tools
Comparing version 1.17.2 to 1.17.3
@@ -0,1 +1,8 @@ | ||
## [1.17.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.2...v1.17.3) (2022-12-22) | ||
### Bug Fixes | ||
* update demos and bump dependencies ([8c3eb78](https://github.com/CoCreate-app/CoCreate-utils/commit/8c3eb788e855ca649c56d447fa726bad2926819d)) | ||
## [1.17.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.1...v1.17.2) (2022-12-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.17.2", | ||
"version": "1.17.3", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -63,4 +63,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.4.21" | ||
"@cocreate/docs": "^1.4.22" | ||
} | ||
} |
@@ -18,3 +18,2 @@ const path = require("path") | ||
globalObject: "this", | ||
// publicPath: 'https://server.cocreate.app/CoCreateJS/dist/' | ||
}, | ||
@@ -21,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
104038
1102
Updated@cocreate/docs@^1.4.22