@cocreate/observer
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -0,1 +1,8 @@ | ||
## [1.6.6](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.6.5...v1.6.6) (2023-04-11) | ||
### Bug Fixes | ||
* bump dependencies ([51670f2](https://github.com/CoCreate-app/CoCreate-observer/commit/51670f2c731457bfb704d777b138e30931c667e4)) | ||
## [1.6.5](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.6.4...v1.6.5) (2023-04-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"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.6.4", | ||
"@cocreate/utils": "^1.19.4", | ||
"@cocreate/docs": "^1.6.5", | ||
"@cocreate/utils": "^1.19.5", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
} |
102019
Updated@cocreate/docs@^1.6.5
Updated@cocreate/utils@^1.19.5