@cocreate/observer
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -0,1 +1,8 @@ | ||
## [1.7.2](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.7.1...v1.7.2) (2023-04-24) | ||
### Bug Fixes | ||
* bump [@cocreate](https://github.com/cocreate) dependencies ([6b2dad9](https://github.com/CoCreate-app/CoCreate-observer/commit/6b2dad9332aebb4be9991f2cfb2861935bcc8d6c)) | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.7.0...v1.7.1) (2023-04-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.6.5", | ||
"@cocreate/utils": "^1.19.5", | ||
"@cocreate/docs": "^1.7.0", | ||
"@cocreate/utils": "^1.20.1", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
} |
103577
Updated@cocreate/docs@^1.7.0
Updated@cocreate/utils@^1.20.1