@copilotkit/runtime 1.9.3-next.0 → 1.9.3-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 +7 -0
- package/dist/{chunk-EK5RTZVJ.mjs → chunk-6YYEJGX2.mjs} +8 -5
- package/dist/chunk-6YYEJGX2.mjs.map +1 -0
- package/dist/{chunk-R5D7D7YN.mjs → chunk-A4G3Y5MI.mjs} +2 -2
- package/dist/{chunk-YGS5B7PN.mjs → chunk-BNIZSVJS.mjs} +2 -2
- package/dist/{chunk-KCYFFRJY.mjs → chunk-RYQAU5RR.mjs} +2 -2
- package/dist/{chunk-RCCT2GOF.mjs → chunk-S5KSXMT3.mjs} +2 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/lib/index.js +4 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +8 -8
- package/dist/lib/integrations/index.js +4 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +7 -7
- package/dist/lib/integrations/nest/index.js +4 -1
- 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 +4 -1
- 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 +4 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +5 -2
- package/dist/chunk-EK5RTZVJ.mjs.map +0 -1
- /package/dist/{chunk-R5D7D7YN.mjs.map → chunk-A4G3Y5MI.mjs.map} +0 -0
- /package/dist/{chunk-YGS5B7PN.mjs.map → chunk-BNIZSVJS.mjs.map} +0 -0
- /package/dist/{chunk-KCYFFRJY.mjs.map → chunk-RYQAU5RR.mjs.map} +0 -0
- /package/dist/{chunk-RCCT2GOF.mjs.map → chunk-S5KSXMT3.mjs.map} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-6YYEJGX2.mjs";
|
|
4
4
|
import "../../../chunk-SHBDMA63.mjs";
|
|
5
|
-
import "../../../chunk-2OZAGFV3.mjs";
|
|
6
5
|
import "../../../chunk-QLLV2QVK.mjs";
|
|
7
6
|
import "../../../chunk-XWBDEXDA.mjs";
|
|
8
7
|
import "../../../chunk-AMUJQ6IR.mjs";
|
|
8
|
+
import "../../../chunk-2OZAGFV3.mjs";
|
|
9
9
|
import "../../../chunk-FHD4JECV.mjs";
|
|
10
10
|
export {
|
|
11
11
|
copilotRuntimeNodeHttpEndpoint
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.9.3-next.
|
|
12
|
+
"version": "1.9.3-next.1",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
"@langchain/google-gauth": "^0.1.0",
|
|
51
51
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
52
52
|
"@langchain/openai": "^0.4.2",
|
|
53
|
+
"@scarf/scarf": "^1.3.0",
|
|
54
|
+
"@types/ip": "^1.1.3",
|
|
53
55
|
"class-transformer": "^0.5.1",
|
|
54
56
|
"class-validator": "^0.14.1",
|
|
55
57
|
"express": "^4.19.2",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"graphql-scalars": "^1.23.0",
|
|
58
60
|
"graphql-yoga": "^5.3.1",
|
|
59
61
|
"groq-sdk": "^0.5.0",
|
|
62
|
+
"ip": "^2.0.1",
|
|
60
63
|
"langchain": "^0.3.3",
|
|
61
64
|
"openai": "^4.85.1",
|
|
62
65
|
"partial-json": "^0.1.7",
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
"rxjs": "7.8.1",
|
|
67
70
|
"type-graphql": "2.0.0-rc.1",
|
|
68
71
|
"zod": "^3.23.3",
|
|
69
|
-
"@copilotkit/shared": "1.9.3-next.
|
|
72
|
+
"@copilotkit/shared": "1.9.3-next.1"
|
|
70
73
|
},
|
|
71
74
|
"peerDependencies": {
|
|
72
75
|
"@ag-ui/client": ">=0.0.34",
|