@cocreate/local-storage
Advanced tools
Comparing version 1.7.9 to 1.7.10
@@ -0,1 +1,8 @@ | ||
## [1.7.10](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.9...v1.7.10) (2023-06-11) | ||
### Bug Fixes | ||
* renamed hosts to host. the value can be a string or an array of strings ([c299bd5](https://github.com/CoCreate-app/CoCreate-local-storage/commit/c299bd5f0c7cc86e5c211dddea9bfae9c78bb2f0)) | ||
## [1.7.9](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.8...v1.7.9) (2023-06-10) | ||
@@ -2,0 +9,0 @@ |
@@ -13,3 +13,3 @@ module.exports = { | ||
"src": "{{./docs/index.html}}", | ||
"hosts": [ | ||
"host": [ | ||
"*", | ||
@@ -16,0 +16,0 @@ "general.cocreate.app" |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.7.9", | ||
"version": "1.7.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": [ |
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
97626