@cocreate/observer
Advanced tools
Comparing version 1.5.44 to 1.5.45
@@ -0,1 +1,8 @@ | ||
## [1.5.45](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.44...v1.5.45) (2022-12-22) | ||
### Bug Fixes | ||
* update demos and bump dependencies ([2c5ba00](https://github.com/CoCreate-app/CoCreate-observer/commit/2c5ba00491b82a74c66046e89d0771be6285e1c1)) | ||
## [1.5.44](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.43...v1.5.44) (2022-12-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.5.44", | ||
"version": "1.5.45", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -63,6 +63,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.4.21", | ||
"@cocreate/utils": "^1.17.1", | ||
"@cocreate/docs": "^1.4.22", | ||
"@cocreate/utils": "^1.17.2", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
} |
@@ -18,4 +18,3 @@ const path = require("path") | ||
globalObject: "this", | ||
// publicPath: 'https://server.cocreate.app/CoCreateJS/dist/' | ||
}, | ||
}, | ||
@@ -22,0 +21,0 @@ plugins: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95037
995
Updated@cocreate/docs@^1.4.22
Updated@cocreate/utils@^1.17.2