@cocreate/observer
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -0,1 +1,8 @@ | ||
## [1.6.4](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.6.3...v1.6.4) (2023-04-11) | ||
### Bug Fixes | ||
* renamed domans to hosts ([a7d000a](https://github.com/CoCreate-app/CoCreate-observer/commit/a7d000a13391c3165e0142c19996890e91561dc9)) | ||
## [1.6.3](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.6.2...v1.6.3) (2023-03-30) | ||
@@ -2,0 +9,0 @@ |
@@ -15,3 +15,3 @@ module.exports = { | ||
"src": "{{./docs/index.html}}", | ||
"domains": [ | ||
"hosts": [ | ||
"*", | ||
@@ -18,0 +18,0 @@ "general.cocreate.app" |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
101481