@schuttdev/kon 0.3.0 → 0.3.1

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
@@ -341,7 +341,7 @@ function createHttpClient(serverUrl, sessionToken) {
341
341
  }
342
342
 
343
343
  // ../cli/src/version.ts
344
- var VERSION = "0.3.0";
344
+ var VERSION = "0.3.1";
345
345
 
346
346
  // ../cli/src/connect.ts
347
347
  async function connect(serverName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schuttdev/kon",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "Lightweight gigai client for Claude code execution",
6
6
  "bin": {