@cocreate/observer
Advanced tools
Comparing version 1.5.55 to 1.5.56
@@ -0,1 +1,8 @@ | ||
## [1.5.56](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.55...v1.5.56) (2023-01-09) | ||
### Bug Fixes | ||
* bump dependnecies ([2a0d90e](https://github.com/CoCreate-app/CoCreate-observer/commit/2a0d90efd74c325b5b3c1f5ac8166735d38ca2f3)) | ||
## [1.5.55](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.54...v1.5.55) (2023-01-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.5.55", | ||
"version": "1.5.56", | ||
"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.5.4", | ||
"@cocreate/utils": "^1.17.16", | ||
"@cocreate/docs": "^1.5.5", | ||
"@cocreate/utils": "^1.17.18", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
} |
98374
Updated@cocreate/docs@^1.5.5
Updated@cocreate/utils@^1.17.18