@copilotkit/runtime 1.51.3-next.8 → 1.51.4-next.0

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,31 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.51.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4886f18: fix: use langgraph clone fix on latest agui
8
+ - @copilotkit/shared@1.51.4-next.0
9
+ - @copilotkitnext/agent@1.51.4-next.0
10
+ - @copilotkitnext/runtime@1.51.4-next.0
11
+
12
+ ## 1.51.3
13
+
14
+ ### Patch Changes
15
+
16
+ - d655e75: fix: update ag-ui dependencies
17
+ - d268c49: fix: add apiKey parameter to BuiltInAgentConfiguration
18
+ - d36fc1e: Add UMD export
19
+ - b49277b: fix: update all agui langgraph dependencies
20
+ - 3a0822d: fix: do not run middleware for internal get requests
21
+ - Updated dependencies [d655e75]
22
+ - Updated dependencies [d268c49]
23
+ - Updated dependencies [d36fc1e]
24
+ - Updated dependencies [29d70a5]
25
+ - @copilotkit/shared@1.51.3
26
+ - @copilotkitnext/agent@1.51.3
27
+ - @copilotkitnext/runtime@1.51.3
28
+
3
29
  ## 1.51.3-next.8
4
30
 
5
31
  ### 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.3-next.8",
75
+ version: "1.51.4-next.0",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",
@@ -125,7 +125,7 @@ var require_package = __commonJS({
125
125
  dependencies: {
126
126
  "@ag-ui/client": "^0.0.43",
127
127
  "@ag-ui/core": "^0.0.43",
128
- "@ag-ui/langgraph": "^0.0.23",
128
+ "@ag-ui/langgraph": "^0.0.24",
129
129
  "@copilotkit/shared": "workspace:*",
130
130
  "@copilotkitnext/agent": "workspace:*",
131
131
  "@copilotkitnext/runtime": "workspace:*",