@solidnumber/cli 2.11.6 → 2.11.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidnumber/cli",
3
- "version": "2.11.6",
3
+ "version": "2.11.7",
4
4
  "description": "Be There — the system that answers, books, and takes payment when you can't. CLI + SDK + MCP tools for SMBs, agencies, and AI agents. solid clone plumber → working business in 30 seconds.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
@@ -128,7 +128,7 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
128
128
 
129
129
  <!-- CLI:AUTO:BEGIN -->
130
130
 
131
- - [npm](https://www.npmjs.com/package/@solidnumber/cli): `@solidnumber/cli` v2.11.6
131
+ - [npm](https://www.npmjs.com/package/@solidnumber/cli): `@solidnumber/cli` v2.11.7
132
132
  - [GitHub](https://github.com/Adam-Camp-King/solid-cli): Open-source TypeScript CLI (BUSL-1.1)
133
133
  - [CLI Documentation](https://solidnumber.com/docs/cli): Full command reference
134
134
  - **Machine-readable verb tree**: `solid schema verbs --json` — every command, every flag, every description, in one JSON dump. Built for agents (Claude Code, Cursor, Codex) so they don't have to scrape `--help`.
@@ -260,7 +260,7 @@ Developer funnel: Free signup → API key → MCP config → manage client busin
260
260
  - **webmcp** (4 subcommands) — Manage the in-browser MCP transport — manifest, dispatch test, invocations, consent: `consent, invocations, manifest, test`
261
261
  - **widget** (7 subcommands) — Widgets — embeddable business widgets: `activate, create, delete, embed, get, list, update`
262
262
 
263
- *Auto-generated from the live commander tree at build time. CLI version 2.11.6, manifest schema 1.0, generated 2026-05-25. Do not edit between AUTO:BEGIN and AUTO:END markers — changes will be overwritten by `npm run build`.*
263
+ *Auto-generated from the live commander tree at build time. CLI version 2.11.7, manifest schema 1.0, generated 2026-05-25. Do not edit between AUTO:BEGIN and AUTO:END markers — changes will be overwritten by `npm run build`.*
264
264
 
265
265
  <!-- CLI:AUTO:END -->
266
266