@copilotkit/runtime 1.3.2-mme-pre.0 → 1.3.2-mme-pre.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 +10 -0
- package/dist/{chunk-562DMBLT.mjs → chunk-64SYE4OY.mjs} +2 -2
- package/dist/{chunk-B522HOCB.mjs → chunk-MFIE4AAO.mjs} +2 -2
- package/dist/{chunk-B522HOCB.mjs.map → chunk-MFIE4AAO.mjs.map} +1 -1
- package/dist/{chunk-QRVMV4KE.mjs → chunk-N6HKKIMC.mjs} +2 -2
- package/dist/{chunk-UHEA7VT3.mjs → chunk-UKU2U3GM.mjs} +2 -2
- package/dist/{chunk-PLB776EH.mjs → chunk-XBE2CHV6.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- 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-562DMBLT.mjs.map → chunk-64SYE4OY.mjs.map} +0 -0
- /package/dist/{chunk-QRVMV4KE.mjs.map → chunk-N6HKKIMC.mjs.map} +0 -0
- /package/dist/{chunk-UHEA7VT3.mjs.map → chunk-UKU2U3GM.mjs.map} +0 -0
- /package/dist/{chunk-PLB776EH.mjs.map → chunk-XBE2CHV6.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.3.2-mme-pre.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Pre-release
|
|
8
|
+
- 30232c0: Ensure actions can be discovered on state change
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- Updated dependencies [30232c0]
|
|
11
|
+
- @copilotkit/shared@1.3.2-mme-pre.1
|
|
12
|
+
|
|
3
13
|
## 1.3.2-mme-pre.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
RuntimeEventSource,
|
|
6
6
|
isLangGraphAgentAction,
|
|
7
7
|
setupRemoteActions
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MFIE4AAO.mjs";
|
|
9
9
|
import {
|
|
10
10
|
ActionExecutionMessage,
|
|
11
11
|
AgentStateMessage,
|
|
@@ -258,4 +258,4 @@ export {
|
|
|
258
258
|
CopilotRuntime,
|
|
259
259
|
flattenToolCallsNoDuplicates
|
|
260
260
|
};
|
|
261
|
-
//# sourceMappingURL=chunk-
|
|
261
|
+
//# sourceMappingURL=chunk-64SYE4OY.mjs.map
|
|
@@ -36,7 +36,7 @@ var require_package = __commonJS({
|
|
|
36
36
|
publishConfig: {
|
|
37
37
|
access: "public"
|
|
38
38
|
},
|
|
39
|
-
version: "1.3.2-mme-pre.
|
|
39
|
+
version: "1.3.2-mme-pre.1",
|
|
40
40
|
sideEffects: false,
|
|
41
41
|
main: "./dist/index.js",
|
|
42
42
|
module: "./dist/index.mjs",
|
|
@@ -2144,4 +2144,4 @@ export {
|
|
|
2144
2144
|
getCommonConfig,
|
|
2145
2145
|
copilotRuntimeNodeHttpEndpoint
|
|
2146
2146
|
};
|
|
2147
|
-
//# sourceMappingURL=chunk-
|
|
2147
|
+
//# sourceMappingURL=chunk-MFIE4AAO.mjs.map
|