@copilotkit/runtime 1.7.1-next.0 → 1.7.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-SJPSYQ4P.mjs → chunk-I32ZVLQF.mjs} +2 -2
- package/dist/{chunk-ANTSN7W3.mjs → chunk-IJGSJSXO.mjs} +2 -2
- package/dist/chunk-IJGSJSXO.mjs.map +1 -0
- package/dist/{chunk-LOGYVH7X.mjs → chunk-UIQ6VQVO.mjs} +2 -2
- package/dist/{chunk-5PFBYGDX.mjs → chunk-ZRT6C4KZ.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-ANTSN7W3.mjs.map +0 -1
- /package/dist/{chunk-SJPSYQ4P.mjs.map → chunk-I32ZVLQF.mjs.map} +0 -0
- /package/dist/{chunk-LOGYVH7X.mjs.map → chunk-UIQ6VQVO.mjs.map} +0 -0
- /package/dist/{chunk-5PFBYGDX.mjs.map → chunk-ZRT6C4KZ.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-IJGSJSXO.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-I32ZVLQF.mjs.map
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.7.1
|
|
42
|
+
version: "1.7.1",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4557,4 +4557,4 @@ export {
|
|
|
4557
4557
|
getCommonConfig,
|
|
4558
4558
|
copilotRuntimeNodeHttpEndpoint
|
|
4559
4559
|
};
|
|
4560
|
-
//# sourceMappingURL=chunk-
|
|
4560
|
+
//# sourceMappingURL=chunk-IJGSJSXO.mjs.map
|