@cocreate/cli 1.60.0 → 1.64.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/CoCreate.config.js +7 -160
- package/package.json +4 -22
- package/src/commands/link.js +268 -92
- package/src/commands/other/lazyload-modules.js +753 -0
- package/src/commands/storage.js +126 -0
- package/src/commands/upload.js +4 -0
- package/src/commands/fs/automated.js +0 -159
- package/src/commands/fs/config.js +0 -133
- package/src/commands/fs/manual.js +0 -81
- package/src/commands/fs/prettier.config.js +0 -99
- package/src/commands/fs/readme.js +0 -138
- package/src/commands/fs/remove.js +0 -24
- package/src/commands/fs/replace.js +0 -35
package/CoCreate.config.js
CHANGED
|
@@ -28,9 +28,9 @@ module.exports = {
|
|
|
28
28
|
"fs/webpack"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
path: "../../CoCreate-
|
|
33
|
-
repo: "github.com/CoCreate-app/CoCreate-
|
|
31
|
+
app: {
|
|
32
|
+
path: "../../CoCreate-app",
|
|
33
|
+
repo: "github.com/CoCreate-app/CoCreate-app.git",
|
|
34
34
|
exclude: [
|
|
35
35
|
"fs/webpack"
|
|
36
36
|
]
|
|
@@ -155,10 +155,6 @@ module.exports = {
|
|
|
155
155
|
path: "../CoCreate-indexeddb",
|
|
156
156
|
repo: "github.com/CoCreate-app/CoCreate-indexeddb.git"
|
|
157
157
|
},
|
|
158
|
-
industry: {
|
|
159
|
-
path: "../CoCreate-industry",
|
|
160
|
-
repo: "github.com/CoCreate-app/CoCreate-industry.git"
|
|
161
|
-
},
|
|
162
158
|
"lazy-loader": {
|
|
163
159
|
path: "../CoCreate-lazy-loader",
|
|
164
160
|
repo: "github.com/CoCreate-app/CoCreate-lazy-loader.git"
|
|
@@ -288,154 +284,6 @@ module.exports = {
|
|
|
288
284
|
path: "../CoCreate-vdom",
|
|
289
285
|
repo: "github.com/CoCreate-app/CoCreate-vdom.git"
|
|
290
286
|
},
|
|
291
|
-
|
|
292
|
-
builder: {
|
|
293
|
-
path: "../../CoCreate-apps/CoCreate-builder",
|
|
294
|
-
repo: "github.com/CoCreate-app/CoCreate-builder.git",
|
|
295
|
-
exclude: [
|
|
296
|
-
"fs/webpack"
|
|
297
|
-
]
|
|
298
|
-
},
|
|
299
|
-
dashboard: {
|
|
300
|
-
path: "../../CoCreate-apps/CoCreate-dashboard",
|
|
301
|
-
repo: "github.com/CoCreate-app/CoCreate-dashboard.git",
|
|
302
|
-
exclude: [
|
|
303
|
-
"fs/webpack"
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
|
-
datatable: {
|
|
307
|
-
path: "../../CoCreate-apps/CoCreate-datatable",
|
|
308
|
-
repo: "github.com/CoCreate-app/CoCreate-datatable.git",
|
|
309
|
-
exclude: [
|
|
310
|
-
"fs/webpack"
|
|
311
|
-
]
|
|
312
|
-
},
|
|
313
|
-
kanban: {
|
|
314
|
-
path: "../../CoCreate-apps/CoCreate-kanban",
|
|
315
|
-
repo: "github.com/CoCreate-app/CoCreate-kanban.git",
|
|
316
|
-
exclude: [
|
|
317
|
-
"fs/webpack"
|
|
318
|
-
]
|
|
319
|
-
},
|
|
320
|
-
sandbox: {
|
|
321
|
-
path: "../../CoCreate-apps/CoCreate-sandbox",
|
|
322
|
-
repo: "github.com/CoCreate-app/CoCreate-sandbox.git",
|
|
323
|
-
exclude: [
|
|
324
|
-
"fs/webpack"
|
|
325
|
-
]
|
|
326
|
-
},
|
|
327
|
-
|
|
328
|
-
charts: {
|
|
329
|
-
path: "../../CoCreate-plugins/CoCreate-charts",
|
|
330
|
-
repo: "github.com/CoCreate-app/CoCreate-charts.git"
|
|
331
|
-
},
|
|
332
|
-
"alpha-vantage": {
|
|
333
|
-
path: "../../CoCreate-plugins/CoCreate-alpha-vantage",
|
|
334
|
-
repo: "github.com/CoCreate-app/CoCreate-alpha-vantage.git"
|
|
335
|
-
},
|
|
336
|
-
aos: {
|
|
337
|
-
path: "../../CoCreate-plugins/CoCreate-aos",
|
|
338
|
-
repo: "github.com/CoCreate-app/CoCreate-aos.git"
|
|
339
|
-
},
|
|
340
|
-
croppie: {
|
|
341
|
-
path: "../../CoCreate-plugins/CoCreate-croppie",
|
|
342
|
-
repo: "github.com/CoCreate-app/CoCreate-croppie.git"
|
|
343
|
-
},
|
|
344
|
-
domain: {
|
|
345
|
-
path: "../../CoCreate-plugins/CoCreate-domain",
|
|
346
|
-
repo: "github.com/CoCreate-app/CoCreate-domain.git"
|
|
347
|
-
},
|
|
348
|
-
fabric: {
|
|
349
|
-
path: "../../CoCreate-plugins/CoCreate-fabric",
|
|
350
|
-
repo: "github.com/CoCreate-app/CoCreate-fabric.git"
|
|
351
|
-
},
|
|
352
|
-
facebook: {
|
|
353
|
-
path: "../../CoCreate-plugins/CoCreate-facebook",
|
|
354
|
-
repo: "github.com/CoCreate-app/CoCreate-facebook.git"
|
|
355
|
-
},
|
|
356
|
-
fullcalendar: {
|
|
357
|
-
path: "../../CoCreate-plugins/CoCreate-fullcalendar",
|
|
358
|
-
repo: "github.com/CoCreate-app/CoCreate-fullcalendar.git"
|
|
359
|
-
},
|
|
360
|
-
ffmpeg: {
|
|
361
|
-
path: "../../CoCreate-plugins/CoCreate-ffmpeg",
|
|
362
|
-
repo: "github.com/CoCreate-app/CoCreate-ffmpeg.git",
|
|
363
|
-
exclude: [
|
|
364
|
-
"fs/webpack"
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
"google-maps": {
|
|
368
|
-
path: "../../CoCreate-plugins/CoCreate-google-maps",
|
|
369
|
-
repo: "github.com/CoCreate-app/CoCreate-google-maps.git"
|
|
370
|
-
},
|
|
371
|
-
"google-auth": {
|
|
372
|
-
path: "../../CoCreate-plugins/CoCreate-google-auth",
|
|
373
|
-
repo: "github.com/CoCreate-app/CoCreate-google-auth.git"
|
|
374
|
-
},
|
|
375
|
-
instagram: {
|
|
376
|
-
path: "../../CoCreate-plugins/CoCreate-instagram",
|
|
377
|
-
repo: "github.com/CoCreate-app/CoCreate-instagram.git"
|
|
378
|
-
},
|
|
379
|
-
lighthouse: {
|
|
380
|
-
path: "../../CoCreate-plugins/CoCreate-lighthouse",
|
|
381
|
-
repo: "github.com/CoCreate-app/CoCreate-lighthouse.git"
|
|
382
|
-
},
|
|
383
|
-
linkedin: {
|
|
384
|
-
path: "../../CoCreate-plugins/CoCreate-linkedin",
|
|
385
|
-
repo: "github.com/CoCreate-app/CoCreate-linkedin.git"
|
|
386
|
-
},
|
|
387
|
-
marked: {
|
|
388
|
-
path: "../../CoCreate-plugins/CoCreate-marked",
|
|
389
|
-
repo: "github.com/CoCreate-app/CoCreate-marked.git"
|
|
390
|
-
},
|
|
391
|
-
mongodb: {
|
|
392
|
-
path: "../../CoCreate-plugins/CoCreate-mongodb",
|
|
393
|
-
repo: "github.com/CoCreate-app/CoCreate-mongodb.git",
|
|
394
|
-
exclude: [
|
|
395
|
-
"fs/webpack"
|
|
396
|
-
]
|
|
397
|
-
},
|
|
398
|
-
openai: {
|
|
399
|
-
path: "../../CoCreate-plugins/CoCreate-openai",
|
|
400
|
-
repo: "github.com/CoCreate-app/CoCreate-openai.git"
|
|
401
|
-
},
|
|
402
|
-
pickr: {
|
|
403
|
-
path: "../../CoCreate-plugins/CoCreate-pickr",
|
|
404
|
-
repo: "github.com/CoCreate-app/CoCreate-pickr.git"
|
|
405
|
-
},
|
|
406
|
-
pinterest: {
|
|
407
|
-
path: "../../CoCreate-plugins/CoCreate-pinterest",
|
|
408
|
-
repo: "github.com/CoCreate-app/CoCreate-pinterest.git"
|
|
409
|
-
},
|
|
410
|
-
plaid: {
|
|
411
|
-
path: "../../CoCreate-plugins/CoCreate-plaid",
|
|
412
|
-
repo: "github.com/CoCreate-app/CoCreate-plaid.git"
|
|
413
|
-
},
|
|
414
|
-
prism: {
|
|
415
|
-
path: "../../CoCreate-plugins/CoCreate-prism",
|
|
416
|
-
repo: "github.com/CoCreate-app/CoCreate-prism.git"
|
|
417
|
-
},
|
|
418
|
-
sendgrid: {
|
|
419
|
-
path: "../../CoCreate-plugins/CoCreate-sendgrid",
|
|
420
|
-
repo: "github.com/CoCreate-app/CoCreate-sendgrid.git"
|
|
421
|
-
},
|
|
422
|
-
shipengine: {
|
|
423
|
-
path: "../../CoCreate-plugins/CoCreate-shipengine",
|
|
424
|
-
repo: "github.com/CoCreate-app/CoCreate-shipengine.git"
|
|
425
|
-
},
|
|
426
|
-
stripe: {
|
|
427
|
-
path: "../../CoCreate-plugins/CoCreate-stripe",
|
|
428
|
-
repo: "github.com/CoCreate-app/CoCreate-stripe.git"
|
|
429
|
-
},
|
|
430
|
-
twilio: {
|
|
431
|
-
path: "../../CoCreate-plugins/CoCreate-twilio",
|
|
432
|
-
repo: "github.com/CoCreate-app/CoCreate-twilio.git"
|
|
433
|
-
},
|
|
434
|
-
twitter: {
|
|
435
|
-
path: "../../CoCreate-plugins/CoCreate-twitter",
|
|
436
|
-
repo: "github.com/CoCreate-app/CoCreate-twitter.git"
|
|
437
|
-
},
|
|
438
|
-
|
|
439
287
|
cocreatews: {
|
|
440
288
|
path: "../../CoCreateWS",
|
|
441
289
|
repo: "github.com/CoCreate-app/CoCreateWS.git",
|
|
@@ -443,9 +291,9 @@ module.exports = {
|
|
|
443
291
|
"fs/webpack"
|
|
444
292
|
]
|
|
445
293
|
},
|
|
446
|
-
|
|
447
|
-
path: "../CoCreate-
|
|
448
|
-
repo: "github.com/CoCreate-app/CoCreate-
|
|
294
|
+
"server-tls": {
|
|
295
|
+
path: "../CoCreate-server-tls",
|
|
296
|
+
repo: "github.com/CoCreate-app/CoCreate-server-tls.git",
|
|
449
297
|
exclude: [
|
|
450
298
|
"fs/webpack"
|
|
451
299
|
]
|
|
@@ -541,6 +389,5 @@ module.exports = {
|
|
|
541
389
|
"fs/webpack"
|
|
542
390
|
]
|
|
543
391
|
}
|
|
544
|
-
}
|
|
545
|
-
"hideMessage": false
|
|
392
|
+
}
|
|
546
393
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0",
|
|
4
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
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -48,27 +48,9 @@
|
|
|
48
48
|
"coc": "src/coc.js"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@cocreate/certificates": "^1.
|
|
52
|
-
"@cocreate/config": "^1.
|
|
53
|
-
"@cocreate/file": "^1.
|
|
51
|
+
"@cocreate/certificates": "^1.11.0",
|
|
52
|
+
"@cocreate/config": "^1.19.0",
|
|
53
|
+
"@cocreate/file": "^1.24.0",
|
|
54
54
|
"@google/genai": "2.15.0"
|
|
55
|
-
},
|
|
56
|
-
"allowScripts": {
|
|
57
|
-
"@cocreate/certificates@1.3.2": true,
|
|
58
|
-
"@cocreate/actions@1.21.4": true,
|
|
59
|
-
"@cocreate/api@1.22.5": true,
|
|
60
|
-
"@cocreate/config@1.13.4": true,
|
|
61
|
-
"@cocreate/crud-client@1.34.6": true,
|
|
62
|
-
"@cocreate/element-prototype@1.31.4": true,
|
|
63
|
-
"@cocreate/elements@1.42.9": true,
|
|
64
|
-
"@cocreate/filter@1.33.6": true,
|
|
65
|
-
"@cocreate/indexeddb@1.23.4": true,
|
|
66
|
-
"@cocreate/local-storage@1.16.5": true,
|
|
67
|
-
"@cocreate/observer@1.19.0": true,
|
|
68
|
-
"@cocreate/organizations@1.30.1": true,
|
|
69
|
-
"@cocreate/render@1.46.1": true,
|
|
70
|
-
"@cocreate/socket-client@1.40.5": true,
|
|
71
|
-
"@cocreate/utils@1.42.2": true,
|
|
72
|
-
"@cocreate/webpack@1.4.3": true
|
|
73
55
|
}
|
|
74
56
|
}
|