@cocreate/organizations 1.6.0 → 1.6.2

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.6.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.6.1...v1.6.2) (2022-09-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([df4992c](https://github.com/CoCreate-app/CoCreate-organizations/commit/df4992c0b155a0a455744030611e4f83c1e953d8))
7
+
8
+ ## [1.6.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.6.0...v1.6.1) (2022-09-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * config renameed to CoCreateConfig ([fc0ce1f](https://github.com/CoCreate-app/CoCreate-organizations/commit/fc0ce1f3d73ce6a98b3c1f40339c4da62b346377))
14
+
1
15
  # [1.6.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.8...v1.6.0) (2022-09-28)
2
16
 
3
17
 
@@ -46,7 +46,7 @@
46
46
  </form>
47
47
 
48
48
  <script>
49
- var config = {
49
+ var CoCreateConfig = {
50
50
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
51
51
  organization_id: '5de0387b12e200ea63204d6c'
52
52
  }
package/demo/index.html CHANGED
@@ -96,7 +96,7 @@
96
96
  </div>
97
97
 
98
98
  <script>
99
- var config = {
99
+ var CoCreateConfig = {
100
100
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
101
101
  organization_id: '5de0387b12e200ea63204d6c',
102
102
  host: 'ws.cocreate.app'
@@ -72,7 +72,7 @@
72
72
  </div>
73
73
 
74
74
  <script>
75
- var config = {
75
+ var CoCreateConfig = {
76
76
  apiKey: '2061acef-0451-4545-f754-60cf8160',
77
77
  securityKey: '073daff2-5142-4402-cf59-48e205ef',
78
78
  organization_id: '5ff747727005da1c272740ab'
@@ -110,7 +110,7 @@
110
110
 
111
111
 
112
112
  <script>
113
- var config = {
113
+ var CoCreateConfig = {
114
114
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
115
115
  organization_id: '5de0387b12e200ea63204d6c'
116
116
  }
@@ -115,7 +115,7 @@
115
115
 
116
116
 
117
117
  <script>
118
- var config = {
118
+ var CoCreateConfig = {
119
119
  apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
120
120
  organization_id: '5de0387b12e200ea63204d6c'
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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,9 +61,9 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.5.0",
65
- "@cocreate/crud-client": "^1.10.0",
66
- "@cocreate/docs": "^1.3.5",
64
+ "@cocreate/actions": "^1.5.2",
65
+ "@cocreate/crud-client": "^1.12.1",
66
+ "@cocreate/docs": "^1.3.8",
67
67
  "@cocreate/elements": "^1.12.0",
68
68
  "mongodb": "^4.4.0"
69
69
  }