@coopcli/specsketch 2026.825.2 → 2026.826.2
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/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -4093,7 +4093,7 @@ function mountWorkbenchHost(app, options) {
|
|
|
4093
4093
|
}
|
|
4094
4094
|
|
|
4095
4095
|
// server/cli.ts
|
|
4096
|
-
var CLI_VERSION = true ? "2026.08.
|
|
4096
|
+
var CLI_VERSION = true ? "2026.08.26.2" : "dev";
|
|
4097
4097
|
var USAGE = `Usage: specsketch <change-id> [--port <n>] [--fixture]
|
|
4098
4098
|
specsketch login [--profile <name>] [--web-url <url>]
|
|
4099
4099
|
specsketch --version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specsketch",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.826.2",
|
|
4
4
|
"description": "coopcli specsketch — draw an architecture diagram, generate an OpenSpec change proposal into your openspec/ change directory. Local-only.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|