@cocreate/cli 1.56.3 → 1.56.4

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.56.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.56.3...v1.56.4) (2026-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove deprecated repository configurations from CoCreate.config.js ([d1f0a67](https://github.com/CoCreate-app/CoCreate-cli/commit/d1f0a67d8324fbcec9638c84a9a6a5b7164ee0bd))
7
+
1
8
  ## [1.56.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.56.2...v1.56.3) (2026-07-19)
2
9
 
3
10
 
@@ -489,20 +489,6 @@ module.exports = {
489
489
  "fs/webpack"
490
490
  ]
491
491
  },
492
- {
493
- "path": "../CoCreate-node-autoscaler",
494
- "repo": "github.com/CoCreate-app/CoCreate-node-autoscaler.git",
495
- "exclude": [
496
- "fs/webpack"
497
- ]
498
- },
499
- {
500
- "path": "../../CoCreate-plugins/CoCreate-nginx",
501
- "repo": "github.com/CoCreate-app/CoCreate-nginx.git",
502
- "exclude": [
503
- "fs/webpack"
504
- ]
505
- },
506
492
  {
507
493
  "path": "../CoCreate-server",
508
494
  "repo": "github.com/CoCreate-app/CoCreate-server.git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
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",