@cargo-ai/cli 1.0.38 → 1.0.40

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.
@@ -23,7 +23,7 @@ Example:
23
23
  .option("--limit <n>", "Max results to return (integer)")
24
24
  .option("--offset <n>", "Number of results to skip (integer)")
25
25
  .option("--sort-kind <kind>", "Sort direction. Allowed values: asc, desc")
26
- .option("--sort-column-slug <slug>", "Column to sort by. Allowed values: _id, _title, _emitted_at")
26
+ .option("--sort-column-slug <slug>", "Column to sort by. Allowed values: _id, _title, _emitted_at (_emitted_at is only available on models built from ingested records)")
27
27
  .addHelpText("after", `
28
28
  Examples:
29
29
  $ cargo-ai storage record list --model-uuid 550e8400-...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cargo-ai/cli",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "description": "Command-line interface for the Cargo API",
@@ -30,7 +30,7 @@
30
30
  "format:check": "prettier --check ."
31
31
  },
32
32
  "dependencies": {
33
- "@cargo-ai/api": "^1.0.47",
33
+ "@cargo-ai/api": "^1.0.48",
34
34
  "@cargo-ai/app-sdk": "^1.0.5",
35
35
  "@cargo-ai/cdk": "*",
36
36
  "@cargo-ai/types": "*",