@cocreate/cli 1.54.1 → 1.54.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.54.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.54.1...v1.54.2) (2026-02-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * missing package and update dependencies ([5d71624](https://github.com/CoCreate-app/CoCreate-cli/commit/5d716248e62c7349b8ea4f508bb1cca095b924ad))
7
+
1
8
  ## [1.54.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.54.0...v1.54.1) (2026-02-02)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.54.1",
3
+ "version": "1.54.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",
@@ -50,6 +50,7 @@
50
50
  "@cocreate/acme": "^1.3.0",
51
51
  "@cocreate/config": "^1.13.1",
52
52
  "@cocreate/file": "^1.19.4",
53
- "@cocreate/nginx": "^1.4.0"
53
+ "@cocreate/nginx": "^1.4.0",
54
+ "@google/generative-ai": "0.24.1"
54
55
  }
55
56
  }