@copilotkit/runtime 1.4.0-pre-1-4-0.10 → 1.4.0-pre-1-4-0.11

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{chunk-5DNXXJKY.mjs → chunk-3DNY5YTL.mjs} +2 -2
  3. package/dist/{chunk-NR7QFSEY.mjs → chunk-677K33J7.mjs} +2 -2
  4. package/dist/{chunk-7ASURDKE.mjs → chunk-FL67XJAX.mjs} +2 -2
  5. package/dist/{chunk-ITRJ4KUY.mjs → chunk-V2YEM4Z5.mjs} +2 -2
  6. package/dist/{chunk-KDMS6EKE.mjs → chunk-VBGS6IWV.mjs} +2 -2
  7. package/dist/{chunk-KDMS6EKE.mjs.map → chunk-VBGS6IWV.mjs.map} +1 -1
  8. package/dist/index.js +1 -1
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +5 -5
  11. package/dist/lib/index.js +1 -1
  12. package/dist/lib/index.js.map +1 -1
  13. package/dist/lib/index.mjs +5 -5
  14. package/dist/lib/integrations/index.js +1 -1
  15. package/dist/lib/integrations/index.js.map +1 -1
  16. package/dist/lib/integrations/index.mjs +4 -4
  17. package/dist/lib/integrations/nest/index.js +1 -1
  18. package/dist/lib/integrations/nest/index.js.map +1 -1
  19. package/dist/lib/integrations/nest/index.mjs +2 -2
  20. package/dist/lib/integrations/node-express/index.js +1 -1
  21. package/dist/lib/integrations/node-express/index.js.map +1 -1
  22. package/dist/lib/integrations/node-express/index.mjs +2 -2
  23. package/dist/lib/integrations/node-http/index.js +1 -1
  24. package/dist/lib/integrations/node-http/index.js.map +1 -1
  25. package/dist/lib/integrations/node-http/index.mjs +1 -1
  26. package/package.json +4 -4
  27. /package/dist/{chunk-5DNXXJKY.mjs.map → chunk-3DNY5YTL.mjs.map} +0 -0
  28. /package/dist/{chunk-NR7QFSEY.mjs.map → chunk-677K33J7.mjs.map} +0 -0
  29. /package/dist/{chunk-7ASURDKE.mjs.map → chunk-FL67XJAX.mjs.map} +0 -0
  30. /package/dist/{chunk-ITRJ4KUY.mjs.map → chunk-V2YEM4Z5.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.4.0-pre-1-4-0.11
4
+
5
+ ### Minor Changes
6
+
7
+ - LangGraph Platform and LangGraph JS support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.4.0-pre-1-4-0.11
13
+
3
14
  ## 1.4.0-pre-1-4-0.10
4
15
 
5
16
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getCommonConfig,
3
3
  telemetry_client_default
4
- } from "./chunk-KDMS6EKE.mjs";
4
+ } from "./chunk-VBGS6IWV.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-44O2JGUY.mjs";
@@ -76,4 +76,4 @@ export {
76
76
  config,
77
77
  copilotRuntimeNextJSPagesRouterEndpoint
78
78
  };
79
- //# sourceMappingURL=chunk-5DNXXJKY.mjs.map
79
+ //# sourceMappingURL=chunk-3DNY5YTL.mjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  telemetry_client_default
4
- } from "./chunk-KDMS6EKE.mjs";
4
+ } from "./chunk-VBGS6IWV.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-44O2JGUY.mjs";
@@ -21,4 +21,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
21
21
  export {
22
22
  copilotRuntimeNestEndpoint
23
23
  };
24
- //# sourceMappingURL=chunk-NR7QFSEY.mjs.map
24
+ //# sourceMappingURL=chunk-677K33J7.mjs.map
@@ -6,7 +6,7 @@ import {
6
6
  RuntimeEventSource,
7
7
  isLangGraphAgentAction,
8
8
  setupRemoteActions
9
- } from "./chunk-KDMS6EKE.mjs";
9
+ } from "./chunk-VBGS6IWV.mjs";
10
10
  import {
11
11
  ActionExecutionMessage,
12
12
  AgentStateMessage,
@@ -285,4 +285,4 @@ export {
285
285
  copilotKitEndpoint,
286
286
  langGraphCloudEndpoint
287
287
  };
288
- //# sourceMappingURL=chunk-7ASURDKE.mjs.map
288
+ //# sourceMappingURL=chunk-FL67XJAX.mjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  telemetry_client_default
4
- } from "./chunk-KDMS6EKE.mjs";
4
+ } from "./chunk-VBGS6IWV.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-44O2JGUY.mjs";
@@ -21,4 +21,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
21
21
  export {
22
22
  copilotRuntimeNodeExpressEndpoint
23
23
  };
24
- //# sourceMappingURL=chunk-ITRJ4KUY.mjs.map
24
+ //# sourceMappingURL=chunk-V2YEM4Z5.mjs.map
@@ -36,7 +36,7 @@ var require_package = __commonJS({
36
36
  publishConfig: {
37
37
  access: "public"
38
38
  },
39
- version: "1.4.0-pre-1-4-0.10",
39
+ version: "1.4.0-pre-1-4-0.11",
40
40
  sideEffects: false,
41
41
  main: "./dist/index.js",
42
42
  module: "./dist/index.mjs",
@@ -2755,4 +2755,4 @@ export {
2755
2755
  getCommonConfig,
2756
2756
  copilotRuntimeNodeHttpEndpoint
2757
2757
  };
2758
- //# sourceMappingURL=chunk-KDMS6EKE.mjs.map
2758
+ //# sourceMappingURL=chunk-VBGS6IWV.mjs.map