@copilotkit/sdk-js 1.50.0-beta.9 → 1.50.1-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 +154 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,159 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.50.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated the default model and API version for the Google GenAI adapter
8
+ - Updated dependencies
9
+ - @copilotkit/shared@1.50.1-next.0
10
+
11
+ ## 1.50.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 0fc76d7: add new runner with telemetry baked in
16
+ - c942f9c: Minor fixes and stability improvements
17
+ - eed6021: Updating to the latest version of vnext
18
+ - 3b7367e: Improving general stability around LangChain
19
+ - 7ff9ca7: Minor fixes and improvements
20
+ - 974875e: Lint and format code to resolve Prettier errors
21
+ - 3bd484f: Minor fixes and stability improvements
22
+ - 5a534bf: fix telemetry in v1.50 runtime
23
+ - 769a06c: Refactor suggestions to not always run
24
+ - 788292b: Improving langchain dependency resolution
25
+ - eab69a2: Enabling the new inspector
26
+ - 0a7bfe0: Updating dependency versions across all packages
27
+
28
+ ### Patch Changes
29
+
30
+ - d1089a7: - fix: allow langgraph 1.0
31
+ - Updated dependencies [0fc76d7]
32
+ - Updated dependencies [c942f9c]
33
+ - Updated dependencies [b0e3652]
34
+ - Updated dependencies [eed6021]
35
+ - Updated dependencies [3b7367e]
36
+ - Updated dependencies [7ff9ca7]
37
+ - Updated dependencies [974875e]
38
+ - Updated dependencies [4942f62]
39
+ - Updated dependencies [3bd484f]
40
+ - Updated dependencies [5a534bf]
41
+ - Updated dependencies [769a06c]
42
+ - Updated dependencies [788292b]
43
+ - Updated dependencies [eab69a2]
44
+ - Updated dependencies [0a7bfe0]
45
+ - @copilotkit/shared@1.50.0
46
+
47
+ ## 1.50.0-beta.19
48
+
49
+ ### Minor Changes
50
+
51
+ - Improving langchain dependency resolution
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies
56
+ - @copilotkit/shared@1.50.0-beta.19
57
+
58
+ ## 1.50.0-beta.18
59
+
60
+ ### Minor Changes
61
+
62
+ - Improving general stability around LangChain
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies
67
+ - @copilotkit/shared@1.50.0-beta.18
68
+
69
+ ## 1.50.0-beta.17
70
+
71
+ ### Minor Changes
72
+
73
+ - Minor fixes and improvements
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies
78
+ - @copilotkit/shared@1.50.0-beta.17
79
+
80
+ ## 1.50.0-beta.16
81
+
82
+ ### Minor Changes
83
+
84
+ - Minor fixes and stability improvements
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies
89
+ - @copilotkit/shared@1.50.0-beta.16
90
+
91
+ ## 1.50.0-beta.15
92
+
93
+ ### Minor Changes
94
+
95
+ - Lint and format code to resolve Prettier errors
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies
100
+ - @copilotkit/shared@1.50.0-beta.15
101
+
102
+ ## 1.50.0-beta.14
103
+
104
+ ### Minor Changes
105
+
106
+ - Minor fixes and stability improvements
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies
111
+ - @copilotkit/shared@1.50.0-beta.14
112
+
113
+ ## 1.50.0-beta.13
114
+
115
+ ### Minor Changes
116
+
117
+ - Updating to the latest version of vnext
118
+
119
+ ### Patch Changes
120
+
121
+ - Updated dependencies
122
+ - @copilotkit/shared@1.50.0-beta.13
123
+
124
+ ## 1.50.0-beta.12
125
+
126
+ ### Minor Changes
127
+
128
+ - eab69a2: Enabling the new inspector
129
+
130
+ ### Patch Changes
131
+
132
+ - Updated dependencies [eab69a2]
133
+ - @copilotkit/shared@1.50.0-beta.12
134
+
135
+ ## 1.50.0-beta.11
136
+
137
+ ### Minor Changes
138
+
139
+ - fix telemetry in v1.50 runtime
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies
144
+ - @copilotkit/shared@1.50.0-beta.11
145
+
146
+ ## 1.50.0-beta.10
147
+
148
+ ### Minor Changes
149
+
150
+ - add new runner with telemetry baked in
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies
155
+ - @copilotkit/shared@1.50.0-beta.10
156
+
3
157
  ## 1.50.0-beta.9
4
158
 
5
159
  ### Minor Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.9",
12
+ "version": "1.50.1-next.0",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  "tsconfig": "1.4.6"
51
51
  },
52
52
  "dependencies": {
53
- "@copilotkit/shared": "1.50.0-beta.9"
53
+ "@copilotkit/shared": "1.50.1-next.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@langchain/community": "^0.0.53",