@cocreate/utils 1.1.25 → 1.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## [1.1.29](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.28...v1.1.29) (2021-10-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([82fbcbc](https://github.com/CoCreate-app/CoCreate-utils/commit/82fbcbc7c034c2dd2185812cd9c2f1ccc9f9a1ef))
7
+
8
+ ## [1.1.28](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.27...v1.1.28) (2021-10-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([fce9515](https://github.com/CoCreate-app/CoCreate-utils/commit/fce9515f11247a3653f3bbb4ff34926b66d76459))
14
+ * website_id in CoCreate.config ([dc0ba5c](https://github.com/CoCreate-app/CoCreate-utils/commit/dc0ba5c7956c959d5b3a2535f1e37e69e7d4f1aa))
15
+
16
+ ## [1.1.27](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.26...v1.1.27) (2021-10-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update dependencies ([fae48cb](https://github.com/CoCreate-app/CoCreate-utils/commit/fae48cb6eeed8ae6b474be2ff30f7deb190fe190))
22
+
23
+ ## [1.1.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.25...v1.1.26) (2021-10-04)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * remove configMatch from exports ([069417e](https://github.com/CoCreate-app/CoCreate-utils/commit/069417e0bd8d4b1b798034497b72c9d7d05840df))
29
+
1
30
  ## [1.1.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.24...v1.1.25) (2021-10-04)
2
31
 
3
32
 
@@ -20,7 +20,7 @@ module.exports = {
20
20
  "directory": "/docs/utils",
21
21
  "content-type": "text/html",
22
22
  "public": "true",
23
- "website_id": "614298c2829b690010a5c031"
23
+ "website_id": "5ffbceb7f11d2d00103c4535"
24
24
  }
25
25
  }
26
26
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.1.25",
3
+ "version": "1.1.29",
4
4
  "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",
@@ -61,6 +61,6 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.2.26"
64
+ "@cocreate/docs": "^1.2.29"
65
65
  }
66
66
  }
package/src/index.js CHANGED
@@ -63,7 +63,6 @@ export function cssPath(node) {
63
63
 
64
64
  export default {
65
65
  parseTextToHtml,
66
- configMatch,
67
66
  getAttributes,
68
67
  cssPath
69
68
  };