@copilotkit/runtime 1.52.2-next.0 → 1.52.2-next.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.52.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d1f7aba: feat(runtime): expose messages in afterRequestMiddleware
8
+ - Updated dependencies [bf1fc6f]
9
+ - @copilotkit/shared@1.52.2-next.1
10
+ - @copilotkitnext/agent@1.52.2-next.1
11
+ - @copilotkitnext/runtime@1.52.2-next.1
12
+
3
13
  ## 1.52.2-next.0
4
14
 
5
15
  ### Patch Changes
package/dist/package.cjs CHANGED
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, m
12
12
  "url": "https://github.com/CopilotKit/CopilotKit.git"
13
13
  },
14
14
  "publishConfig": { "access": "public" },
15
- "version": "1.52.2-next.0",
15
+ "version": "1.52.2-next.1",
16
16
  "sideEffects": [
17
17
  "./dist/index.mjs",
18
18
  "./dist/index.cjs",
package/dist/package.mjs CHANGED
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
12
12
  "url": "https://github.com/CopilotKit/CopilotKit.git"
13
13
  },
14
14
  "publishConfig": { "access": "public" },
15
- "version": "1.52.2-next.0",
15
+ "version": "1.52.2-next.1",
16
16
  "sideEffects": [
17
17
  "./dist/index.mjs",
18
18
  "./dist/index.cjs",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.52.2-next.0",
12
+ "version": "1.52.2-next.1",
13
13
  "sideEffects": [
14
14
  "./dist/index.mjs",
15
15
  "./dist/index.cjs",
@@ -72,9 +72,9 @@
72
72
  "rxjs": "7.8.1",
73
73
  "type-graphql": "2.0.0-rc.1",
74
74
  "zod": "^3.23.3",
75
- "@copilotkit/shared": "1.52.2-next.0",
76
- "@copilotkitnext/agent": "1.52.2-next.0",
77
- "@copilotkitnext/runtime": "1.52.2-next.0"
75
+ "@copilotkit/shared": "1.52.2-next.1",
76
+ "@copilotkitnext/agent": "1.52.2-next.1",
77
+ "@copilotkitnext/runtime": "1.52.2-next.1"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@anthropic-ai/sdk": "^0.57.0",