@capgo/cli 7.89.4 → 7.89.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.89.4",
4
+ "version": "7.89.5",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -72,13 +72,14 @@
72
72
  "test:build-zip-filter": "bun test/test-build-zip-filter.mjs",
73
73
  "test:checksum": "bun test/test-checksum-algorithm.mjs",
74
74
  "test:ci-prompts": "bun test/test-ci-prompts.mjs",
75
+ "test:prompt-preferences": "bun test/test-prompt-preferences.mjs",
75
76
  "test:esm-sdk": "node test/test-sdk-esm.mjs",
76
77
  "test:mcp": "node test/test-mcp.mjs",
77
78
  "test:version-detection": "node test/test-get-installed-version.mjs",
78
79
  "test:version-detection:setup": "./test/fixtures/setup-test-projects.sh",
79
80
  "test:platform-paths": "bun test/test-platform-paths.mjs",
80
81
  "test:payload-split": "bun test/test-payload-split.mjs",
81
- "test": "bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:ci-prompts && bun run test:esm-sdk && bun run test:mcp && bun run test:version-detection && bun run test:platform-paths && bun run test:payload-split"
82
+ "test": "bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:ci-prompts && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:version-detection && bun run test:platform-paths && bun run test:payload-split"
82
83
  },
83
84
  "devDependencies": {
84
85
  "@antfu/eslint-config": "^7.0.0",
@@ -25,6 +25,7 @@ Use this skill for OTA update workflows in Capgo Cloud.
25
25
  - External URL mode is useful for very large or privacy-sensitive bundles.
26
26
  - Encryption is recommended for trustless distribution.
27
27
  - Interactive prompts are disabled automatically in CI and other non-interactive sessions so uploads do not block automation.
28
+ - Optional upload prompts can remember the user's answer on the current machine so future uploads can skip the same question.
28
29
  - Important options:
29
30
  - `-p, --path <path>`
30
31
  - `-c, --channel <channel>`