@copilotkit/runtime 1.5.16-next.2 → 1.5.16
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 +9 -0
- package/dist/{chunk-TBPOHFA4.mjs → chunk-FHRPZT3X.mjs} +2 -2
- package/dist/{chunk-U5OA7VEB.mjs → chunk-HHBTKTJ5.mjs} +2 -2
- package/dist/chunk-HHBTKTJ5.mjs.map +1 -0
- package/dist/{chunk-ISPCKW3E.mjs → chunk-N6X67FPO.mjs} +2 -2
- package/dist/{chunk-UHUC2NVB.mjs → chunk-TWUMUUCQ.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-U5OA7VEB.mjs.map +0 -1
- /package/dist/{chunk-TBPOHFA4.mjs.map → chunk-FHRPZT3X.mjs.map} +0 -0
- /package/dist/{chunk-ISPCKW3E.mjs.map → chunk-N6X67FPO.mjs.map} +0 -0
- /package/dist/{chunk-UHUC2NVB.mjs.map → chunk-TWUMUUCQ.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.5.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9be85f1: - fix: use latest langchain packages
|
|
8
|
+
- 48b7c7b: - fix: detect and alert on version mismatch
|
|
9
|
+
- Updated dependencies [48b7c7b]
|
|
10
|
+
- @copilotkit/shared@1.5.16
|
|
11
|
+
|
|
3
12
|
## 1.5.16-next.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-HHBTKTJ5.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-FHRPZT3X.mjs.map
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.5.16
|
|
42
|
+
version: "1.5.16",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4193,4 +4193,4 @@ export {
|
|
|
4193
4193
|
getCommonConfig,
|
|
4194
4194
|
copilotRuntimeNodeHttpEndpoint
|
|
4195
4195
|
};
|
|
4196
|
-
//# sourceMappingURL=chunk-
|
|
4196
|
+
//# sourceMappingURL=chunk-HHBTKTJ5.mjs.map
|