@cocreate/organizations 1.7.5 → 1.7.7

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,17 @@
1
+ ## [1.7.7](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.6...v1.7.7) (2022-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * workflow docs ([49f85a8](https://github.com/CoCreate-app/CoCreate-organizations/commit/49f85a83d81a7cfbda89627ca8a369782df9ca9e))
7
+
8
+ ## [1.7.6](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.5...v1.7.6) (2022-11-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * apply src: {{source}} to CoCreate.config ([2f08e71](https://github.com/CoCreate-app/CoCreate-organizations/commit/2f08e71a7346ec8a28b155fcdbc95bb42086ee0b))
14
+
1
15
  ## [1.7.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.4...v1.7.5) (2022-11-21)
2
16
 
3
17
 
@@ -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": "60207e303c260207bf49cab8",
12
- "key": "src",
13
11
  "document": {
12
+ "_id": "60207e303c260207bf49cab8",
14
13
  "name": "index.html",
15
14
  "path": "/docs/organizations/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
+ }
@@ -48,7 +48,7 @@
48
48
  <script>
49
49
  var CoCreateConfig = {
50
50
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
51
- organization_id: '5de0387b12e200ea63204d6c'
51
+ organization_id: '5ff747727005da1c272740ab'
52
52
  }
53
53
  </script>
54
54
 
package/demo/index.html CHANGED
@@ -98,7 +98,7 @@
98
98
  <script>
99
99
  var CoCreateConfig = {
100
100
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
101
- organization_id: '5de0387b12e200ea63204d6c',
101
+ organization_id: '5ff747727005da1c272740ab',
102
102
  host: 'ws.cocreate.app'
103
103
  }
104
104
  </script>
@@ -112,7 +112,7 @@
112
112
  <script>
113
113
  var CoCreateConfig = {
114
114
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
115
- organization_id: '5de0387b12e200ea63204d6c'
115
+ organization_id: '5ff747727005da1c272740ab'
116
116
  }
117
117
  </script>
118
118
 
@@ -117,7 +117,7 @@
117
117
  <script>
118
118
  var CoCreateConfig = {
119
119
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
120
- organization_id: '5de0387b12e200ea63204d6c'
120
+ organization_id: '5ff747727005da1c272740ab'
121
121
  }
122
122
  </script>
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -61,10 +61,10 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.5.17",
65
- "@cocreate/crud-client": "^1.13.4",
66
- "@cocreate/docs": "^1.3.24",
67
- "@cocreate/element-prototype": "^1.1.3",
64
+ "@cocreate/actions": "^1.5.19",
65
+ "@cocreate/crud-client": "^1.13.6",
66
+ "@cocreate/docs": "^1.4.1",
67
+ "@cocreate/element-prototype": "^1.1.4",
68
68
  "mongodb": "^4.4.0"
69
69
  }
70
70
  }