@cocreate/cli 1.51.0 → 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 CHANGED
@@ -1,3 +1,17 @@
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
+
8
+ ## [1.51.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.51.0...v1.51.1) (2025-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update [@cocreate](https://github.com/cocreate) dependencies ([37a3fc2](https://github.com/CoCreate-app/CoCreate-cli/commit/37a3fc289e52ad65f399d4c7a803ac4dae6ad468))
14
+
1
15
  # [1.51.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.50.0...v1.51.0) (2025-05-01)
2
16
 
3
17
 
@@ -305,6 +305,7 @@ module.exports = {
305
305
  repo: "github.com/CoCreate-app/CoCreate-sandbox.git",
306
306
  exclude: ["fs/webpack"]
307
307
  },
308
+
308
309
  {
309
310
  path: "../../CoCreate-plugins/CoCreate-charts",
310
311
  repo: "github.com/CoCreate-app/CoCreate-charts.git"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.51.0",
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",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@cocreate/acme": "^1.3.0",
59
- "@cocreate/config": "^1.13.0",
60
- "@cocreate/file": "^1.19.3",
59
+ "@cocreate/config": "^1.13.1",
60
+ "@cocreate/file": "^1.19.4",
61
61
  "@cocreate/nginx": "^1.4.0"
62
62
  }
63
63
  }