@copilotkit/runtime 1.50.0-beta.18 → 1.50.0-beta.19
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -6
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.50.0-beta.
|
|
68
|
+
version: "1.50.0-beta.19",
|
|
69
69
|
sideEffects: false,
|
|
70
70
|
main: "./dist/index.js",
|
|
71
71
|
module: "./dist/index.mjs",
|
|
@@ -124,7 +124,6 @@ var require_package = __commonJS({
|
|
|
124
124
|
"@copilotkitnext/runtime": "0.0.31",
|
|
125
125
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
126
126
|
"@hono/node-server": "^1.13.5",
|
|
127
|
-
"@langchain/core": ">=0.3.66",
|
|
128
127
|
"@scarf/scarf": "^1.3.0",
|
|
129
128
|
"class-transformer": "^0.5.1",
|
|
130
129
|
"class-validator": "^0.14.1",
|
|
@@ -132,7 +131,6 @@ var require_package = __commonJS({
|
|
|
132
131
|
"graphql-scalars": "^1.23.0",
|
|
133
132
|
"graphql-yoga": "^5.3.1",
|
|
134
133
|
hono: "^4.10.3",
|
|
135
|
-
langchain: "^0.3.3",
|
|
136
134
|
openai: "^4.85.1",
|
|
137
135
|
"partial-json": "^0.1.7",
|
|
138
136
|
pino: "^9.2.0",
|
|
@@ -145,6 +143,7 @@ var require_package = __commonJS({
|
|
|
145
143
|
peerDependencies: {
|
|
146
144
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
147
145
|
"@langchain/aws": ">=0.1.9",
|
|
146
|
+
"@langchain/core": ">=0.3.66",
|
|
148
147
|
"@langchain/community": ">=0.3.58",
|
|
149
148
|
"@langchain/google-gauth": ">=0.1.0",
|
|
150
149
|
"@langchain/langgraph-sdk": ">=0.1.2",
|