@cocreate/cli 1.12.51 → 1.13.0

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,10 @@
1
+ # [1.13.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.51...v1.13.0) (2022-09-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * bump.js - to update [@cocreate](https://github.com/cocreate) dependency versions in package.json ([ac56940](https://github.com/CoCreate-app/CoCreate-cli/commit/ac569409a1a1eaa9d4127b4c96a6eb8a5118c193))
7
+
1
8
  ## [1.12.51](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.50...v1.12.51) (2022-09-30)
2
9
 
3
10
 
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "@cocreate/actions",
3
+ "version": "1.5.3",
4
+ "description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all actions completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
5
+ "keywords": [
6
+ "actions",
7
+ "chain-functions",
8
+ "cocreate",
9
+ "low-code-framework",
10
+ "no-code-framework",
11
+ "cocreatejs",
12
+ "cocreatejs-component",
13
+ "cocreate-framework",
14
+ "no-code",
15
+ "low-code",
16
+ "collaborative-framework",
17
+ "realtime",
18
+ "realtime-framework",
19
+ "collaboration",
20
+ "shared-editing",
21
+ "html5-framework",
22
+ "javascript-framework"
23
+ ],
24
+ "publishConfig": { "access": "public" },
25
+ "scripts": {
26
+ "start": "npx webpack --config webpack.config.js",
27
+ "build": "NODE_ENV=production npx webpack --config webpack.config.js",
28
+ "dev": "npx webpack --config webpack.config.js --watch",
29
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js",
30
+ "hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
31
+ },
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/CoCreate-app/CoCreate-actions.git"
35
+ },
36
+ "author": "CoCreate LLC",
37
+ "license": "MIT",
38
+ "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-actions/issues" },
39
+ "homepage": "https://cocreate.app/docs/actions",
40
+ "funding": {
41
+ "type": "GitHub Sponsors ❤",
42
+ "url": "https://github.com/sponsors/CoCreate-app"
43
+ },
44
+ "main": "./src/index.js",
45
+ "devDependencies": {
46
+ "@babel/core": "^7.9.6",
47
+ "@babel/preset-env": "^7.9.6",
48
+ "babel-loader": "^8.1.0",
49
+ "clean-webpack-plugin": "^3.0.0",
50
+ "file-loader": "^6.2.0",
51
+ "html-webpack-plugin": "^4.5.0",
52
+ "mini-css-extract-plugin": "^1.5.0",
53
+ "style-loader": "^2.0.0",
54
+ "terser-webpack-plugin": "^5.1.1",
55
+ "uglifyjs-webpack-plugin": "^2.2.0",
56
+ "webpack": "^5.24.4",
57
+ "webpack-cli": "^4.5.0",
58
+ "webpack-log": "^3.0.1"
59
+ },
60
+ "dependencies": {
61
+ "@cocreate/actions": "^1.5.0",
62
+ "@cocreate/docs": "^1.3.8",
63
+ "@cocreate/hosting": "^1.3.8",
64
+ "@cocreate/utils": "^1.10.4"
65
+ }
66
+ }
package/package.json CHANGED
@@ -1,82 +1,83 @@
1
1
  {
2
- "name": "@cocreate/cli",
3
- "version": "1.12.51",
4
- "description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
5
- "keywords": [
6
- "cli",
7
- "cocreate",
8
- "low-code-framework",
9
- "no-code-framework",
10
- "cocreatejs",
11
- "cocreatejs-component",
12
- "cocreate-framework",
13
- "no-code",
14
- "low-code",
15
- "collaborative-framework",
16
- "realtime",
17
- "realtime-framework",
18
- "collaboration",
19
- "shared-editing",
20
- "html5-framework",
21
- "javascript-framework"
22
- ],
23
- "publishConfig": {
24
- "access": "public"
25
- },
26
- "scripts": {
27
- "test": "echo \"Error: no test specified\" && exit 1",
28
- "automated": "nodejs src/commands/fs/automated.js",
29
- "config": "nodejs src/commands/fs/config.js",
30
- "contribution": "nodejs src/commands/fs/contribution.js",
31
- "gitignore": "nodejs src/commands/fs/gitignore.js",
32
- "manual": "nodejs src/commands/fs/manual.js",
33
- "package": "nodejs src/commands/fs/package.js",
34
- "readme": "nodejs src/commands/fs/readme.js",
35
- "remove": "nodejs src/commands/remove.js",
36
- "replace": "nodejs src/commands/replace.js",
37
- "webpack": "nodejs src/commands/fs/webpack.js"
38
- },
39
- "repository": {
40
- "type": "git",
41
- "url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
42
- },
43
- "author": "CoCreate LLC",
44
- "license": "MIT",
45
- "bugs": {
46
- "url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
47
- },
48
- "homepage": "https://cocreate.app/docs/cli",
49
- "funding": {
50
- "type": "GitHub Sponsors ❤",
51
- "url": "https://github.com/sponsors/CoCreate-app"
52
- },
53
- "main": "index.js",
54
- "bin": {
55
- "coc": "src/coc.js"
56
- },
57
- "devDependencies": {
58
- "@babel/core": "^7.9.6",
59
- "@babel/preset-env": "^7.9.6",
60
- "babel-loader": "^8.1.0",
61
- "clean-webpack-plugin": "^3.0.0",
62
- "file-loader": "^6.2.0",
63
- "html-webpack-plugin": "^4.5.0",
64
- "mini-css-extract-plugin": "^1.5.0",
65
- "style-loader": "^2.0.0",
66
- "terser-webpack-plugin": "^5.1.1",
67
- "uglifyjs-webpack-plugin": "^2.2.0",
68
- "webpack": "^5.24.4",
69
- "webpack-cli": "^4.5.0",
70
- "webpack-log": "^3.0.1"
71
- },
72
- "dependencies": {
73
- "@cocreate/docs": "^1.3.8",
74
- "@cocreate/hosting": "^1.3.8",
75
- "colors": "latest",
76
- "glob": "^7.1.7",
77
- "got": "latest",
78
- "minimist": "latest",
79
- "prettier": "^2.3.2",
80
- "prompt": "^1.2.0"
81
- }
2
+ "name": "@cocreate/cli",
3
+ "version": "1.13.0",
4
+ "description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
5
+ "keywords": [
6
+ "cli",
7
+ "cocreate",
8
+ "low-code-framework",
9
+ "no-code-framework",
10
+ "cocreatejs",
11
+ "cocreatejs-component",
12
+ "cocreate-framework",
13
+ "no-code",
14
+ "low-code",
15
+ "collaborative-framework",
16
+ "realtime",
17
+ "realtime-framework",
18
+ "collaboration",
19
+ "shared-editing",
20
+ "html5-framework",
21
+ "javascript-framework"
22
+ ],
23
+ "publishConfig": {
24
+ "access": "public"
25
+ },
26
+ "scripts": {
27
+ "test": "echo \"Error: no test specified\" && exit 1",
28
+ "automated": "nodejs src/commands/fs/automated.js",
29
+ "bump": "node src/commands/fs/bump.js",
30
+ "config": "nodejs src/commands/fs/config.js",
31
+ "contribution": "nodejs src/commands/fs/contribution.js",
32
+ "gitignore": "nodejs src/commands/fs/gitignore.js",
33
+ "manual": "nodejs src/commands/fs/manual.js",
34
+ "package": "nodejs src/commands/fs/package.js",
35
+ "readme": "nodejs src/commands/fs/readme.js",
36
+ "remove": "nodejs src/commands/remove.js",
37
+ "replace": "nodejs src/commands/replace.js",
38
+ "webpack": "nodejs src/commands/fs/webpack.js"
39
+ },
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
43
+ },
44
+ "author": "CoCreate LLC",
45
+ "license": "MIT",
46
+ "bugs": {
47
+ "url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
48
+ },
49
+ "homepage": "https://cocreate.app/docs/cli",
50
+ "funding": {
51
+ "type": "GitHub Sponsors ❤",
52
+ "url": "https://github.com/sponsors/CoCreate-app"
53
+ },
54
+ "main": "index.js",
55
+ "bin": {
56
+ "coc": "src/coc.js"
57
+ },
58
+ "devDependencies": {
59
+ "@babel/core": "^7.9.6",
60
+ "@babel/preset-env": "^7.9.6",
61
+ "babel-loader": "^8.1.0",
62
+ "clean-webpack-plugin": "^3.0.0",
63
+ "file-loader": "^6.2.0",
64
+ "html-webpack-plugin": "^4.5.0",
65
+ "mini-css-extract-plugin": "^1.5.0",
66
+ "style-loader": "^2.0.0",
67
+ "terser-webpack-plugin": "^5.1.1",
68
+ "uglifyjs-webpack-plugin": "^2.2.0",
69
+ "webpack": "^5.24.4",
70
+ "webpack-cli": "^4.5.0",
71
+ "webpack-log": "^3.0.1"
72
+ },
73
+ "dependencies": {
74
+ "@cocreate/docs": "1.3.9",
75
+ "@cocreate/hosting": "1.3.9",
76
+ "colors": "latest",
77
+ "glob": "^7.1.7",
78
+ "got": "latest",
79
+ "minimist": "latest",
80
+ "prettier": "^2.3.2",
81
+ "prompt": "^1.2.0"
82
+ }
82
83
  }
