@cocreate/selection 1.6.15 → 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,17 @@
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
+
8
+ ## [1.6.16](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.15...v1.6.16) (2023-06-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([47a96a4](https://github.com/CoCreate-app/CoCreate-selection/commit/47a96a4ff8257efc6708ffef7ea6f019a0a67c9a))
14
+
1
15
  ## [1.6.15](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.14...v1.6.15) (2023-06-10)
2
16
 
3
17
 
@@ -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.15",
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",
@@ -27,7 +27,6 @@
27
27
  "start": "npx webpack --config webpack.config.js",
28
28
  "build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
29
  "dev": "npx webpack --config webpack.config.js --watch",
30
- "docs": "node ./node_modules/@cocreate/docs/src/index.js",
31
30
  "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
32
31
  },
33
32
  "repository": {
@@ -60,7 +59,6 @@
60
59
  "webpack-log": "^3.0.1"
61
60
  },
62
61
  "dependencies": {
63
- "@cocreate/docs": "^1.8.13",
64
- "@cocreate/utils": "^1.21.3"
62
+ "@cocreate/utils": "^1.21.4"
65
63
  }
66
64
  }