@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
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,6 @@ import {
|
|
|
5
5
|
ResultMessage,
|
|
6
6
|
TextMessage
|
|
7
7
|
} from "./chunk-SHBDMA63.mjs";
|
|
8
|
-
import {
|
|
9
|
-
BaseMessageInput
|
|
10
|
-
} from "./chunk-2OZAGFV3.mjs";
|
|
11
8
|
import {
|
|
12
9
|
EmptyAdapter,
|
|
13
10
|
RemoteChain,
|
|
@@ -20,6 +17,9 @@ import {
|
|
|
20
17
|
SuccessResponseStatus,
|
|
21
18
|
UnknownErrorResponse
|
|
22
19
|
} from "./chunk-XWBDEXDA.mjs";
|
|
20
|
+
import {
|
|
21
|
+
BaseMessageInput
|
|
22
|
+
} from "./chunk-2OZAGFV3.mjs";
|
|
23
23
|
import {
|
|
24
24
|
__commonJS,
|
|
25
25
|
__name,
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.9.3-next.
|
|
43
|
+
version: "1.9.3-next.1",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -92,6 +92,8 @@ var require_package = __commonJS({
|
|
|
92
92
|
"@langchain/google-gauth": "^0.1.0",
|
|
93
93
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
94
94
|
"@langchain/openai": "^0.4.2",
|
|
95
|
+
"@scarf/scarf": "^1.3.0",
|
|
96
|
+
"@types/ip": "^1.1.3",
|
|
95
97
|
"class-transformer": "^0.5.1",
|
|
96
98
|
"class-validator": "^0.14.1",
|
|
97
99
|
express: "^4.19.2",
|
|
@@ -99,6 +101,7 @@ var require_package = __commonJS({
|
|
|
99
101
|
"graphql-scalars": "^1.23.0",
|
|
100
102
|
"graphql-yoga": "^5.3.1",
|
|
101
103
|
"groq-sdk": "^0.5.0",
|
|
104
|
+
ip: "^2.0.1",
|
|
102
105
|
langchain: "^0.3.3",
|
|
103
106
|
openai: "^4.85.1",
|
|
104
107
|
"partial-json": "^0.1.7",
|
|
@@ -5915,4 +5918,4 @@ export {
|
|
|
5915
5918
|
getCommonConfig,
|
|
5916
5919
|
copilotRuntimeNodeHttpEndpoint
|
|
5917
5920
|
};
|
|
5918
|
-
//# sourceMappingURL=chunk-
|
|
5921
|
+
//# sourceMappingURL=chunk-6YYEJGX2.mjs.map
|