@cocreate/element-prototype
Advanced tools
Comparing version 1.8.18 to 1.8.19
@@ -0,1 +1,8 @@ | ||
## [1.8.19](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.18...v1.8.19) (2023-06-11) | ||
### Bug Fixes | ||
* renamed hosts to host. the value can be a string or an array of strings ([672d250](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/672d2508e3f5c3e45ff5cbc968c3022f56ad5a97)) | ||
## [1.8.18](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.17...v1.8.18) (2023-06-10) | ||
@@ -2,0 +9,0 @@ |
@@ -13,3 +13,3 @@ module.exports = { | ||
"src": "{{./docs/index.html}}", | ||
"hosts": [ | ||
"host": [ | ||
"cocreate.app", | ||
@@ -16,0 +16,0 @@ "general.cocreate.app" |
{ | ||
"name": "@cocreate/element-prototype", | ||
"version": "1.8.18", | ||
"version": "1.8.19", | ||
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
73381