@copilotkit/runtime 1.8.12 → 1.8.13-next.0
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 +7 -0
- package/dist/{chunk-SRYEJT67.mjs → chunk-4ARDQRLI.mjs} +2 -2
- package/dist/{chunk-74223AMC.mjs → chunk-B5HD7SQY.mjs} +12 -6
- package/dist/chunk-B5HD7SQY.mjs.map +1 -0
- package/dist/{chunk-JIU4VH3S.mjs → chunk-BCEXAIRH.mjs} +2 -2
- package/dist/{chunk-G2EJCYNC.mjs → chunk-R7FP3L5B.mjs} +2 -2
- package/dist/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +11 -5
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +11 -5
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +11 -5
- 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 +11 -5
- 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 +11 -5
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +14 -8
- package/dist/chunk-74223AMC.mjs.map +0 -1
- /package/dist/{chunk-SRYEJT67.mjs.map → chunk-4ARDQRLI.mjs.map} +0 -0
- /package/dist/{chunk-JIU4VH3S.mjs.map → chunk-BCEXAIRH.mjs.map} +0 -0
- /package/dist/{chunk-G2EJCYNC.mjs.map → chunk-R7FP3L5B.mjs.map} +0 -0
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.8.
|
|
12
|
+
"version": "1.8.13-next.0",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"tsup": "^6.7.0",
|
|
34
34
|
"typescript": "^5.2.3",
|
|
35
35
|
"zod-to-json-schema": "^3.23.5",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
36
|
+
"eslint-config-custom": "1.4.6",
|
|
37
|
+
"tsconfig": "1.4.6"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ag-ui/client": "
|
|
41
|
-
"@ag-ui/core": "
|
|
42
|
-
"@ag-ui/encoder": "
|
|
43
|
-
"@ag-ui/proto": "
|
|
40
|
+
"@ag-ui/client": "0.0.28",
|
|
41
|
+
"@ag-ui/core": "0.0.28",
|
|
42
|
+
"@ag-ui/encoder": "0.0.28",
|
|
43
|
+
"@ag-ui/proto": "0.0.28",
|
|
44
44
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
45
45
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
46
46
|
"@langchain/community": "^0.3.29",
|
|
@@ -64,7 +64,13 @@
|
|
|
64
64
|
"rxjs": "^7.8.1",
|
|
65
65
|
"type-graphql": "2.0.0-rc.1",
|
|
66
66
|
"zod": "^3.23.3",
|
|
67
|
-
"@copilotkit/shared": "1.8.
|
|
67
|
+
"@copilotkit/shared": "1.8.13-next.0"
|
|
68
|
+
},
|
|
69
|
+
"peerDependencies": {
|
|
70
|
+
"@ag-ui/client": ">=0.0.28",
|
|
71
|
+
"@ag-ui/core": ">=0.0.28",
|
|
72
|
+
"@ag-ui/encoder": ">=0.0.28",
|
|
73
|
+
"@ag-ui/proto": ">=0.0.28"
|
|
68
74
|
},
|
|
69
75
|
"keywords": [
|
|
70
76
|
"copilotkit",
|