@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 +11 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.
|
|
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",
|