@copilotkit/runtime 1.51.2-next.0 → 1.51.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.
- package/CHANGELOG.md +23 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
package/dist/index.mjs
CHANGED
|
@@ -65,7 +65,7 @@ var require_package = __commonJS({
|
|
|
65
65
|
publishConfig: {
|
|
66
66
|
access: "public"
|
|
67
67
|
},
|
|
68
|
-
version: "1.51.2
|
|
68
|
+
version: "1.51.2",
|
|
69
69
|
sideEffects: false,
|
|
70
70
|
main: "./dist/index.js",
|
|
71
71
|
module: "./dist/index.mjs",
|
|
@@ -99,9 +99,6 @@ var require_package = __commonJS({
|
|
|
99
99
|
"unlink:global": "pnpm unlink --global"
|
|
100
100
|
},
|
|
101
101
|
devDependencies: {
|
|
102
|
-
"@copilotkit/shared": "workspace:*",
|
|
103
|
-
"@copilotkitnext/agent": "workspace:*",
|
|
104
|
-
"@copilotkitnext/runtime": "workspace:*",
|
|
105
102
|
"@jest/globals": "^29.7.0",
|
|
106
103
|
"@swc/core": "1.5.28",
|
|
107
104
|
"@types/jest": "^29.5.12",
|
|
@@ -119,6 +116,12 @@ var require_package = __commonJS({
|
|
|
119
116
|
vitest: "^3.2.4"
|
|
120
117
|
},
|
|
121
118
|
dependencies: {
|
|
119
|
+
"@ag-ui/client": "^0.0.42",
|
|
120
|
+
"@ag-ui/core": "^0.0.42",
|
|
121
|
+
"@ag-ui/langgraph": "^0.0.20",
|
|
122
|
+
"@copilotkit/shared": "workspace:*",
|
|
123
|
+
"@copilotkitnext/agent": "workspace:*",
|
|
124
|
+
"@copilotkitnext/runtime": "workspace:*",
|
|
122
125
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
123
126
|
"@hono/node-server": "^1.13.5",
|
|
124
127
|
"@scarf/scarf": "^1.3.0",
|
|
@@ -138,9 +141,6 @@ var require_package = __commonJS({
|
|
|
138
141
|
zod: "^3.23.3"
|
|
139
142
|
},
|
|
140
143
|
peerDependencies: {
|
|
141
|
-
"@ag-ui/client": "^0.0.42",
|
|
142
|
-
"@ag-ui/core": "^0.0.42",
|
|
143
|
-
"@ag-ui/langgraph": "^0.0.20",
|
|
144
144
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
145
145
|
"@copilotkit/shared": "workspace:*",
|
|
146
146
|
"@copilotkitnext/agent": "workspace:*",
|