@copilotkit/runtime 1.5.15-next.4 → 1.5.15-next.6
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 +12 -0
- package/dist/{chunk-EC2ZHPRU.mjs → chunk-AJWO2KBE.mjs} +2 -2
- package/dist/{chunk-W4G47FRC.mjs → chunk-EMZY3B5S.mjs} +2 -2
- package/dist/{chunk-W4G47FRC.mjs.map → chunk-EMZY3B5S.mjs.map} +1 -1
- package/dist/{chunk-6Z3DFNOC.mjs → chunk-MKC4PI66.mjs} +2 -2
- package/dist/{chunk-QDK4OP2Y.mjs → chunk-OI2VCNPX.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +1 -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 +1 -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 +1 -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 +1 -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 +2 -2
- /package/dist/{chunk-EC2ZHPRU.mjs.map → chunk-AJWO2KBE.mjs.map} +0 -0
- /package/dist/{chunk-6Z3DFNOC.mjs.map → chunk-MKC4PI66.mjs.map} +0 -0
- /package/dist/{chunk-QDK4OP2Y.mjs.map → chunk-OI2VCNPX.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-EMZY3B5S.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-AJWO2KBE.mjs.map
|
|
@@ -38,7 +38,7 @@ var require_package = __commonJS({
|
|
|
38
38
|
publishConfig: {
|
|
39
39
|
access: "public"
|
|
40
40
|
},
|
|
41
|
-
version: "1.5.15-next.
|
|
41
|
+
version: "1.5.15-next.6",
|
|
42
42
|
sideEffects: false,
|
|
43
43
|
main: "./dist/index.js",
|
|
44
44
|
module: "./dist/index.mjs",
|
|
@@ -4050,4 +4050,4 @@ export {
|
|
|
4050
4050
|
getCommonConfig,
|
|
4051
4051
|
copilotRuntimeNodeHttpEndpoint
|
|
4052
4052
|
};
|
|
4053
|
-
//# sourceMappingURL=chunk-
|
|
4053
|
+
//# sourceMappingURL=chunk-EMZY3B5S.mjs.map
|