@copilotkit/runtime 1.50.0-beta.6 → 1.50.0-beta.7

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.7
4
+
5
+ ### Minor Changes
6
+
7
+ - Updating package versions for consistency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.50.0-beta.7
13
+
3
14
  ## 1.50.0-beta.6
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.4",
75
+ version: "1.50.0-beta.7",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",
@@ -124,8 +124,8 @@ var require_package = __commonJS({
124
124
  },
125
125
  dependencies: {
126
126
  "@copilotkit/shared": "workspace:*",
127
- "@copilotkitnext/agent": "0.0.24",
128
- "@copilotkitnext/runtime": "0.0.24",
127
+ "@copilotkitnext/agent": "0.0.25",
128
+ "@copilotkitnext/runtime": "0.0.25",
129
129
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
130
130
  "@hono/node-server": "^1.13.5",
131
131
  "@langchain/core": "^0.3.38",
@@ -148,17 +148,17 @@ var require_package = __commonJS({
148
148
  },
149
149
  peerDependencies: {
150
150
  "@anthropic-ai/sdk": "^0.57.0",
151
- "@ag-ui/client": "^0.0.41",
152
- "@ag-ui/core": ">=0.0.39",
153
- "@ag-ui/encoder": ">=0.0.39",
154
- "@ag-ui/langgraph": ">=0.0.18",
155
- "@ag-ui/proto": ">=0.0.39",
151
+ "@ag-ui/client": "^0.0.42",
152
+ "@ag-ui/core": ">=0.0.42",
153
+ "@ag-ui/encoder": ">=0.0.42",
154
+ "@ag-ui/langgraph": ">=0.0.20",
155
+ "@ag-ui/proto": ">=0.0.42",
156
156
  "@langchain/aws": "^0.1.9",
157
157
  "@langchain/community": "^0.3.58",
158
158
  "@langchain/google-gauth": "^0.1.0",
159
159
  "@langchain/langgraph-sdk": "^0.0.70",
160
160
  "@langchain/openai": "^0.4.2",
161
- "groq-sdk": "^0.5.0",
161
+ "groq-sdk": ">=0.3.0 <1.0.0",
162
162
  langchain: "^0.3.3",
163
163
  openai: "^4.85.1"
164
164
  },