@cocreate/observer
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -0,1 +1,8 @@ | ||
## [1.8.5](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.8.4...v1.8.5) (2023-06-04) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([87829c3](https://github.com/CoCreate-app/CoCreate-observer/commit/87829c3e993bfe39cd65ef988d29a8fe905a918f)) | ||
## [1.8.4](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.8.3...v1.8.4) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "5ff747727005da1c272740ab", | ||
"key": "2061acef-0451-4545-f754-60cf8160", | ||
"host": "general.cocreate.app" | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
@@ -7,0 +7,0 @@ "sources": [ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
122160