@cocreate/cli 1.51.1 → 1.51.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 +7 -0
- package/CoCreate.config.js +192 -192
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.51.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.51.1...v1.51.2) (2025-05-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* config ([3d94a02](https://github.com/CoCreate-app/CoCreate-cli/commit/3d94a02438b162d787d9614d13ab3829d12d7241))
|
|
7
|
+
|
|
1
8
|
## [1.51.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.51.0...v1.51.1) (2025-05-01)
|
|
2
9
|
|
|
3
10
|
|
package/CoCreate.config.js
CHANGED
|
@@ -304,198 +304,198 @@ module.exports = {
|
|
|
304
304
|
path: "../../CoCreate-apps/CoCreate-sandbox",
|
|
305
305
|
repo: "github.com/CoCreate-app/CoCreate-sandbox.git",
|
|
306
306
|
exclude: ["fs/webpack"]
|
|
307
|
-
}
|
|
307
|
+
},
|
|
308
308
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
309
|
+
{
|
|
310
|
+
path: "../../CoCreate-plugins/CoCreate-charts",
|
|
311
|
+
repo: "github.com/CoCreate-app/CoCreate-charts.git"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
path: "../../CoCreate-plugins/CoCreate-alpha-vantage",
|
|
315
|
+
repo: "github.com/CoCreate-app/CoCreate-alpha-vantage.git"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "../../CoCreate-plugins/CoCreate-aos",
|
|
319
|
+
repo: "github.com/CoCreate-app/CoCreate-aos.git"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
path: "../../CoCreate-plugins/CoCreate-croppie",
|
|
323
|
+
repo: "github.com/CoCreate-app/CoCreate-croppie.git"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
path: "../../CoCreate-plugins/CoCreate-domain",
|
|
327
|
+
repo: "github.com/CoCreate-app/CoCreate-domain.git"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
path: "../../CoCreate-plugins/CoCreate-fabric",
|
|
331
|
+
repo: "github.com/CoCreate-app/CoCreate-fabric.git"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
path: "../../CoCreate-plugins/CoCreate-facebook",
|
|
335
|
+
repo: "github.com/CoCreate-app/CoCreate-facebook.git"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
path: "../../CoCreate-plugins/CoCreate-fullcalendar",
|
|
339
|
+
repo: "github.com/CoCreate-app/CoCreate-fullcalendar.git"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
path: "../../CoCreate-plugins/CoCreate-ffmpeg",
|
|
343
|
+
repo: "github.com/CoCreate-app/CoCreate-ffmpeg.git",
|
|
344
|
+
exclude: ["fs/webpack"]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
path: "../../CoCreate-plugins/CoCreate-google-maps",
|
|
348
|
+
repo: "github.com/CoCreate-app/CoCreate-google-maps.git"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
path: "../../CoCreate-plugins/CoCreate-google-auth",
|
|
352
|
+
repo: "github.com/CoCreate-app/CoCreate-google-auth.git"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
path: "../../CoCreate-plugins/CoCreate-instagram",
|
|
356
|
+
repo: "github.com/CoCreate-app/CoCreate-instagram.git"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "../../CoCreate-plugins/CoCreate-lighthouse",
|
|
360
|
+
repo: "github.com/CoCreate-app/CoCreate-lighthouse.git"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
path: "../../CoCreate-plugins/CoCreate-linkedin",
|
|
364
|
+
repo: "github.com/CoCreate-app/CoCreate-linkedin.git"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "../../CoCreate-plugins/CoCreate-marked",
|
|
368
|
+
repo: "github.com/CoCreate-app/CoCreate-marked.git"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
path: "../../CoCreate-plugins/CoCreate-mongodb",
|
|
372
|
+
repo: "github.com/CoCreate-app/CoCreate-mongodb.git",
|
|
373
|
+
exclude: ["fs/webpack"]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "../../CoCreate-plugins/CoCreate-openai",
|
|
377
|
+
repo: "github.com/CoCreate-app/CoCreate-openai.git"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
path: "../../CoCreate-plugins/CoCreate-pickr",
|
|
381
|
+
repo: "github.com/CoCreate-app/CoCreate-pickr.git"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
path: "../../CoCreate-plugins/CoCreate-pinterest",
|
|
385
|
+
repo: "github.com/CoCreate-app/CoCreate-pinterest.git"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "../../CoCreate-plugins/CoCreate-plaid",
|
|
389
|
+
repo: "github.com/CoCreate-app/CoCreate-plaid.git"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
path: "../../CoCreate-plugins/CoCreate-prism",
|
|
393
|
+
repo: "github.com/CoCreate-app/CoCreate-prism.git"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
path: "../../CoCreate-plugins/CoCreate-sendgrid",
|
|
397
|
+
repo: "github.com/CoCreate-app/CoCreate-sendgrid.git"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
path: "../../CoCreate-plugins/CoCreate-shipengine",
|
|
401
|
+
repo: "github.com/CoCreate-app/CoCreate-shipengine.git"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
path: "../../CoCreate-plugins/CoCreate-stripe",
|
|
405
|
+
repo: "github.com/CoCreate-app/CoCreate-stripe.git"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
path: "../../CoCreate-plugins/CoCreate-twilio",
|
|
409
|
+
repo: "github.com/CoCreate-app/CoCreate-twilio.git"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
path: "../../CoCreate-plugins/CoCreate-twitter",
|
|
413
|
+
repo: "github.com/CoCreate-app/CoCreate-twitter.git"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
path: "../../CoCreateWS",
|
|
417
|
+
repo: "github.com/CoCreate-app/CoCreateWS.git",
|
|
418
|
+
exclude: ["fs/webpack"]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
path: "../CoCreate-acme",
|
|
422
|
+
repo: "github.com/CoCreate-app/CoCreate-acme.git",
|
|
423
|
+
exclude: ["fs/webpack"]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "../CoCreate-authenticate",
|
|
427
|
+
repo: "github.com/CoCreate-app/CoCreate-authenticate.git",
|
|
428
|
+
exclude: ["fs/webpack"]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "../CoCreate-authorize",
|
|
432
|
+
repo: "github.com/CoCreate-app/CoCreate-authorize.git",
|
|
433
|
+
exclude: ["fs/webpack"]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
path: "../CoCreate-cron-jobs",
|
|
437
|
+
repo: "github.com/CoCreate-app/CoCreate-cron-jobs.git",
|
|
438
|
+
exclude: ["fs/webpack"]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
path: "../CoCreate-crud-server",
|
|
442
|
+
repo: "github.com/CoCreate-app/CoCreate-crud-server.git",
|
|
443
|
+
exclude: ["fs/webpack"]
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
path: "../CoCreate-file-server",
|
|
447
|
+
repo: "github.com/CoCreate-app/CoCreate-file-server.git",
|
|
448
|
+
exclude: ["fs/webpack"]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
path: "../CoCreate-metrics",
|
|
452
|
+
repo: "github.com/CoCreate-app/CoCreate-metrics.git",
|
|
453
|
+
exclude: ["fs/webpack"]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
path: "../CoCreate-node-autoscaler",
|
|
457
|
+
repo: "github.com/CoCreate-app/CoCreate-node-autoscaler.git",
|
|
458
|
+
exclude: ["fs/webpack"]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
path: "../../CoCreate-plugins/CoCreate-nginx",
|
|
462
|
+
repo: "github.com/CoCreate-app/CoCreate-nginx.git",
|
|
463
|
+
exclude: ["fs/webpack"]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
path: "../CoCreate-server",
|
|
467
|
+
repo: "github.com/CoCreate-app/CoCreate-server.git",
|
|
468
|
+
exclude: ["fs/webpack"]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
path: "../CoCreate-server-side-render",
|
|
472
|
+
repo: "github.com/CoCreate-app/CoCreate-server-side-render.git",
|
|
473
|
+
exclude: ["fs/webpack"]
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
path: "../CoCreate-socket-server",
|
|
477
|
+
repo: "github.com/CoCreate-app/CoCreate-socket-server.git",
|
|
478
|
+
exclude: ["fs/webpack"]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
path: "../CoCreate-sitemap",
|
|
482
|
+
repo: "github.com/CoCreate-app/CoCreate-sitemap.git",
|
|
483
|
+
exclude: ["fs/webpack"]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
path: "../CoCreate-url-uploader",
|
|
487
|
+
repo: "github.com/CoCreate-app/CoCreate-url-uploader.git",
|
|
488
|
+
exclude: ["fs/webpack"]
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
path: "../CoCreate-usage",
|
|
492
|
+
repo: "github.com/CoCreate-app/CoCreate-usage.git",
|
|
493
|
+
exclude: ["fs/webpack"]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
path: "../../CoCreate-plugins/CoCreate-webpack",
|
|
497
|
+
repo: "github.com/CoCreate-app/CoCreate-webpack.git",
|
|
498
|
+
exclude: ["fs/webpack"]
|
|
499
|
+
}
|
|
500
500
|
]
|
|
501
501
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.51.
|
|
3
|
+
"version": "1.51.2",
|
|
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",
|