@jive-ai/cli 0.0.48 → 0.0.49

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.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -2084,7 +2084,7 @@ async function createGraphQLClient() {
2084
2084
 
2085
2085
  //#endregion
2086
2086
  //#region package.json
2087
- var version = "0.0.48";
2087
+ var version = "0.0.49";
2088
2088
 
2089
2089
  //#endregion
2090
2090
  //#region src/runner/index.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@jive-ai/cli",
4
- "version": "0.0.48",
4
+ "version": "0.0.49",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
@@ -34,7 +34,7 @@
34
34
  "tsx": "^4.20.6"
35
35
  },
36
36
  "dependencies": {
37
- "@anthropic-ai/claude-agent-sdk": "^0.2.7",
37
+ "@anthropic-ai/claude-agent-sdk": "^0.2.39",
38
38
  "@modelcontextprotocol/sdk": "^1.22.0",
39
39
  "chalk": "^5.6.2",
40
40
  "change-case": "^5.4.4",