@cocreate/selection 1.4.28 → 1.4.29

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.4.29](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.28...v1.4.29) (2022-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * apply src: {{source}} to CoCreate.config ([59b9d1f](https://github.com/CoCreate-app/CoCreate-selection/commit/59b9d1f214bb888074bcce103699a3c07ec191aa))
7
+ * workflow docs ([a66f38c](https://github.com/CoCreate-app/CoCreate-selection/commit/a66f38ce2796c2df9b9a603d3f32190558c8a3d5))
8
+
1
9
  ## [1.4.28](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.27...v1.4.28) (2022-11-21)
2
10
 
3
11
 
@@ -4,15 +4,15 @@ 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": "60145dc49f64ba1680b86693",
12
- "key": "src",
13
11
  "document": {
12
+ "_id": "637ca63950234ef1671ce331",
14
13
  "name": "index.html",
15
14
  "path": "/docs/selection/index.html",
15
+ "src": "{{source}}",
16
16
  "domains": [
17
17
  "*",
18
18
  "general.cocreate.app"
@@ -23,21 +23,5 @@ module.exports = {
23
23
  "website_id": "5ffbceb7f11d2d00103c4535"
24
24
  }
25
25
  }
26
- ],
27
-
28
- "extract": {
29
- "directory": "./src/",
30
- "extensions": [
31
- "js",
32
- "css",
33
- "html"
34
- ],
35
- "ignores": [
36
- "node_modules",
37
- "vendor",
38
- "bower_components",
39
- "archive"
40
- ]
41
- }
42
- }
43
-
26
+ ]
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
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",
@@ -61,8 +61,8 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.3.24",
65
- "@cocreate/hosting": "^1.5.0",
66
- "@cocreate/utils": "^1.10.18"
64
+ "@cocreate/docs": "^1.4.1",
65
+ "@cocreate/hosting": "^1.6.0",
66
+ "@cocreate/utils": "^1.10.20"
67
67
  }
68
68
  }