@switchbot/openapi-cli 3.5.0 โ†’ 3.6.0

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +2185 -1560
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ Under the hood every surface shares the same catalog, cache, and HMAC client โ€”
63
63
  - ๐ŸŽจ **Dual output modes** โ€” colorized tables by default; `--json` passthrough for `jq` and scripting
64
64
  - ๐Ÿ” **Secure credentials** โ€” HMAC-SHA256 signed requests; config file written with `0600`; env-var override for CI
65
65
  - ๐Ÿ” **Dry-run mode** โ€” preview every mutating request before it hits the API
66
- - ๐Ÿงช **Fully tested** โ€” 2263 Vitest tests, mocked axios, zero network in CI
66
+ - ๐Ÿงช **Fully tested** โ€” 2370 Vitest tests, mocked axios, zero network in CI
67
67
  - โšก **Shell completion** โ€” Bash / Zsh / Fish / PowerShell
68
68
 
69
69
  ## Requirements
@@ -807,7 +807,7 @@ npm install
807
807
 
808
808
  npm run dev -- <args> # Run from TypeScript sources via tsx
809
809
  npm run build # Compile to dist/
810
- npm test # Run the Vitest suite (2225 tests)
810
+ npm test # Run the Vitest suite (2370 tests)
811
811
  npm run test:watch # Watch mode
812
812
  npm run test:coverage # Coverage report (v8, HTML + text)
813
813
  ```