@cocreate/cli 1.31.2 → 1.32.1

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/repositories.js DELETED
@@ -1,471 +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-admin',
13
- 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
14
- },
15
- {
16
- 'path': '../../CoCreate-website',
17
- 'repo': 'github.com/CoCreate-app/CoCreate-website.git'
18
- },
19
- // {
20
- // 'path': '../../CoCreate-website-template',
21
- // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
22
- // },
23
-
24
- // Components
25
- {
26
- 'path': '../CoCreate-actions',
27
- 'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
28
- },
29
- {
30
- 'path': '../CoCreate-api',
31
- 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
32
- },
33
- {
34
- 'path': '../CoCreate-attributes',
35
- 'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
36
- },
37
- {
38
- 'path': '../CoCreate-calculation',
39
- 'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
40
- },
41
- {
42
- 'path': '../CoCreate-cli',
43
- 'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
44
- },
45
- {
46
- 'path': '../CoCreate-clone',
47
- 'repo': 'github.com/CoCreate-app/CoCreate-clone.git'
48
- },
49
- {
50
- 'path': '../CoCreate-codearea',
51
- 'repo': 'github.com/CoCreate-app/CoCreate-codearea.git'
52
- },
53
- {
54
- 'path': '../CoCreate-conditional-logic',
55
- 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
56
- },
57
- {
58
- 'path': '../CoCreate-crdt',
59
- 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
60
- },
61
- {
62
- 'path': '../CoCreate-crud-client',
63
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
64
- },
65
- {
66
- 'path': '../CoCreate-css-parser',
67
- 'repo': 'github.com/CoCreate-app/CoCreate-css-parser.git'
68
- },
69
- {
70
- 'path': '../CoCreate-cursors',
71
- 'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
72
- },
73
- {
74
- 'path': '../CoCreate-dnd',
75
- 'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
76
- },
77
- {
78
- 'path': '../CoCreate-docs',
79
- 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
80
- },
81
- {
82
- 'path': '../CoCreate-element-config',
83
- 'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
84
- },
85
- {
86
- 'path': '../CoCreate-element-prototype',
87
- 'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
88
- },
89
- {
90
- 'path': '../CoCreate-elements',
91
- 'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
92
- },
93
- {
94
- 'path': '../CoCreate-events',
95
- 'repo': 'github.com/CoCreate-app/CoCreate-events.git'
96
- },
97
- {
98
- 'path': '../CoCreate-fetch',
99
- 'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
100
- },
101
- {
102
- 'path': '../CoCreate-file',
103
- 'repo': 'github.com/CoCreate-app/CoCreate-file.git'
104
- },
105
- {
106
- 'path': '../CoCreate-filter',
107
- 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
108
- },
109
- {
110
- 'path': '../CoCreate-floating-label',
111
- 'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
112
- },
113
- {
114
- 'path': '../CoCreate-form',
115
- 'repo': 'github.com/CoCreate-app/CoCreate-form.git'
116
- },
117
- {
118
- 'path': '../CoCreate-fullscreen',
119
- 'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
120
- },
121
- {
122
- 'path': '../CoCreate-hosting',
123
- 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
124
- },
125
- {
126
- 'path': '../CoCreate-indexeddb',
127
- 'repo': 'github.com/CoCreate-app/CoCreate-indexeddb.git'
128
- },
129
- {
130
- 'path': '../CoCreate-industry',
131
- 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
132
- },
133
- {
134
- 'path': '../CoCreate-lazy-loader',
135
- 'repo': 'github.com/CoCreate-app/CoCreate-lazy-loader.git'
136
- },
137
- {
138
- 'path': '../CoCreate-local-storage',
139
- 'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
140
- },
141
- {
142
- 'path': '../CoCreate-link',
143
- 'repo': 'github.com/CoCreate-app/CoCreate-link.git'
144
- },
145
- {
146
- 'path': '../CoCreate-message-client',
147
- 'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
148
- },
149
- {
150
- 'path': '../CoCreate-modal',
151
- 'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
152
- },
153
- {
154
- 'path': '../CoCreate-observer',
155
- 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
156
- },
157
- {
158
- 'path': '../CoCreate-organizations',
159
- 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
160
- },
161
- {
162
- 'path': '../CoCreate-overlay-scroll',
163
- 'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
164
- },
165
- {
166
- 'path': '../CoCreate-parallax',
167
- 'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
168
- },
169
- {
170
- 'path': '../CoCreate-pass',
171
- 'repo': 'github.com/CoCreate-app/CoCreate-pass.git'
172
- },
173
- {
174
- 'path': '../CoCreate-position',
175
- 'repo': 'github.com/CoCreate-app/CoCreate-position.git'
176
- },
177
- {
178
- 'path': '../CoCreate-progress',
179
- 'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
180
- },
181
- {
182
- 'path': '../CoCreate-pwa',
183
- 'repo': 'github.com/CoCreate-app/CoCreate-pwa.git'
184
- },
185
- {
186
- 'path': '../CoCreate-random-color',
187
- 'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
188
- },
189
- {
190
- 'path': '../CoCreate-remove',
191
- 'repo': 'github.com/CoCreate-app/CoCreate-remove.git'
192
- },
193
- {
194
- 'path': '../CoCreate-render',
195
- 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
196
- },
197
- {
198
- 'path': '../CoCreate-render-json',
199
- 'repo': 'github.com/CoCreate-app/CoCreate-render-json.git'
200
- },
201
- {
202
- 'path': '../CoCreate-resize',
203
- 'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
204
- },
205
- {
206
- 'path': '../CoCreate-resize-observer',
207
- 'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
208
- },
209
- {
210
- 'path': '../CoCreate-rich-text',
211
- 'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
212
- },
213
- {
214
- 'path': '../CoCreate-scroll',
215
- 'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
216
- },
217
- {
218
- 'path': '../CoCreate-search',
219
- 'repo': 'github.com/CoCreate-app/CoCreate-search.git'
220
- },
221
- {
222
- 'path': '../CoCreate-select',
223
- 'repo': 'github.com/CoCreate-app/CoCreate-select.git'
224
- },
225
- {
226
- 'path': '../CoCreate-selection',
227
- 'repo': 'github.com/CoCreate-app/CoCreate-selection.git'
228
- },
229
- {
230
- 'path': '../CoCreate-signup-animation',
231
- 'repo': 'github.com/CoCreate-app/CoCreate-signup-animation.git'
232
- },
233
- {
234
- 'path': '../CoCreate-socket-client',
235
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
236
- },
237
- {
238
- 'path': '../CoCreate-social-share',
239
- 'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
240
- },
241
- {
242
- 'path': '../CoCreate-text',
243
- 'repo': 'github.com/CoCreate-app/CoCreate-text.git'
244
- },
245
- {
246
- 'path': '../CoCreate-toolbar',
247
- 'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
248
- },
249
- {
250
- 'path': '../CoCreate-unique',
251
- 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
252
- },
253
- {
254
- 'path': '../CoCreate-users',
255
- 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
256
- },
257
- {
258
- 'path': '../CoCreate-utils',
259
- 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
260
- },
261
- {
262
- 'path': '../CoCreate-uuid',
263
- 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
264
- },
265
- {
266
- 'path': '../CoCreate-validation',
267
- 'repo': 'github.com/CoCreate-app/CoCreate-validation.git'
268
- },
269
- {
270
- 'path': '../CoCreate-vdom',
271
- 'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
272
- },
273
-
274
- // Modules
275
- {
276
- 'path': '../../CoCreate-apps/CoCreate-builder',
277
- 'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
278
- },
279
- // {
280
- // 'path':'../../CoCreate-apps/CoCreate-calendar',
281
- // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
282
- // },
283
- // {
284
- // 'path':'../../CoCreate-apps/CoCreate-checkout',
285
- // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
286
- // },
287
- {
288
- 'path': '../../CoCreate-apps/CoCreate-dashboard',
289
- 'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
290
- },
291
- {
292
- 'path': '../../CoCreate-apps/CoCreate-datatable',
293
- 'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
294
- },
295
- // {
296
- // 'path':'../../CoCreate-apps/CoCreate-email',
297
- // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
298
- // },
299
- {
300
- 'path': '../../CoCreate-apps/CoCreate-kanban',
301
- 'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
302
- },
303
- {
304
- 'path': '../../CoCreate-apps/CoCreate-sandbox',
305
- 'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
306
- },
307
-
308
- // Plugins
309
- {
310
- 'path': '../../CoCreate-plugins/CoCreate-charts',
311
- 'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
312
- },
313
- {
314
- 'path': '../../CoCreate-plugins/CoCreate-croppie',
315
- 'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
316
- },
317
- {
318
- 'path': '../../CoCreate-plugins/CoCreate-domain',
319
- 'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
320
- },
321
- {
322
- 'path': '../../CoCreate-plugins/CoCreate-fullcalendar',
323
- 'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
324
- },
325
- {
326
- 'path': '../../CoCreate-plugins/CoCreate-facebook',
327
- 'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
328
- },
329
- {
330
- 'path': '../../CoCreate-plugins/CoCreate-google-maps',
331
- 'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
332
- },
333
- {
334
- 'path': '../../CoCreate-plugins/CoCreate-google-auth',
335
- 'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
336
- },
337
- {
338
- 'path': '../../CoCreate-plugins/CoCreate-instagram',
339
- 'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
340
- },
341
- {
342
- 'path': '../../CoCreate-plugins/CoCreate-lighthouse',
343
- 'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
344
- },
345
- {
346
- 'path': '../../CoCreate-plugins/CoCreate-linkedin',
347
- 'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
348
- },
349
- {
350
- 'path': '../../CoCreate-plugins/CoCreate-pickr',
351
- 'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
352
- },
353
- {
354
- 'path': '../../CoCreate-plugins/CoCreate-pinterest',
355
- 'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
356
- },
357
- {
358
- 'path': '../../CoCreate-plugins/CoCreate-plaid',
359
- 'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
360
- },
361
- {
362
- 'path': '../../CoCreate-plugins/CoCreate-prism',
363
- 'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
364
- },
365
- {
366
- 'path': '../../CoCreate-plugins/CoCreate-s3',
367
- 'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
368
- },
369
- {
370
- 'path': '../../CoCreate-plugins/CoCreate-sendgrid',
371
- 'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
372
- },
373
- {
374
- 'path': '../../CoCreate-plugins/CoCreate-shipengine',
375
- 'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
376
- },
377
- {
378
- 'path': '../../CoCreate-plugins/CoCreate-stripe',
379
- 'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
380
- },
381
- {
382
- 'path': '../../CoCreate-plugins/CoCreate-tui-image-editor',
383
- 'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
384
- },
385
- {
386
- 'path': '../../CoCreate-plugins/CoCreate-twilio',
387
- 'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
388
- },
389
- {
390
- 'path': '../../CoCreate-plugins/CoCreate-twitter',
391
- 'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
392
- },
393
- {
394
- 'path': '../../CoCreate-plugins/CoCreate-uppy',
395
- 'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
396
- },
397
-
398
-
399
-
400
- // {
401
- // 'path': '../CoCreateWS',
402
- // 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
403
- // },
404
- // {
405
- // 'path': '../CoCreateApi',
406
- // 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
407
- // },
408
-
409
- // {
410
- // 'path': '../CoCreateLB',
411
- // 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
412
- // },
413
-
414
-
415
- // // Components
416
- {
417
- 'path': '../CoCreate-authenticate',
418
- 'repo': 'github.com/CoCreate-app/CoCreate-authenticate.git'
419
- },
420
- {
421
- 'path': '../CoCreate-authorize',
422
- 'repo': 'github.com/CoCreate-app/CoCreate-authorize.git'
423
- },
424
- {
425
- 'path': '../CoCreate-crud-server',
426
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
427
- },
428
- {
429
- 'path': '../CoCreate-file-server',
430
- 'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
431
- },
432
- {
433
- 'path': '../CoCreate-loadtest',
434
- 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
435
- },
436
- {
437
- 'path': '../CoCreate-message-server',
438
- 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
439
- },
440
- {
441
- 'path': '../CoCreate-metrics-server',
442
- 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
443
- },
444
- {
445
- 'path': '../CoCreate-mongodb',
446
- 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
447
- },
448
- {
449
- 'path': '../CoCreate-node-autoscaler',
450
- 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
451
- },
452
- {
453
- 'path': '../CoCreate-server-side-render',
454
- 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
455
- },
456
- {
457
- 'path': '../CoCreate-socket-server',
458
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
459
- },
460
-
461
- // Maybe depreciated
462
- // {
463
- // 'path': '../CoCreate-ide',
464
- // 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
465
- // },
466
- // {
467
- // 'path': '../CoCreateEmail',
468
- // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
469
- // },
470
-
471
- ];