@copilotkit/runtime 1.10.3 → 1.10.4-next.1
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 +15 -0
- package/dist/{chunk-LVKT3U4B.mjs → chunk-3BKDSHBU.mjs} +2 -2
- package/dist/{chunk-EHNMACNM.mjs → chunk-7QEBNUY4.mjs} +2 -2
- package/dist/{chunk-KLS5W26O.mjs → chunk-CF4JS3YQ.mjs} +2 -2
- package/dist/{chunk-DO7PVIVK.mjs → chunk-P2HWK4B3.mjs} +16 -16
- package/dist/chunk-P2HWK4B3.mjs.map +1 -0
- package/dist/{chunk-343D5Y5E.mjs → chunk-YP7EHZEJ.mjs} +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +10 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +10 -10
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +10 -10
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +10 -10
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +10 -10
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +11 -11
- package/dist/chunk-DO7PVIVK.mjs.map +0 -1
- /package/dist/{chunk-LVKT3U4B.mjs.map → chunk-3BKDSHBU.mjs.map} +0 -0
- /package/dist/{chunk-EHNMACNM.mjs.map → chunk-7QEBNUY4.mjs.map} +0 -0
- /package/dist/{chunk-KLS5W26O.mjs.map → chunk-CF4JS3YQ.mjs.map} +0 -0
- /package/dist/{chunk-343D5Y5E.mjs.map → chunk-YP7EHZEJ.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-P2HWK4B3.mjs";
|
|
4
4
|
import "../../../chunk-SHBDMA63.mjs";
|
|
5
|
-
import "../../../chunk-XWBDEXDA.mjs";
|
|
6
5
|
import "../../../chunk-F7IANE7Z.mjs";
|
|
6
|
+
import "../../../chunk-XWBDEXDA.mjs";
|
|
7
7
|
import "../../../chunk-AMUJQ6IR.mjs";
|
|
8
8
|
import "../../../chunk-2OZAGFV3.mjs";
|
|
9
9
|
import "../../../chunk-FHD4JECV.mjs";
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.
|
|
12
|
+
"version": "1.10.4-next.1",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"tsconfig": "1.4.6"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ag-ui/client": "^0.0.
|
|
41
|
-
"@ag-ui/core": "^0.0.
|
|
42
|
-
"@ag-ui/encoder": "^0.0.
|
|
43
|
-
"@ag-ui/langgraph": "^0.0.
|
|
44
|
-
"@ag-ui/proto": "^0.0.
|
|
40
|
+
"@ag-ui/client": "^0.0.37",
|
|
41
|
+
"@ag-ui/core": "^0.0.37",
|
|
42
|
+
"@ag-ui/encoder": "^0.0.37",
|
|
43
|
+
"@ag-ui/langgraph": "^0.0.12",
|
|
44
|
+
"@ag-ui/proto": "^0.0.37",
|
|
45
45
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
46
46
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
47
47
|
"@langchain/aws": "^0.1.9",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"rxjs": "7.8.1",
|
|
68
68
|
"type-graphql": "2.0.0-rc.1",
|
|
69
69
|
"zod": "^3.23.3",
|
|
70
|
-
"@copilotkit/shared": "1.10.
|
|
70
|
+
"@copilotkit/shared": "1.10.4-next.1"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@ag-ui/client": ">=0.0.
|
|
74
|
-
"@ag-ui/core": ">=0.0.
|
|
75
|
-
"@ag-ui/encoder": ">=0.0.
|
|
76
|
-
"@ag-ui/proto": ">=0.0.
|
|
73
|
+
"@ag-ui/client": ">=0.0.37",
|
|
74
|
+
"@ag-ui/core": ">=0.0.37",
|
|
75
|
+
"@ag-ui/encoder": ">=0.0.37",
|
|
76
|
+
"@ag-ui/proto": ">=0.0.37"
|
|
77
77
|
},
|
|
78
78
|
"keywords": [
|
|
79
79
|
"copilotkit",
|