@cocreate/local-storage
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,8 @@ | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.0...v1.7.1) (2023-05-10) | ||
### Bug Fixes | ||
* apikey renamed to key ([f89bcbe](https://github.com/CoCreate-app/CoCreate-local-storage/commit/f89bcbef45c32ac126bf7de05798f0e97fd1a968)) | ||
# [1.7.0](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.6.10...v1.7.0) (2023-05-10) | ||
@@ -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/local-storage", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81349