@copilotkit/sdk-js 1.50.0-beta.1 → 1.50.0-beta.11

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 +71 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.50.0-beta.11
4
+
5
+ ### Minor Changes
6
+
7
+ - fix telemetry in v1.50 runtime
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.50.0-beta.11
13
+
14
+ ## 1.50.0-beta.10
15
+
16
+ ### Minor Changes
17
+
18
+ - add new runner with telemetry baked in
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @copilotkit/shared@1.50.0-beta.10
24
+
25
+ ## 1.50.0-beta.9
26
+
27
+ ### Minor Changes
28
+
29
+ - Refactor suggestions to not always run
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @copilotkit/shared@1.50.0-beta.9
35
+
36
+ ## 1.50.0-beta.8
37
+
38
+ ### Patch Changes
39
+
40
+ - d1089a7: - fix: allow langgraph 1.0
41
+ - @copilotkit/shared@1.50.0-beta.8
42
+
43
+ ## 1.50.0-beta.7
44
+
45
+ ### Patch Changes
46
+
47
+ - @copilotkit/shared@1.50.0-beta.7
48
+
49
+ ## 1.50.0-beta.6
50
+
51
+ ### Minor Changes
52
+
53
+ - Updating dependency versions across all packages
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies
58
+ - @copilotkit/shared@1.50.0-beta.6
59
+
60
+ ## 1.50.0-beta.4
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [b0e3652]
65
+ - Updated dependencies [4942f62]
66
+ - @copilotkit/shared@1.50.0-beta.4
67
+
68
+ ## 1.10.7-next.0
69
+
70
+ ### Patch Changes
71
+
72
+ - @copilotkit/shared@1.10.7-next.0
73
+
3
74
  ## 1.10.6
4
75
 
5
76
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.1",
12
+ "version": "1.50.0-beta.11",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,17 +46,16 @@
46
46
  "ts-node": "^10.9.2",
47
47
  "tsup": "^6.7.0",
48
48
  "typescript": "^5.2.3",
49
- "zod-to-json-schema": "^3.23.5",
50
49
  "eslint-config-custom": "1.4.6",
51
50
  "tsconfig": "1.4.6"
52
51
  },
53
52
  "dependencies": {
54
- "@copilotkit/shared": "1.50.0-beta.1"
53
+ "@copilotkit/shared": "1.50.0-beta.11"
55
54
  },
56
55
  "peerDependencies": {
57
56
  "@langchain/community": "^0.0.53",
58
- "@langchain/core": "^0.3.13 || ^0.4.0",
59
- "@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",
60
59
  "langchain": "^0.3.3",
61
60
  "typescript": "^5.2.3",
62
61
  "zod": "^3.23.3 || ^3.24.0 || ^3.25.0"