@copilotkit/sdk-js 1.9.2-next.9 → 1.9.3-next.0

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 +122 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,127 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.9.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/shared@1.9.3-next.0
8
+
9
+ ## 1.9.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 1d1c51d: - feat: surface all errors in structured format
14
+ - 10345a5: - feat: structured error visibility system for streaming errors
15
+ - Updated dependencies [fac89c2]
16
+ - Updated dependencies [9169ad7]
17
+ - Updated dependencies [1d1c51d]
18
+ - Updated dependencies [10345a5]
19
+ - Updated dependencies [9169ad7]
20
+ - @copilotkit/shared@1.9.2
21
+
22
+ ## 1.9.2-next.26
23
+
24
+ ### Patch Changes
25
+
26
+ - @copilotkit/shared@1.9.2-next.26
27
+
28
+ ## 1.9.2-next.25
29
+
30
+ ### Patch Changes
31
+
32
+ - @copilotkit/shared@1.9.2-next.25
33
+
34
+ ## 1.9.2-next.24
35
+
36
+ ### Patch Changes
37
+
38
+ - @copilotkit/shared@1.9.2-next.24
39
+
40
+ ## 1.9.2-next.23
41
+
42
+ ### Patch Changes
43
+
44
+ - @copilotkit/shared@1.9.2-next.23
45
+
46
+ ## 1.9.2-next.22
47
+
48
+ ### Patch Changes
49
+
50
+ - @copilotkit/shared@1.9.2-next.22
51
+
52
+ ## 1.9.2-next.21
53
+
54
+ ### Patch Changes
55
+
56
+ - @copilotkit/shared@1.9.2-next.21
57
+
58
+ ## 1.9.2-next.20
59
+
60
+ ### Patch Changes
61
+
62
+ - @copilotkit/shared@1.9.2-next.20
63
+
64
+ ## 1.9.2-next.19
65
+
66
+ ### Patch Changes
67
+
68
+ - @copilotkit/shared@1.9.2-next.19
69
+
70
+ ## 1.9.2-next.18
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [fac89c2]
75
+ - @copilotkit/shared@1.9.2-next.18
76
+
77
+ ## 1.9.2-next.17
78
+
79
+ ### Patch Changes
80
+
81
+ - @copilotkit/shared@1.9.2-next.17
82
+
83
+ ## 1.9.2-next.16
84
+
85
+ ### Patch Changes
86
+
87
+ - @copilotkit/shared@1.9.2-next.16
88
+
89
+ ## 1.9.2-next.15
90
+
91
+ ### Patch Changes
92
+
93
+ - @copilotkit/shared@1.9.2-next.15
94
+
95
+ ## 1.9.2-next.14
96
+
97
+ ### Patch Changes
98
+
99
+ - @copilotkit/shared@1.9.2-next.14
100
+
101
+ ## 1.9.2-next.13
102
+
103
+ ### Patch Changes
104
+
105
+ - @copilotkit/shared@1.9.2-next.13
106
+
107
+ ## 1.9.2-next.12
108
+
109
+ ### Patch Changes
110
+
111
+ - @copilotkit/shared@1.9.2-next.12
112
+
113
+ ## 1.9.2-next.11
114
+
115
+ ### Patch Changes
116
+
117
+ - @copilotkit/shared@1.9.2-next.11
118
+
119
+ ## 1.9.2-next.10
120
+
121
+ ### Patch Changes
122
+
123
+ - @copilotkit/shared@1.9.2-next.10
124
+
3
125
  ## 1.9.2-next.9
4
126
 
5
127
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.9.2-next.9",
12
+ "version": "1.9.3-next.0",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -55,7 +55,7 @@
55
55
  "@langchain/langgraph": "0.2.44",
56
56
  "langchain": "^0.3.3",
57
57
  "zod": "^3.23.3",
58
- "@copilotkit/shared": "1.9.2-next.9"
58
+ "@copilotkit/shared": "1.9.3-next.0"
59
59
  },
60
60
  "keywords": [
61
61
  "copilotkit",