@schuttdev/kon 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -321,7 +321,7 @@ function createHttpClient(serverUrl, sessionToken) {
321
321
  }
322
322
 
323
323
  // ../cli/src/version.ts
324
- var VERSION = "0.2.7";
324
+ var VERSION = "0.2.8";
325
325
 
326
326
  // ../cli/src/connect.ts
327
327
  async function connect(serverName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schuttdev/kon",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "description": "Lightweight gigai client for Claude code execution",
6
6
  "bin": {