@cocreate/local-storage
Advanced tools
Comparing version 1.7.6 to 1.7.7
@@ -0,1 +1,8 @@ | ||
## [1.7.7](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.6...v1.7.7) (2023-06-04) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([b94409f](https://github.com/CoCreate-app/CoCreate-local-storage/commit/b94409f6491d2eb4cd9224f348aec01625f555c3)) | ||
## [1.7.6](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.5...v1.7.6) (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/local-storage", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"description": "A Simple component similar to CoCreate-input & CoCreate-fetch which Save and fetch data for inputs, textarea, selects from localstorage. Easily configured using HTML5 attributes and/or JavaScript API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
96051