@copilotkit/runtime 1.10.5-next.8 → 1.10.5
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 +27 -0
- package/dist/{chunk-DSYBQQE2.mjs → chunk-3HYI52HN.mjs} +2 -2
- package/dist/{chunk-FZHBR5GJ.mjs → chunk-3XYGXZS5.mjs} +10 -10
- package/dist/chunk-3XYGXZS5.mjs.map +1 -0
- package/dist/{chunk-MHD7TGMD.mjs → chunk-IZH6C5MU.mjs} +2 -2
- package/dist/{chunk-2Z3XAUS6.mjs → chunk-K7R7VY2Z.mjs} +2 -2
- package/dist/{chunk-HFE4G5OM.mjs → chunk-YNXCTHGQ.mjs} +2 -2
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +9 -9
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +9 -9
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +9 -9
- 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 +9 -9
- 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 +9 -9
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +10 -10
- package/dist/chunk-FZHBR5GJ.mjs.map +0 -1
- /package/dist/{chunk-DSYBQQE2.mjs.map → chunk-3HYI52HN.mjs.map} +0 -0
- /package/dist/{chunk-MHD7TGMD.mjs.map → chunk-IZH6C5MU.mjs.map} +0 -0
- /package/dist/{chunk-2Z3XAUS6.mjs.map → chunk-K7R7VY2Z.mjs.map} +0 -0
- /package/dist/{chunk-HFE4G5OM.mjs.map → chunk-YNXCTHGQ.mjs.map} +0 -0
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.5
|
|
12
|
+
"version": "1.10.5",
|
|
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.
|
|
40
|
+
"@ag-ui/client": "^0.0.39",
|
|
41
|
+
"@ag-ui/core": "^0.0.39",
|
|
42
|
+
"@ag-ui/encoder": "^0.0.39",
|
|
43
43
|
"@ag-ui/langgraph": "^0.0.17",
|
|
44
|
-
"@ag-ui/proto": "^0.0.
|
|
44
|
+
"@ag-ui/proto": "^0.0.39",
|
|
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.5
|
|
70
|
+
"@copilotkit/shared": "1.10.5"
|
|
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.39",
|
|
74
|
+
"@ag-ui/core": ">=0.0.39",
|
|
75
|
+
"@ag-ui/encoder": ">=0.0.39",
|
|
76
|
+
"@ag-ui/proto": ">=0.0.39"
|
|
77
77
|
},
|
|
78
78
|
"keywords": [
|
|
79
79
|
"copilotkit",
|