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

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