@@ -0,0 +1,409 @@
1
+ module.exports = [
2
+
3
+ {
4
+ 'path': '/home/ubuntu/CoCreateServer/CoCreateJS',
5
+ 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
6
+ },
7
+ {
8
+ 'path': '/home/ubuntu/CoCreateServer/CoCreateCSS',
9
+ 'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
10
+ },
11
+ {
12
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-admin',
13
+ 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
14
+ },
15
+ {
16
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-website',
17
+ 'repo': 'github.com/CoCreate-app/CoCreate-website.git'
18
+ },
19
+ // {
20
+ // 'path': '/home/ubuntu/CoCreateServer/CoCreate-website-template',
21
+ // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
22
+ // },
23
+
24
+ // Components
25
+ {
26
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-actions',
27
+ 'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
28
+ },
29
+ {
30
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-api',
31
+ 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
32
+ },
33
+ {
34
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-attributes',
35
+ 'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
36
+ },
37
+ {
38
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-calculation',
39
+ 'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
40
+ },
41
+ {
42
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-cli',
43
+ 'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
44
+ },
45
+ {
46
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-conditional-logic',
47
+ 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
48
+ },
49
+ {
50
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crdt',
51
+ 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
52
+ },
53
+ {
54
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-client',
55
+ 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
56
+ },
57
+ {
58
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-css-parser',
59
+ 'repo': 'github.com/CoCreate-app/CoCreate-css-parser.git'
60
+ },
61
+ {
62
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-cursors',
63
+ 'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
64
+ },
65
+ {
66
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-dnd',
67
+ 'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
68
+ },
69
+ {
70
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-docs',
71
+ 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
72
+ },
73
+ {
74
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-config',
75
+ 'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
76
+ },
77
+ {
78
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
79
+ 'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
80
+ },
81
+ {
82
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-fetch',
83
+ 'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
84
+ },
85
+ {
86
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-filter',
87
+ 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
88
+ },
89
+ {
90
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-floating-label',
91
+ 'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
92
+ },
93
+ {
94
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-form',
95
+ 'repo': 'github.com/CoCreate-app/CoCreate-form.git'
96
+ },
97
+ {
98
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-fullscreen',
99
+ 'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
100
+ },
101
+ {
102
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-hosting',
103
+ 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
104
+ },
105
+ {
106
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-indexeddb',
107
+ 'repo': 'github.com/CoCreate-app/CoCreate-indexeddb.git'
108
+ },
109
+ {
110
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-industry',
111
+ 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
112
+ },
113
+ {
114
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-lazy-loader',
115
+ 'repo': 'github.com/CoCreate-app/CoCreate-lazy-loader.git'
116
+ },
117
+ {
118
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-local-storage',
119
+ 'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
120
+ },
121
+ {
122
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-link',
123
+ 'repo': 'github.com/CoCreate-app/CoCreate-link.git'
124
+ },
125
+ {
126
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-message-client',
127
+ 'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
128
+ },
129
+ {
130
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-modal',
131
+ 'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
132
+ },
133
+ {
134
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-observer',
135
+ 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
136
+ },
137
+ {
138
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-organizations',
139
+ 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
140
+ },
141
+ {
142
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-overlay-scroll',
143
+ 'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
144
+ },
145
+ {
146
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-parallax',
147
+ 'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
148
+ },
149
+ {
150
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-pass',
151
+ 'repo': 'github.com/CoCreate-app/CoCreate-pass.git'
152
+ },
153
+ {
154
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-position',
155
+ 'repo': 'github.com/CoCreate-app/CoCreate-position.git'
156
+ },
157
+ {
158
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-progress',
159
+ 'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
160
+ },
161
+ {
162
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-pwa',
163
+ 'repo': 'github.com/CoCreate-app/CoCreate-pwa.git'
164
+ },
165
+ {
166
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-random-color',
167
+ 'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
168
+ },
169
+ {
170
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-remove',
171
+ 'repo': 'github.com/CoCreate-app/CoCreate-remove.git'
172
+ },
173
+ {
174
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render',
175
+ 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
176
+ },
177
+ {
178
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render-json',
179
+ 'repo': 'github.com/CoCreate-app/CoCreate-render-json.git'
180
+ },
181
+ {
182
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-resize',
183
+ 'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
184
+ },
185
+ {
186
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-resize-observer',
187
+ 'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
188
+ },
189
+ {
190
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-rich-text',
191
+ 'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
192
+ },
193
+ {
194
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-room',
195
+ 'repo': 'github.com/CoCreate-app/CoCreate-room.git'
196
+ },
197
+ {
198
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-scroll',
199
+ 'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
200
+ },
201
+ {
202
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-search',
203
+ 'repo': 'github.com/CoCreate-app/CoCreate-search.git'
204
+ },
205
+ {
206
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-select',
207
+ 'repo': 'github.com/CoCreate-app/CoCreate-select.git'
208
+ },
209
+ {
210
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-selected',
211
+ 'repo': 'github.com/CoCreate-app/CoCreate-selected.git'
212
+ },
213
+ {
214
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-selection',
215
+ 'repo': 'github.com/CoCreate-app/CoCreate-selection.git'
216
+ },
217
+ {
218
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-signup-animation',
219
+ 'repo': 'github.com/CoCreate-app/CoCreate-signup-animation.git'
220
+ },
221
+ {
222
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-client',
223
+ 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
224
+ },
225
+ {
226
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-social-share',
227
+ 'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
228
+ },
229
+ {
230
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-splitview',
231
+ 'repo': 'github.com/CoCreate-app/CoCreate-splitview.git'
232
+ },
233
+ {
234
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-text',
235
+ 'repo': 'github.com/CoCreate-app/CoCreate-text.git'
236
+ },
237
+ {
238
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toggle',
239
+ 'repo': 'github.com/CoCreate-app/CoCreate-toggle.git'
240
+ },
241
+ {
242
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toolbar',
243
+ 'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
244
+ },
245
+ {
246
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-unique',
247
+ 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
248
+ },
249
+ {
250
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-users',
251
+ 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
252
+ },
253
+ {
254
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-utils',
255
+ 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
256
+ },
257
+ {
258
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-uuid',
259
+ 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
260
+ },
261
+ {
262
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-validation',
263
+ 'repo': 'github.com/CoCreate-app/CoCreate-validation.git'
264
+ },
265
+ {
266
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-vdom',
267
+ 'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
268
+ },
269
+
270
+ // Modules
271
+ {
272
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-builder',
273
+ 'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
274
+ },
275
+ // {
276
+ // 'path':'../CoCreate-apps/CoCreate-calendar',
277
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
278
+ // },
279
+ // {
280
+ // 'path':'../CoCreate-apps/CoCreate-checkout',
281
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
282
+ // },
283
+ {
284
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-dashboard',
285
+ 'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
286
+ },
287
+ {
288
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-datatable',
289
+ 'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
290
+ },
291
+ // {
292
+ // 'path':'../CoCreate-apps/CoCreate-email',
293
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
294
+ // },
295
+ {
296
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-kanban',
297
+ 'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
298
+ },
299
+ {
300
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-sandbox',
301
+ 'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
302
+ },
303
+
304
+ // Plugins
305
+ {
306
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-charts',
307
+ 'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
308
+ },
309
+ // {
310
+ // 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-codemirror',
311
+ // 'repo': 'github.com/CoCreate-app/CoCreate-codemirror.git'
312
+ // },
313
+ {
314
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-croppie',
315
+ 'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
316
+ },
317
+ {
318
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-domain',
319
+ 'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
320
+ },
321
+ {
322
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-fullcalendar',
323
+ 'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
324
+ },
325
+ {
326
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-facebook',
327
+ 'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
328
+ },
329
+ {
330
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-font-awesome',
331
+ 'repo': 'github.com/CoCreate-app/CoCreate-font-awesome.git'
332
+ },
333
+ {
334
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-google-maps',
335
+ 'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
336
+ },
337
+ {
338
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-google-auth',
339
+ 'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
340
+ },
341
+ {
342
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-instagram',
343
+ 'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
344
+ },
345
+ {
346
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-lighthouse',
347
+ 'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
348
+ },
349
+ {
350
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-linkedin',
351
+ 'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
352
+ },
353
+ // {
354
+ // 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-monaco',
355
+ // 'repo': 'github.com/CoCreate-app/CoCreate-monaco.git'
356
+ // },
357
+ {
358
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-pickr',
359
+ 'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
360
+ },
361
+ {
362
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-pinterest',
363
+ 'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
364
+ },
365
+ {
366
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-plaid',
367
+ 'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
368
+ },
369
+ {
370
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-prism',
371
+ 'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
372
+ },
373
+ // {
374
+ // 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-quill',
375
+ // 'repo': 'github.com/CoCreate-app/CoCreate-quill.git'
376
+ // },
377
+ {
378
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-s3',
379
+ 'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
380
+ },
381
+ {
382
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-sendgrid',
383
+ 'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
384
+ },
385
+ {
386
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-shipengine',
387
+ 'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
388
+ },
389
+ {
390
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-stripe',
391
+ 'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
392
+ },
393
+ {
394
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-tui-image-editor',
395
+ 'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
396
+ },
397
+ {
398
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-twilio',
399
+ 'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
400
+ },
401
+ {
402
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-twitter',
403
+ 'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
404
+ },
405
+ {
406
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-uppy',
407
+ 'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
408
+ }
409
+ ];
@@ -0,0 +1,78 @@
1
+
2
+ let fs = require('fs');
3
+ const prettier = require("prettier");
4
+ let list = require('../../../repositories.js');
5
+ const path = require("path")
6
+
7
+ let CoCreateJsPath = path.resolve('../CoCreateJS');
8
+
9
+ let pathList = list.map(o => o.path)
10
+ let nameList = pathList.map(fn => path.basename(fn).toLowerCase());
11
+ let item = {}
12
+
13
+
14
+ // (async() => {
15
+
16
+ // for (let [index, name] of nameList.entries()) {
17
+ // getVersions(pathList[index] + '/package.json', name).
18
+ // }
19
+ // // console.log('bump versions', item)
20
+ // // for (let [index, name] of nameList.entries()) {
21
+ // // await bumpVersion(pathList[index] + '/package.json', name)
22
+ // // }
23
+
24
+
25
+ // })();
26
+
27
+ async function run() {
28
+ for (let [index, name] of nameList.entries()) {
29
+ getVersions(pathList[index] + '/package.json', `@${name}`)
30
+ }
31
+ console.log('bump versions', item)
32
+
33
+ for (let [index, name] of nameList.entries()) {
34
+ await bumpVersion(pathList[index] + '/package.json', name)
35
+ }
36
+
37
+ console.log('completed')
38
+ // process.exit()
39
+ }
40
+
41
+ function getVersions(path, name) {
42
+ if(!fs.existsSync(path))
43
+ return console.error('path doesn\'t exist:', path)
44
+ let object = require(path)
45
+ if (object.name && object.version) {
46
+ item[object.name] = object.version
47
+ }
48
+ }
49
+
50
+ function bumpVersion(filePath, name) {
51
+ if(!fs.existsSync(filePath))
52
+ return console.error('path doesn\'t exist:', path)
53
+ let object = require(filePath)
54
+ let newObject = {...object}
55
+
56
+ if (!object.dependencies)
57
+ return console.log(name, 'not updated')
58
+ else {
59
+ for (const name of Object.keys(object.dependencies)) {
60
+ if (item[name]) {
61
+ newObject.dependencies[name] = item[name]
62
+ }
63
+ }
64
+
65
+ let str = JSON.stringify(object)
66
+ let formated = prettier.format(str, { semi: false, parser: "json" });
67
+
68
+ filePath = filePath.replace('/package.json', '')
69
+ let Path = path.resolve(filePath, 'package.json')
70
+ if (fs.existsSync(Path)){
71
+ fs.unlinkSync(Path)
72
+ }
73
+
74
+ fs.writeFileSync(Path, formated)
75
+ }
76
+ }
77
+
78
+ run()
package/repositories3.js DELETED
@@ -1,386 +0,0 @@
1
- module.exports = [
2
-
3
- {
4
- 'path': '../CoCreateJS',
5
- 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
6
- },
7
- {
8
- 'path': '../CoCreateCSS',
9
- 'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
10
- },
11
- {
12
- 'path': '../CoCreate-adminUI',
13
- 'repo': 'github.com/CoCreate-app/CoCreate-adminUI.git'
14
- },
15
- // {
16
- // 'path': '../CoCreate-repositories',
17
- // 'repo': 'github.com/CoCreate-app/CoCreate-repositories.git'
18
- // },
19
- // {
20
- // 'path': '../CoCreate-website',
21
- // 'repo': 'github.com/CoCreate-app/CoCreate-website.git'
22
- // },
23
- // {
24
- // 'path': '../CoCreate-website-template',
25
- // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
26
- // },
27
-
28
- // Components
29
- {
30
- 'path': '../CoCreate-components/CoCreate-action',
31
- 'repo': 'github.com/CoCreate-app/CoCreate-action.git'
32
- },
33
- {
34
- 'path': '../CoCreate-components/CoCreate-api',
35
- 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
36
- },
37
- {
38
- 'path': '../CoCreate-components/CoCreate-attributes',
39
- 'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
40
- },
41
- {
42
- 'path': '../CoCreate-components/CoCreate-calculation',
43
- 'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
44
- },
45
- {
46
- 'path': '../CoCreate-components/CoCreate-clone',
47
- 'repo': 'github.com/CoCreate-app/CoCreate-clone.git'
48
- },
49
- {
50
- 'path': '../CoCreate-components/CoCreate-conditional-logic',
51
- 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
52
- },
53
- {
54
- 'path': '../CoCreate-components/CoCreate-contenteditable',
55
- 'repo': 'github.com/CoCreate-app/CoCreate-contenteditable.git'
56
- },
57
- {
58
- 'path': '../CoCreate-components/CoCreate-crdt',
59
- 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
60
- },
61
- {
62
- 'path': '../CoCreate-components/CoCreate-crud-client',
63
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
64
- },
65
- {
66
- 'path': '../CoCreate-components/CoCreate-cursors',
67
- 'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
68
- },
69
- {
70
- 'path': '../CoCreate-components/CoCreate-dnd',
71
- 'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
72
- },
73
- {
74
- 'path': '../CoCreate-components/CoCreate-docs',
75
- 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
76
- },
77
-
78
- {
79
- 'path':'../CoCreate-components/CoCreate-domText',
80
- 'repo' : 'github.com/CoCreate-app/CoCreate-domtext.git'
81
- },
82
- {
83
- 'path': '../CoCreate-components/CoCreate-fetch',
84
- 'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
85
- },
86
- {
87
- 'path': '../CoCreate-components/CoCreate-filter',
88
- 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
89
- },
90
- {
91
- 'path': '../CoCreate-components/CoCreate-floating-label',
92
- 'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
93
- },
94
- {
95
- 'path': '../CoCreate-components/CoCreate-form',
96
- 'repo': 'github.com/CoCreate-app/CoCreate-form.git'
97
- },
98
- {
99
- 'path': '../CoCreate-components/CoCreate-fullscreen',
100
- 'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
101
- },
102
- {
103
- 'path': '../CoCreate-components/CoCreate-hosting',
104
- 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
105
- },
106
- {
107
- 'path': '../CoCreate-components/CoCreate-htmltags',
108
- 'repo': 'github.com/CoCreate-app/CoCreate-htmltags.git'
109
- },
110
- {
111
- 'path': '../CoCreate-components/CoCreate-industry',
112
- 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
113
- },
114
- {
115
- 'path': '../CoCreate-components/CoCreate-input',
116
- 'repo': 'github.com/CoCreate-app/CoCreate-input.git'
117
- },
118
- {
119
- 'path': '../CoCreate-components/CoCreate-local-storage',
120
- 'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
121
- },
122
- {
123
- 'path': '../CoCreate-components/CoCreate-logic',
124
- 'repo': 'github.com/CoCreate-app/CoCreate-logic.git'
125
- },
126
- {
127
- 'path': '../CoCreate-components/CoCreate-message-client',
128
- 'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
129
- },
130
- {
131
- 'path': '../CoCreate-components/CoCreate-modal',
132
- 'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
133
- },
134
- {
135
- 'path': '../CoCreate-components/CoCreate-observer',
136
- 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
137
- },
138
- {
139
- 'path': '../CoCreate-components/CoCreate-organizations',
140
- 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
141
- },
142
- {
143
- 'path': '../CoCreate-components/CoCreate-overlay-scroll',
144
- 'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
145
- },
146
- {
147
- 'path': '../CoCreate-components/CoCreate-parallax',
148
- 'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
149
- },
150
- {
151
- 'path': '../CoCreate-components/CoCreate-progress',
152
- 'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
153
- },
154
- {
155
- 'path': '../CoCreate-components/CoCreate-quill-adder',
156
- 'repo': 'github.com/CoCreate-app/CoCreate-quill-adder.git'
157
- },
158
- {
159
- 'path': '../CoCreate-components/CoCreate-random-color',
160
- 'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
161
- },
162
- {
163
- 'path': '../CoCreate-components/CoCreate-render',
164
- 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
165
- },
166
- {
167
- 'path': '../CoCreate-components/CoCreate-render-key',
168
- 'repo': 'github.com/CoCreate-app/CoCreate-render-key.git'
169
- },
170
- {
171
- 'path': '../CoCreate-components/CoCreate-resize',
172
- 'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
173
- },
174
- {
175
- 'path': '../CoCreate-components/CoCreate-resize-observer',
176
- 'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
177
- },
178
- {
179
- 'path': '../CoCreate-components/CoCreate-room',
180
- 'repo': 'github.com/CoCreate-app/CoCreate-room.git'
181
- },
182
- {
183
- 'path': '../CoCreate-components/CoCreate-scroll',
184
- 'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
185
- },
186
- {
187
- 'path': '../CoCreate-components/CoCreate-search',
188
- 'repo': 'github.com/CoCreate-app/CoCreate-search.git'
189
- },
190
- {
191
- 'path': '../CoCreate-components/CoCreate-select',
192
- 'repo': 'github.com/CoCreate-app/CoCreate-select.git'
193
- },
194
- {
195
- 'path': '../CoCreate-components/CoCreate-selected',
196
- 'repo': 'github.com/CoCreate-app/CoCreate-selected.git'
197
- },
198
- {
199
- 'path': '../CoCreate-components/CoCreate-sidenav',
200
- 'repo': 'github.com/CoCreate-app/CoCreate-sidenav.git'
201
- },
202
- {
203
- 'path': '../CoCreate-components/CoCreate-socket-client',
204
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
205
- },
206
- {
207
- 'path': '../CoCreate-components/CoCreate-social-share',
208
- 'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
209
- },
210
- {
211
- 'path': '../CoCreate-components/CoCreate-splitview',
212
- 'repo': 'github.com/CoCreate-app/CoCreate-splitview.git'
213
- },
214
- {
215
- 'path': '../CoCreate-components/CoCreate-text',
216
- 'repo': 'github.com/CoCreate-app/CoCreate-text.git'
217
- },
218
- {
219
- 'path': '../CoCreate-components/CoCreate-toggle',
220
- 'repo': 'github.com/CoCreate-app/CoCreate-toggle.git'
221
- },
222
- {
223
- 'path': '../CoCreate-components/CoCreate-toolbar',
224
- 'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
225
- },
226
- {
227
- 'path': '../CoCreate-components/CoCreate-unique',
228
- 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
229
- },
230
- {
231
- 'path': '../CoCreate-components/CoCreate-users',
232
- 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
233
- },
234
- {
235
- 'path': '../CoCreate-components/CoCreate-utils',
236
- 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
237
- },
238
- {
239
- 'path': '../CoCreate-components/CoCreate-uuid',
240
- 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
241
- },
242
- {
243
- 'path': '../CoCreate-components/CoCreate-vdom',
244
- 'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
245
- },
246
-
247
- // Modules
248
- {
249
- 'path': '../CoCreate-apps/CoCreate-builder',
250
- 'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
251
- },
252
- // {
253
- // 'path':'../CoCreate-apps/CoCreate-calendar',
254
- // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
255
- // },
256
- // {
257
- // 'path':'../CoCreate-apps/CoCreate-checkout',
258
- // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
259
- // },
260
- {
261
- 'path': '../CoCreate-apps/CoCreate-dashboard',
262
- 'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
263
- },
264
- {
265
- 'path': '../CoCreate-apps/CoCreate-datatable',
266
- 'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
267
- },
268
- // {
269
- // 'path':'../CoCreate-apps/CoCreate-email',
270
- // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
271
- // },
272
- {
273
- 'path': '../CoCreate-apps/CoCreate-kanban',
274
- 'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
275
- },
276
- {
277
- 'path': '../CoCreate-apps/CoCreate-sandbox',
278
- 'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
279
- },
280
-
281
- // Plugins
282
- {
283
- 'path': '../CoCreate-plugins/CoCreate-charts',
284
- 'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
285
- },
286
- // {
287
- // 'path': '../CoCreate-plugins/CoCreate-codemirror',
288
- // 'repo': 'github.com/CoCreate-app/CoCreate-codemirror.git'
289
- // },
290
- {
291
- 'path': '../CoCreate-plugins/CoCreate-croppie',
292
- 'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
293
- },
294
- {
295
- 'path': '../CoCreate-plugins/CoCreate-domain',
296
- 'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
297
- },
298
- {
299
- 'path': '../CoCreate-plugins/CoCreate-fullcalendar',
300
- 'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
301
- },
302
- {
303
- 'path': '../CoCreate-plugins/CoCreate-facebook',
304
- 'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
305
- },
306
- {
307
- 'path': '../CoCreate-plugins/CoCreate-font-awesome',
308
- 'repo': 'github.com/CoCreate-app/CoCreate-font-awesome.git'
309
- },
310
- {
311
- 'path': '../CoCreate-plugins/CoCreate-google-maps',
312
- 'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
313
- },
314
- {
315
- 'path': '../CoCreate-plugins/CoCreate-google-auth',
316
- 'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
317
- },
318
- {
319
- 'path': '../CoCreate-plugins/CoCreate-instagram',
320
- 'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
321
- },
322
- {
323
- 'path': '../CoCreate-plugins/CoCreate-lighthouse',
324
- 'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
325
- },
326
- {
327
- 'path': '../CoCreate-plugins/CoCreate-linkedin',
328
- 'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
329
- },
330
- // {
331
- // 'path': '../CoCreate-plugins/CoCreate-monaco',
332
- // 'repo': 'github.com/CoCreate-app/CoCreate-monaco.git'
333
- // },
334
- {
335
- 'path': '../CoCreate-plugins/CoCreate-pickr',
336
- 'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
337
- },
338
- {
339
- 'path': '../CoCreate-plugins/CoCreate-pinterest',
340
- 'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
341
- },
342
- {
343
- 'path': '../CoCreate-plugins/CoCreate-plaid',
344
- 'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
345
- },
346
- {
347
- 'path': '../CoCreate-plugins/CoCreate-prism',
348
- 'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
349
- },
350
- // {
351
- // 'path': '../CoCreate-plugins/CoCreate-quill',
352
- // 'repo': 'github.com/CoCreate-app/CoCreate-quill.git'
353
- // },
354
- {
355
- 'path': '../CoCreate-plugins/CoCreate-s3',
356
- 'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
357
- },
358
- {
359
- 'path': '../CoCreate-plugins/CoCreate-sendgrid',
360
- 'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
361
- },
362
- {
363
- 'path': '../CoCreate-plugins/CoCreate-shipengine',
364
- 'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
365
- },
366
- {
367
- 'path': '../CoCreate-plugins/CoCreate-stripe',
368
- 'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
369
- },
370
- {
371
- 'path': '../CoCreate-plugins/CoCreate-tui-image-editor',
372
- 'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
373
- },
374
- {
375
- 'path': '../CoCreate-plugins/CoCreate-twilio',
376
- 'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
377
- },
378
- {
379
- 'path': '../CoCreate-plugins/CoCreate-twitter',
380
- 'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
381
- },
382
- {
383
- 'path': '../CoCreate-plugins/CoCreate-uppy',
384
- 'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
385
- }
386
- ]