@cocreate/authenticate
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,8 @@ | ||
## [1.0.7](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.6...v1.0.7) (2023-06-11) | ||
### Bug Fixes | ||
* renamed hosts to host. the value can be a string or an array of strings ([505788a](https://github.com/CoCreate-app/CoCreate-authenticate/commit/505788a1bb47bf2be4c7e8b9f1d58306d3c0ebf0)) | ||
## [1.0.6](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.5...v1.0.6) (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/authenticate", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
62215