@copilotkit/sdk-js 1.50.0-beta.7 → 1.50.0-beta.9

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/CHANGELOG.md +16 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,28 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
- ## 1.50.0-beta.7
3
+ ## 1.50.0-beta.9
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Updating package versions for consistency
7
+ - Refactor suggestions to not always run
8
8
 
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @copilotkit/shared@1.50.0-beta.7
12
+ - @copilotkit/shared@1.50.0-beta.9
13
+
14
+ ## 1.50.0-beta.8
15
+
16
+ ### Patch Changes
17
+
18
+ - d1089a7: - fix: allow langgraph 1.0
19
+ - @copilotkit/shared@1.50.0-beta.8
20
+
21
+ ## 1.50.0-beta.7
22
+
23
+ ### Patch Changes
24
+
25
+ - @copilotkit/shared@1.50.0-beta.7
13
26
 
14
27
  ## 1.50.0-beta.6
15
28
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.7",
12
+ "version": "1.50.0-beta.9",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,16 +46,16 @@
46
46
  "ts-node": "^10.9.2",
47
47
  "tsup": "^6.7.0",
48
48
  "typescript": "^5.2.3",
49
- "tsconfig": "1.4.6",
50
- "eslint-config-custom": "1.4.6"
49
+ "eslint-config-custom": "1.4.6",
50
+ "tsconfig": "1.4.6"
51
51
  },
52
52
  "dependencies": {
53
- "@copilotkit/shared": "1.50.0-beta.7"
53
+ "@copilotkit/shared": "1.50.0-beta.9"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@langchain/community": "^0.0.53",
57
- "@langchain/core": "^0.3.13 || ^0.4.0",
58
- "@langchain/langgraph": "^0.2.44 || ^0.3.0 || ^0.4.0",
57
+ "@langchain/core": ">=0.4.0 <2.0.0",
58
+ "@langchain/langgraph": ">=0.4.0 <2.0.0",
59
59
  "langchain": "^0.3.3",
60
60
  "typescript": "^5.2.3",
61
61
  "zod": "^3.23.3 || ^3.24.0 || ^3.25.0"