@copilotkit/sdk-js 1.50.0-beta.7 → 1.50.0-beta.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/CHANGELOG.md +7 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
- ## 1.50.0-beta.7
3
+ ## 1.50.0-beta.8
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - Updating package versions for consistency
7
+ - d1089a7: - fix: allow langgraph 1.0
8
+ - @copilotkit/shared@1.50.0-beta.8
9
+
10
+ ## 1.50.0-beta.7
8
11
 
9
12
  ### Patch Changes
10
13
 
11
- - Updated dependencies
12
- - @copilotkit/shared@1.50.0-beta.7
14
+ - @copilotkit/shared@1.50.0-beta.7
13
15
 
14
16
  ## 1.50.0-beta.6
15
17
 
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.8",
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.8"
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"