@coopcli/specsketch 2026.817.1 → 2026.817.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
|
@@ -4014,7 +4014,7 @@ function mountWorkbenchHost(app, options) {
|
|
|
4014
4014
|
}
|
|
4015
4015
|
|
|
4016
4016
|
// server/cli.ts
|
|
4017
|
-
var CLI_VERSION = true ? "2026.08.17.
|
|
4017
|
+
var CLI_VERSION = true ? "2026.08.17.2" : "dev";
|
|
4018
4018
|
var USAGE = `Usage: specsketch <change-id> [--port <n>] [--fixture]
|
|
4019
4019
|
specsketch login [--profile <name>] [--web-url <url>]
|
|
4020
4020
|
specsketch --version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specsketch",
|
|
3
|
-
"version": "2026.817.
|
|
3
|
+
"version": "2026.817.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": {
|