@copilotkit/runtime 1.51.4-next.8 → 1.51.4

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.51.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d67519: fix: propagate agent error messages into RUN_ERROR events
8
+ - 4886f18: fix: use langgraph clone fix on latest agui
9
+ - @copilotkit/shared@1.51.4
10
+ - @copilotkitnext/agent@1.51.4
11
+ - @copilotkitnext/runtime@1.51.4
12
+
3
13
  ## 1.51.4-next.8
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ var require_package = __commonJS({
72
72
  publishConfig: {
73
73
  access: "public"
74
74
  },
75
- version: "1.51.4-next.8",
75
+ version: "1.51.4",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",