@cocreate/observer
Advanced tools
Comparing version 1.5.50 to 1.5.51
@@ -0,1 +1,8 @@ | ||
## [1.5.51](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.50...v1.5.51) (2022-12-30) | ||
### Bug Fixes | ||
* update config sources to use template braces with entry on src ([022803a](https://github.com/CoCreate-app/CoCreate-observer/commit/022803a3e1a931237ed85b228b82453a51516c01)) | ||
## [1.5.50](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.49...v1.5.50) (2022-12-29) | ||
@@ -2,0 +9,0 @@ |
@@ -9,3 +9,2 @@ module.exports = { | ||
{ | ||
"entry": "./docs/index.html", | ||
"collection": "files", | ||
@@ -16,3 +15,3 @@ "document": { | ||
"path": "/docs/observer/index.html", | ||
"src": "{{source}}", | ||
"src": "{{./docs/index.html}}", | ||
"domains": [ | ||
@@ -19,0 +18,0 @@ "*", |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.5.50", | ||
"version": "1.5.51", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
96693
994