@cocreate/selection 1.6.16 → 1.6.17

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.6.17](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.16...v1.6.17) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * renamed hosts to host. the value can be a string or an array of strings ([c5870ae](https://github.com/CoCreate-app/CoCreate-selection/commit/c5870aea969c2cb4b928733d825aaa8ed258ca9d))
7
+
1
8
  ## [1.6.16](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.15...v1.6.16) (2023-06-10)
2
9
 
3
10
 
@@ -10,7 +10,7 @@ module.exports = {
10
10
  "name": "index.html",
11
11
  "path": "/docs/selection/index.html",
12
12
  "src": "{{./docs/index.html}}",
13
- "hosts": [
13
+ "host": [
14
14
  "*",
15
15
  "general.cocreate.app"
16
16
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.16",
3
+ "version": "1.6.17",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",