@copilotkit/runtime 1.10.6-next.6 → 1.10.6
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 +10 -0
- package/dist/{chunk-BC7SRXHH.mjs → chunk-CEOMFPJU.mjs} +2 -2
- package/dist/chunk-CEOMFPJU.mjs.map +1 -0
- package/dist/{chunk-VCGA7OLG.mjs → chunk-DTPRUTNV.mjs} +2 -2
- package/dist/{chunk-MTFW77DQ.mjs → chunk-I27F2UPA.mjs} +2 -2
- package/dist/{chunk-O7WFHCR2.mjs → chunk-LPEPX6NH.mjs} +2 -2
- package/dist/{chunk-3E7IQ6TR.mjs → chunk-PTYRVXXP.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-BC7SRXHH.mjs.map +0 -1
- /package/dist/{chunk-VCGA7OLG.mjs.map → chunk-DTPRUTNV.mjs.map} +0 -0
- /package/dist/{chunk-MTFW77DQ.mjs.map → chunk-I27F2UPA.mjs.map} +0 -0
- /package/dist/{chunk-O7WFHCR2.mjs.map → chunk-LPEPX6NH.mjs.map} +0 -0
- /package/dist/{chunk-3E7IQ6TR.mjs.map → chunk-PTYRVXXP.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.10.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 01e0a4b: - fix: use all AGUI as peer dependencies
|
|
8
|
+
- e0dd5d5: - feat: allow additional config in direct to llm actions
|
|
9
|
+
- 7455309: - feat: use latest agui langgraph integration packages
|
|
10
|
+
- Updated dependencies [e0dd5d5]
|
|
11
|
+
- @copilotkit/shared@1.10.6
|
|
12
|
+
|
|
3
13
|
## 1.10.6-next.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.10.6
|
|
43
|
+
version: "1.10.6",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -6017,4 +6017,4 @@ export {
|
|
|
6017
6017
|
getCommonConfig,
|
|
6018
6018
|
copilotRuntimeNodeHttpEndpoint
|
|
6019
6019
|
};
|
|
6020
|
-
//# sourceMappingURL=chunk-
|
|
6020
|
+
//# sourceMappingURL=chunk-CEOMFPJU.mjs.map
|