@cargo-ai/cli 1.0.58 → 1.0.59

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/build/index.js +1 -1
  2. package/package.json +3 -3
package/build/index.js CHANGED
@@ -97,7 +97,7 @@ registerCdkCommands(program
97
97
  .description("Cargo CDK — define resources in code and deploy them (plan/deploy)"), getApi);
98
98
  registerManifestCommands(program
99
99
  .command("manifest")
100
- .description("Manifest — scaffold a GTM repo (context, infra, skills, evals, outputs) and install cookbook modules into it"));
100
+ .description("Manifest — scaffold a GTM repo (context, infra, skills, evals, outputs)"));
101
101
  program
102
102
  .parseAsync()
103
103
  .then(() => maybeNotifyUpdate(version))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cargo-ai/cli",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://getcargo.ai",
@@ -61,8 +61,8 @@
61
61
  "dependencies": {
62
62
  "@cargo-ai/api": "^1.0.62",
63
63
  "@cargo-ai/app-sdk": "^1.0.6",
64
- "@cargo-ai/cdk": "^1.0.47",
65
- "@cargo-ai/types": "^1.0.60",
64
+ "@cargo-ai/cdk": "^1.0.48",
65
+ "@cargo-ai/types": "^1.0.61",
66
66
  "@cargo-ai/worker-sdk": "^1.0.12",
67
67
  "@modelcontextprotocol/sdk": "1.29.0",
68
68
  "commander": "^12.1.0",