@cocreate/selection 1.6.18 → 1.6.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.6.20](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.19...v1.6.20) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * postintall error ([5dcc998](https://github.com/CoCreate-app/CoCreate-selection/commit/5dcc998d2e4808fd13aafa78cdd25f2c9d14a5f9))
7
+
8
+ ## [1.6.19](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.18...v1.6.19) (2023-06-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * @cocreate/cli moved to dependencies ([1e67b1d](https://github.com/CoCreate-app/CoCreate-selection/commit/1e67b1d094fc7d5906bfeef29848060db77077cd))
14
+
1
15
  ## [1.6.18](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.17...v1.6.18) (2023-06-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.18",
3
+ "version": "1.6.20",
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,7 @@
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
- "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
30
+ "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
@@ -47,7 +47,6 @@
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.9.6",
49
49
  "@babel/preset-env": "^7.9.6",
50
- "@cocreate/cli": "^1.33.0",
51
50
  "babel-loader": "^8.1.0",
52
51
  "clean-webpack-plugin": "^3.0.0",
53
52
  "file-loader": "^6.2.0",
@@ -59,6 +58,7 @@
59
58
  "webpack-log": "^3.0.1"
60
59
  },
61
60
  "dependencies": {
61
+ "@cocreate/cli": "^1.33.0",
62
62
  "@cocreate/utils": "^1.21.5"
63
63
  }
64
64
  }