@coopcli/specsketch 2026.904.3 → 2026.904.4
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
|
@@ -2776,7 +2776,7 @@ function mountWorkbenchHost(app, options) {
|
|
|
2776
2776
|
}
|
|
2777
2777
|
|
|
2778
2778
|
// server/cli.ts
|
|
2779
|
-
var CLI_VERSION = true ? "2026.09.04.
|
|
2779
|
+
var CLI_VERSION = true ? "2026.09.04.4" : "dev";
|
|
2780
2780
|
var USAGE = `Usage: specsketch <change-id> [--port <n>] [--fixture]
|
|
2781
2781
|
specsketch --version
|
|
2782
2782
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specsketch",
|
|
3
|
-
"version": "2026.904.
|
|
3
|
+
"version": "2026.904.4",
|
|
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": {
|