@copilotkit/runtime 1.51.3-next.7 → 1.51.3

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,32 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.51.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d655e75: fix: update ag-ui dependencies
8
+ - d268c49: fix: add apiKey parameter to BuiltInAgentConfiguration
9
+ - d36fc1e: Add UMD export
10
+ - b49277b: fix: update all agui langgraph dependencies
11
+ - 3a0822d: fix: do not run middleware for internal get requests
12
+ - Updated dependencies [d655e75]
13
+ - Updated dependencies [d268c49]
14
+ - Updated dependencies [d36fc1e]
15
+ - Updated dependencies [29d70a5]
16
+ - @copilotkit/shared@1.51.3
17
+ - @copilotkitnext/agent@1.51.3
18
+ - @copilotkitnext/runtime@1.51.3
19
+
20
+ ## 1.51.3-next.8
21
+
22
+ ### Patch Changes
23
+
24
+ - d36fc1e: Add UMD export
25
+ - Updated dependencies [d36fc1e]
26
+ - @copilotkitnext/runtime@1.51.3-next.8
27
+ - @copilotkit/shared@1.51.3-next.8
28
+ - @copilotkitnext/agent@1.51.3-next.8
29
+
3
30
  ## 1.51.3-next.7
4
31
 
5
32
  ### 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.7",
75
+ version: "1.51.3",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",