@copilotkit/runtime 1.9.2-next.1 → 1.9.2-next.2
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-C3SWOFLO.mjs → chunk-6TQCQ3WJ.mjs} +2 -2
- package/dist/{chunk-KPFOAXRX.mjs → chunk-CD2SZGIZ.mjs} +2 -2
- package/dist/{chunk-RIPQZJB5.mjs → chunk-D3SPXEVJ.mjs} +2 -2
- package/dist/{chunk-XGBY45FP.mjs → chunk-DOWRU5U6.mjs} +4 -4
- package/dist/chunk-DOWRU5U6.mjs.map +1 -0
- package/dist/{chunk-YV3YXRMR.mjs → chunk-ODF35LFG.mjs} +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.d.ts +2 -129
- package/dist/lib/index.js +3 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +3 -3
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +3 -3
- 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 +3 -3
- 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 +3 -3
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +4 -4
- package/dist/chunk-XGBY45FP.mjs.map +0 -1
- /package/dist/{chunk-C3SWOFLO.mjs.map → chunk-6TQCQ3WJ.mjs.map} +0 -0
- /package/dist/{chunk-KPFOAXRX.mjs.map → chunk-CD2SZGIZ.mjs.map} +0 -0
- /package/dist/{chunk-RIPQZJB5.mjs.map → chunk-D3SPXEVJ.mjs.map} +0 -0
- /package/dist/{chunk-YV3YXRMR.mjs.map → chunk-ODF35LFG.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DOWRU5U6.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-6TQCQ3WJ.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DOWRU5U6.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-CD2SZGIZ.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DOWRU5U6.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-D3SPXEVJ.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.9.2-next.
|
|
43
|
+
version: "1.9.2-next.2",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -81,7 +81,7 @@ var require_package = __commonJS({
|
|
|
81
81
|
"@ag-ui/client": "0.0.28",
|
|
82
82
|
"@ag-ui/core": "0.0.28",
|
|
83
83
|
"@ag-ui/encoder": "0.0.28",
|
|
84
|
-
"@ag-ui/langgraph": "0.0.
|
|
84
|
+
"@ag-ui/langgraph": "0.0.4",
|
|
85
85
|
"@ag-ui/proto": "0.0.28",
|
|
86
86
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
@@ -105,7 +105,7 @@ var require_package = __commonJS({
|
|
|
105
105
|
pino: "^9.2.0",
|
|
106
106
|
"pino-pretty": "^11.2.1",
|
|
107
107
|
"reflect-metadata": "^0.2.2",
|
|
108
|
-
rxjs: "
|
|
108
|
+
rxjs: "7.8.1",
|
|
109
109
|
"type-graphql": "2.0.0-rc.1",
|
|
110
110
|
zod: "^3.23.3"
|
|
111
111
|
},
|
|
@@ -5325,4 +5325,4 @@ export {
|
|
|
5325
5325
|
getCommonConfig,
|
|
5326
5326
|
copilotRuntimeNodeHttpEndpoint
|
|
5327
5327
|
};
|
|
5328
|
-
//# sourceMappingURL=chunk-
|
|
5328
|
+
//# sourceMappingURL=chunk-DOWRU5U6.mjs.map
|