@copilotkit/runtime 1.6.0-next.2 → 1.6.0-next.3
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-O7ERQQ2G.mjs → chunk-25Z2ZUVM.mjs} +2 -2
- package/dist/{chunk-DDOT5G7D.mjs → chunk-7HPGWUP7.mjs} +2 -2
- package/dist/{chunk-6BXTXLGY.mjs → chunk-J6E3ZTJ3.mjs} +3 -2
- package/dist/chunk-J6E3ZTJ3.mjs.map +1 -0
- package/dist/{chunk-CNE5TM3A.mjs → chunk-ZM4JOETB.mjs} +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +2 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +2 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +2 -1
- 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 +2 -1
- 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 +2 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +3 -2
- package/dist/chunk-6BXTXLGY.mjs.map +0 -1
- /package/dist/{chunk-O7ERQQ2G.mjs.map → chunk-25Z2ZUVM.mjs.map} +0 -0
- /package/dist/{chunk-DDOT5G7D.mjs.map → chunk-7HPGWUP7.mjs.map} +0 -0
- /package/dist/{chunk-CNE5TM3A.mjs.map → chunk-ZM4JOETB.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-J6E3ZTJ3.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
config,
|
|
78
78
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
80
|
+
//# sourceMappingURL=chunk-25Z2ZUVM.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-J6E3ZTJ3.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-7HPGWUP7.mjs.map
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.6.0-next.
|
|
42
|
+
version: "1.6.0-next.3",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -85,6 +85,7 @@ var require_package = __commonJS({
|
|
|
85
85
|
"@langchain/langgraph-sdk": "^0.0.36",
|
|
86
86
|
"@langchain/openai": "^0.4.2",
|
|
87
87
|
"class-transformer": "^0.5.1",
|
|
88
|
+
"class-validator": "^0.14.1",
|
|
88
89
|
express: "^4.19.2",
|
|
89
90
|
graphql: "^16.8.1",
|
|
90
91
|
"graphql-scalars": "^1.23.0",
|
|
@@ -4262,4 +4263,4 @@ export {
|
|
|
4262
4263
|
getCommonConfig,
|
|
4263
4264
|
copilotRuntimeNodeHttpEndpoint
|
|
4264
4265
|
};
|
|
4265
|
-
//# sourceMappingURL=chunk-
|
|
4266
|
+
//# sourceMappingURL=chunk-J6E3ZTJ3.mjs.map
|