@copilotkit/runtime 1.50.0-beta.16 → 1.50.0-beta.17

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.50.0-beta.17
4
+
5
+ ### Minor Changes
6
+
7
+ - Minor fixes and improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.50.0-beta.17
13
+
3
14
  ## 1.50.0-beta.16
4
15
 
5
16
  ### Minor Changes
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ var require_package = __commonJS({
72
72
  publishConfig: {
73
73
  access: "public"
74
74
  },
75
- version: "1.50.0-beta.16",
75
+ version: "1.50.0-beta.17",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",
@@ -123,6 +123,7 @@ var require_package = __commonJS({
123
123
  vitest: "^3.2.4"
124
124
  },
125
125
  dependencies: {
126
+ "@ag-ui/client": "^0.0.42",
126
127
  "@copilotkit/shared": "workspace:*",
127
128
  "@copilotkitnext/agent": "0.0.31",
128
129
  "@copilotkitnext/runtime": "0.0.31",
@@ -148,7 +149,6 @@ var require_package = __commonJS({
148
149
  },
149
150
  peerDependencies: {
150
151
  "@anthropic-ai/sdk": "^0.57.0",
151
- "@ag-ui/client": "^0.0.42",
152
152
  "@ag-ui/core": ">=0.0.42",
153
153
  "@ag-ui/encoder": ">=0.0.42",
154
154
  "@ag-ui/langgraph": ">=0.0.20",