@copilotkit/runtime 1.5.17-next.0 → 1.5.17
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 +11 -0
- package/dist/{chunk-Q5VYBQBA.mjs → chunk-CPZLKCKJ.mjs} +2 -2
- package/dist/{chunk-ZT3RB4JF.mjs → chunk-HEPCIATE.mjs} +2 -2
- package/dist/chunk-HEPCIATE.mjs.map +1 -0
- package/dist/{chunk-LKSLJZC6.mjs → chunk-SPBICTJF.mjs} +2 -2
- package/dist/{chunk-F6JB7EXM.mjs → chunk-UHSPX2BM.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-ZT3RB4JF.mjs.map +0 -1
- /package/dist/{chunk-Q5VYBQBA.mjs.map → chunk-CPZLKCKJ.mjs.map} +0 -0
- /package/dist/{chunk-LKSLJZC6.mjs.map → chunk-SPBICTJF.mjs.map} +0 -0
- /package/dist/{chunk-F6JB7EXM.mjs.map → chunk-UHSPX2BM.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.5.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1fc3902: - Revert "fix: detect and alert on version mismatch (#1333)"
|
|
8
|
+
|
|
9
|
+
This reverts commit 48b7c7b1bd48ced82ffb9a00d6eddc1f7581e0c1.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [1fc3902]
|
|
12
|
+
- @copilotkit/shared@1.5.17
|
|
13
|
+
|
|
3
14
|
## 1.5.17-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-HEPCIATE.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-CPZLKCKJ.mjs.map
|
|
@@ -38,7 +38,7 @@ var require_package = __commonJS({
|
|
|
38
38
|
publishConfig: {
|
|
39
39
|
access: "public"
|
|
40
40
|
},
|
|
41
|
-
version: "1.5.17
|
|
41
|
+
version: "1.5.17",
|
|
42
42
|
sideEffects: false,
|
|
43
43
|
main: "./dist/index.js",
|
|
44
44
|
module: "./dist/index.mjs",
|
|
@@ -4184,4 +4184,4 @@ export {
|
|
|
4184
4184
|
getCommonConfig,
|
|
4185
4185
|
copilotRuntimeNodeHttpEndpoint
|
|
4186
4186
|
};
|
|
4187
|
-
//# sourceMappingURL=chunk-
|
|
4187
|
+
//# sourceMappingURL=chunk-HEPCIATE.mjs.map
|