@cocreate/local-storage
Advanced tools
Comparing version 1.10.9 to 1.10.10
@@ -0,1 +1,9 @@ | ||
## [1.10.10](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.10.9...v1.10.10) (2023-11-09) | ||
### Bug Fixes | ||
* meta name typo ([0737d2a](https://github.com/CoCreate-app/CoCreate-local-storage/commit/0737d2a63bd14e28dd84a854569ce3d0e6b3ab30)) | ||
* update host ([ce2e9e4](https://github.com/CoCreate-app/CoCreate-local-storage/commit/ce2e9e4565b2b42a0cc7fa2958509e3683fc5889)) | ||
## [1.10.9](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.10.8...v1.10.9) (2023-11-03) | ||
@@ -2,0 +10,0 @@ |
@@ -15,4 +15,3 @@ module.exports = { | ||
"host": [ | ||
"*", | ||
"general.cocreate.app" | ||
"*" | ||
], | ||
@@ -19,0 +18,0 @@ "directory": "local-storage", |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.10.9", | ||
"version": "1.10.10", | ||
"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
103866
299