@coopcli/specsketch 2026.905.2 → 2026.905.3
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 +2 -4
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.05.
|
|
2779
|
+
var CLI_VERSION = true ? "2026.09.05.3" : "dev";
|
|
2780
2780
|
var USAGE = `Usage: specsketch <change-id> [--port <n>] [--fixture]
|
|
2781
2781
|
specsketch --version
|
|
2782
2782
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specsketch",
|
|
3
|
-
"version": "2026.905.
|
|
4
|
-
"description": "coopcli specsketch
|
|
3
|
+
"version": "2026.905.3",
|
|
4
|
+
"description": "coopcli specsketch \u2014 draw an architecture diagram, generate an OpenSpec change proposal into your openspec/ change directory. Local-only.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"specsketch": "dist/cli/index.js"
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"cli": "npm run build:cli && node dist/cli/index.js",
|
|
28
28
|
"prepublishOnly": "npm run check && npm run test && npm run build:cli",
|
|
29
29
|
"smoke": "tsx scripts/smoke.ts",
|
|
30
|
-
"site:dev": "wrangler dev --config site/wrangler.jsonc --inspector-port 9234",
|
|
31
|
-
"site:deploy": "npm run build:viewer && wrangler deploy --config site/wrangler.jsonc",
|
|
32
30
|
"build:cf": "vite build && flue build --target cloudflare && node scripts/patch-assets.mjs",
|
|
33
31
|
"dev:cf": "vite build && flue dev --target cloudflare",
|
|
34
32
|
"deploy:cf": "npm run build:cf && wrangler deploy --config dist/specsketch/wrangler.json",
|