@mastra/hono 1.4.4-alpha.1 → 1.4.4-alpha.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,21 @@
1
1
  # @mastra/hono
2
2
 
3
+ ## 1.4.4-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cbdf3e1`](https://github.com/mastra-ai/mastra/commit/cbdf3e12b3d0c30a6e5347be658e2009648c130a), [`8fe46d3`](https://github.com/mastra-ai/mastra/commit/8fe46d354027f3f0f0846e64219772348de106dd), [`18c67db`](https://github.com/mastra-ai/mastra/commit/18c67dbb9c9ebc26f26f65f7d3ff836e5691ef46), [`8dcc77e`](https://github.com/mastra-ai/mastra/commit/8dcc77e78a5340f5848f74b9e9f1b3da3513c1f5), [`aa67fc5`](https://github.com/mastra-ai/mastra/commit/aa67fc59ee8a5eeff1f23eb05970b8d7a536c8ff), [`fa8140b`](https://github.com/mastra-ai/mastra/commit/fa8140bcd4251d2e3ac85fdc5547dfc4f372b5be), [`190f452`](https://github.com/mastra-ai/mastra/commit/190f45258b0640e2adfc8219fa3258cdc5b8f071), [`7e7bf60`](https://github.com/mastra-ai/mastra/commit/7e7bf606886bf374a6f9d4ca9b09dd83d0533372), [`184907d`](https://github.com/mastra-ai/mastra/commit/184907d775d8609c03c26e78ccaf37315f3aa287), [`0c4cd13`](https://github.com/mastra-ai/mastra/commit/0c4cd131931c04ac5405373c932a242dbe88edd6), [`b16a753`](https://github.com/mastra-ai/mastra/commit/b16a753d5748440248d7df82e29bb987a9c8386c)]:
8
+ - @mastra/core@1.25.0-alpha.3
9
+ - @mastra/server@1.25.0-alpha.3
10
+
11
+ ## 1.4.4-alpha.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`4ba3bb1`](https://github.com/mastra-ai/mastra/commit/4ba3bb1e465ad2ddaba3bbf2bc47e0faec32985e)]:
16
+ - @mastra/core@1.25.0-alpha.2
17
+ - @mastra/server@1.25.0-alpha.2
18
+
3
19
  ## 1.4.4-alpha.1
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ var browserStream = require('@mastra/server/browser-stream');
8
8
 
9
9
  // src/index.ts
10
10
 
11
- // ../../node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/http-exception.js
11
+ // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/http-exception.js
12
12
  var HTTPException = class extends Error {
13
13
  res;
14
14
  status;
@@ -41,7 +41,7 @@ var HTTPException = class extends Error {
41
41
  }
42
42
  };
43
43
 
44
- // ../../node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/middleware/body-limit/index.js
44
+ // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/middleware/body-limit/index.js
45
45
  var ERROR_MESSAGE = "Payload Too Large";
46
46
  var BodyLimitError = class extends Error {
47
47
  constructor(message) {
@@ -98,7 +98,7 @@ var bodyLimit = (options) => {
98
98
  };
99
99
  };
100
100
 
101
- // ../../node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/utils/stream.js
101
+ // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/utils/stream.js
102
102
  var StreamingApi = class {
103
103
  writer;
104
104
  encoder;
@@ -175,7 +175,7 @@ var StreamingApi = class {
175
175
  }
176
176
  };
177
177
 
178
- // ../../node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/helper/streaming/utils.js
178
+ // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/helper/streaming/utils.js
179
179
  var isOldBunVersion = () => {
180
180
  const version2 = typeof Bun !== "undefined" ? Bun.version : void 0;
181
181
  if (version2 === void 0) {
@@ -186,7 +186,7 @@ var isOldBunVersion = () => {
186
186
  return result;
187
187
  };
188
188
 
189
- // ../../node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/helper/streaming/stream.js
189
+ // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/helper/streaming/stream.js
190
190
  var contextStash = /* @__PURE__ */ new WeakMap();
191
191
  var stream = (c, cb, onError) => {
192
192
  const { readable, writable } = new TransformStream();