@cocreate/utils
Advanced tools
Comparing version 1.20.7 to 1.20.8
@@ -0,1 +1,8 @@ | ||
## [1.20.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.7...v1.20.8) (2023-05-10) | ||
### Bug Fixes | ||
* apikey renamed to key ([04c944b](https://github.com/CoCreate-app/CoCreate-utils/commit/04c944b58b00cb5ee68f3c08e5fa7b382b4e668c)) | ||
## [1.20.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.6...v1.20.7) (2023-05-06) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "5ff747727005da1c272740ab", | ||
"apiKey": "2061acef-0451-4545-f754-60cf8160", | ||
"key": "2061acef-0451-4545-f754-60cf8160", | ||
"host": "general.cocreate.app" | ||
@@ -6,0 +6,0 @@ }, |
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.20.7", | ||
"version": "1.20.8", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
118763