@copilotkit/runtime 1.4.1-pre.1 → 1.4.1-pre.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 +8 -0
- package/dist/{chunk-IJAXWREA.mjs → chunk-2QIJQ6YS.mjs} +2 -2
- package/dist/{chunk-IJAXWREA.mjs.map → chunk-2QIJQ6YS.mjs.map} +1 -1
- package/dist/{chunk-YLEXEC6R.mjs → chunk-6WTF7IML.mjs} +2 -2
- package/dist/{chunk-U3SBKRZR.mjs → chunk-L3CCF3GA.mjs} +2 -2
- package/dist/{chunk-G5X7YZNG.mjs → chunk-UAHCJ2F4.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 +4 -4
- /package/dist/{chunk-YLEXEC6R.mjs.map → chunk-6WTF7IML.mjs.map} +0 -0
- /package/dist/{chunk-U3SBKRZR.mjs.map → chunk-L3CCF3GA.mjs.map} +0 -0
- /package/dist/{chunk-G5X7YZNG.mjs.map → chunk-UAHCJ2F4.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -37,7 +37,7 @@ var require_package = __commonJS({
|
|
|
37
37
|
publishConfig: {
|
|
38
38
|
access: "public"
|
|
39
39
|
},
|
|
40
|
-
version: "1.4.1-pre.
|
|
40
|
+
version: "1.4.1-pre.2",
|
|
41
41
|
sideEffects: false,
|
|
42
42
|
main: "./dist/index.js",
|
|
43
43
|
module: "./dist/index.mjs",
|
|
@@ -3124,4 +3124,4 @@ export {
|
|
|
3124
3124
|
getCommonConfig,
|
|
3125
3125
|
copilotRuntimeNodeHttpEndpoint
|
|
3126
3126
|
};
|
|
3127
|
-
//# sourceMappingURL=chunk-
|
|
3127
|
+
//# sourceMappingURL=chunk-2QIJQ6YS.mjs.map
|