@copilotkit/runtime 1.5.11-next.0 → 1.5.12-next.0
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 +18 -0
- package/dist/{chunk-JA2S7ZCL.mjs → chunk-4QJA7OT2.mjs} +2 -2
- package/dist/{chunk-JA2S7ZCL.mjs.map → chunk-4QJA7OT2.mjs.map} +1 -1
- package/dist/{chunk-PPMCNL2S.mjs → chunk-4YJIXJLO.mjs} +2 -2
- package/dist/{chunk-ERULH5QL.mjs → chunk-7BOVBWKI.mjs} +2 -2
- package/dist/{chunk-43OP25HT.mjs → chunk-XXYYCH4X.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-PPMCNL2S.mjs.map → chunk-4YJIXJLO.mjs.map} +0 -0
- /package/dist/{chunk-ERULH5QL.mjs.map → chunk-7BOVBWKI.mjs.map} +0 -0
- /package/dist/{chunk-43OP25HT.mjs.map → chunk-XXYYCH4X.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.5.12-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/shared@1.5.12-next.0
|
|
8
|
+
|
|
9
|
+
## 1.5.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 72f9e58: test release notes
|
|
14
|
+
- 716bd5c: test changelog
|
|
15
|
+
- aecb6f4: Fix build script
|
|
16
|
+
- a35d447: test changelog
|
|
17
|
+
- 0a2e07e: Test changelog
|
|
18
|
+
- 8166ac6: Test release notes
|
|
19
|
+
- @copilotkit/shared@1.5.11
|
|
20
|
+
|
|
3
21
|
## 1.5.11-next.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -37,7 +37,7 @@ var require_package = __commonJS({
|
|
|
37
37
|
publishConfig: {
|
|
38
38
|
access: "public"
|
|
39
39
|
},
|
|
40
|
-
version: "1.5.
|
|
40
|
+
version: "1.5.12-next.0",
|
|
41
41
|
sideEffects: false,
|
|
42
42
|
main: "./dist/index.js",
|
|
43
43
|
module: "./dist/index.mjs",
|
|
@@ -3392,4 +3392,4 @@ export {
|
|
|
3392
3392
|
getCommonConfig,
|
|
3393
3393
|
copilotRuntimeNodeHttpEndpoint
|
|
3394
3394
|
};
|
|
3395
|
-
//# sourceMappingURL=chunk-
|
|
3395
|
+
//# sourceMappingURL=chunk-4QJA7OT2.mjs.map
|