@cocreate/local-storage
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -0,1 +1,8 @@ | ||
## [1.2.11](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.2.10...v1.2.11) (2021-09-09) | ||
### Bug Fixes | ||
* CoCreate.config directory, path, name and public ([902c7b9](https://github.com/CoCreate-app/CoCreate-local-storage/commit/902c7b9f5976073d46e54b5ca66e036592234560)) | ||
## [1.2.10](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.2.9...v1.2.10) (2021-09-08) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a", | ||
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265", | ||
"organization_Id": "5de0387b12e200ea63204d6c", | ||
"host": "server.cocreate.app:8088" | ||
}, | ||
"config": { | ||
"apiKey": "2061acef-0451-4545-f754-60cf8160", | ||
"organization_Id": "5ff747727005da1c272740ab", | ||
"host": "general.cocreate.app" | ||
}, | ||
"sources": [{ | ||
@@ -15,5 +14,11 @@ "entry": "./docs/index.html", | ||
"data":{ | ||
"name": "local-storage Doc", | ||
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"], | ||
"path": "/docs/local-storage" | ||
"name": "index.html", | ||
"path": "/docs/local-storage/index.html", | ||
"domains": [ | ||
"general.cocreate.app" | ||
], | ||
"directory": "/docs/local-storage", | ||
"content-type": "text/html", | ||
"public": "true", | ||
"website_id": "61381ed8829b690010a4f2b2" | ||
} | ||
@@ -20,0 +25,0 @@ } |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"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 data-attributes and/or JavaScript API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
43333
225