@cocreate/utils 1.1.17 → 1.1.21

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,31 @@
1
+ ## [1.1.21](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.20...v1.1.21) (2021-10-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([36a9a59](https://github.com/CoCreate-app/CoCreate-utils/commit/36a9a59fb27d49223aded9236d490b6e308a6b86))
7
+
8
+ ## [1.1.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.19...v1.1.20) (2021-09-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([b110537](https://github.com/CoCreate-app/CoCreate-utils/commit/b11053759d32263badf4d622a75be7539e45791d))
14
+
15
+ ## [1.1.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.18...v1.1.19) (2021-09-16)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([4e227bd](https://github.com/CoCreate-app/CoCreate-utils/commit/4e227bd655df2a811cfc61ade1409b7a7424559c))
21
+
22
+ ## [1.1.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.17...v1.1.18) (2021-09-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * add cocreate.app to domains ([e570e58](https://github.com/CoCreate-app/CoCreate-utils/commit/e570e58569fac4f3309746a1a8888daa0192c1df))
28
+
1
29
  ## [1.1.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.16...v1.1.17) (2021-09-13)
2
30
 
3
31
 
@@ -4,39 +4,24 @@ module.exports = {
4
4
  "organization_Id": "5ff747727005da1c272740ab",
5
5
  "host": "general.cocreate.app"
6
6
  },
7
-
8
- "sources": [{
7
+ "sources": [
8
+ {
9
9
  "entry": "./docs/index.html",
10
10
  "collection": "files",
11
- "document_id": "",
11
+ "document_id": "6143fc94829b690010a5f339",
12
12
  "key": "src",
13
- "data":{
13
+ "data": {
14
14
  "name": "index.html",
15
15
  "path": "/docs/utils/index.html",
16
16
  "domains": [
17
+ "cocreate.app",
17
18
  "general.cocreate.app"
18
19
  ],
19
20
  "directory": "/docs/utils",
20
21
  "content-type": "text/html",
21
22
  "public": "true",
22
- "website_id": "61381ed8829b690010a4f2b2"
23
+ "website_id": "614298c2829b690010a5c031"
23
24
  }
24
25
  }
25
- ],
26
-
27
- "extract": {
28
- "directory": "./src/",
29
- "extensions": [
30
- "js",
31
- "css",
32
- "html"
33
- ],
34
- "ignores": [
35
- "node_modules",
36
- "vendor",
37
- "bower_components",
38
- "archive"
39
- ]
40
- }
41
- }
42
-
26
+ ]
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.1.17",
3
+ "version": "1.1.21",
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.19"
64
+ "@cocreate/docs": "^1.2.24"
65
65
  }
66
66
  }