@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.19
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Improving langchain dependency resolution
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/shared@1.50.0-beta.19
|
|
13
|
+
|
|
3
14
|
## 1.50.0-beta.18
|
|
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.
|
|
75
|
+
version: "1.50.0-beta.19",
|
|
76
76
|
sideEffects: false,
|
|
77
77
|
main: "./dist/index.js",
|
|
78
78
|
module: "./dist/index.mjs",
|
|
@@ -131,7 +131,6 @@ var require_package = __commonJS({
|
|
|
131
131
|
"@copilotkitnext/runtime": "0.0.31",
|
|
132
132
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
133
133
|
"@hono/node-server": "^1.13.5",
|
|
134
|
-
"@langchain/core": ">=0.3.66",
|
|
135
134
|
"@scarf/scarf": "^1.3.0",
|
|
136
135
|
"class-transformer": "^0.5.1",
|
|
137
136
|
"class-validator": "^0.14.1",
|
|
@@ -139,7 +138,6 @@ var require_package = __commonJS({
|
|
|
139
138
|
"graphql-scalars": "^1.23.0",
|
|
140
139
|
"graphql-yoga": "^5.3.1",
|
|
141
140
|
hono: "^4.10.3",
|
|
142
|
-
langchain: "^0.3.3",
|
|
143
141
|
openai: "^4.85.1",
|
|
144
142
|
"partial-json": "^0.1.7",
|
|
145
143
|
pino: "^9.2.0",
|
|
@@ -152,6 +150,7 @@ var require_package = __commonJS({
|
|
|
152
150
|
peerDependencies: {
|
|
153
151
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
154
152
|
"@langchain/aws": ">=0.1.9",
|
|
153
|
+
"@langchain/core": ">=0.3.66",
|
|
155
154
|
"@langchain/community": ">=0.3.58",
|
|
156
155
|
"@langchain/google-gauth": ">=0.1.0",
|
|
157
156
|
"@langchain/langgraph-sdk": ">=0.1.2",
|