wisp-router 2.0.5 → 2.0.6
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/README.md +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,4 +24,8 @@ claude-wisp # Claude Code through the Bridge (start the Bridge first)
|
|
|
24
24
|
|
|
25
25
|
State lives in `~/.wisp/` (`config.json` + owner-only `auth.json`), shared with the Wisp VS Code extension.
|
|
26
26
|
|
|
27
|
+
## Versioning
|
|
28
|
+
|
|
29
|
+
`wisp-router` starts at **2.0.x** — there is no 1.x npm line. It shares the monorepo with the 1.x Wisp VS Code extension; the two faces version independently.
|
|
30
|
+
|
|
27
31
|
Source and docs: [github.com/EstarinAzx/Wisp-Router](https://github.com/EstarinAzx/Wisp-Router).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisp-router",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Wisp — BYOK model router: terminal UI, local Bridge (OpenAI + Anthropic doors), and the claude-wisp launcher for Claude Code",
|
|
5
5
|
"bin": {
|
|
6
6
|
"wisp": "bin/wisp.js",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"node": ">=16"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@tsd47216/wisp-router-win32-x64": "2.0.
|
|
21
|
-
"@tsd47216/wisp-router-darwin-arm64": "2.0.
|
|
22
|
-
"@tsd47216/wisp-router-darwin-x64": "2.0.
|
|
23
|
-
"@tsd47216/wisp-router-linux-x64": "2.0.
|
|
20
|
+
"@tsd47216/wisp-router-win32-x64": "2.0.6",
|
|
21
|
+
"@tsd47216/wisp-router-darwin-arm64": "2.0.6",
|
|
22
|
+
"@tsd47216/wisp-router-darwin-x64": "2.0.6",
|
|
23
|
+
"@tsd47216/wisp-router-linux-x64": "2.0.6"
|
|
24
24
|
}
|
|
25
25
|
}
|