@mastra/deployer 1.0.0-beta.1 → 1.0.0-beta.10

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.
Files changed (193) hide show
  1. package/CHANGELOG.md +190 -0
  2. package/dist/arktype-aI7TBD0R-4YXBEQBG.cjs +10 -0
  3. package/dist/arktype-aI7TBD0R-4YXBEQBG.cjs.map +1 -0
  4. package/dist/arktype-aI7TBD0R-OEPFT4G6.js +8 -0
  5. package/dist/arktype-aI7TBD0R-OEPFT4G6.js.map +1 -0
  6. package/dist/build/analyze/analyzeEntry.d.ts +4 -1
  7. package/dist/build/analyze/analyzeEntry.d.ts.map +1 -1
  8. package/dist/build/analyze/bundleExternals.d.ts.map +1 -1
  9. package/dist/build/analyze.cjs +2 -2
  10. package/dist/build/analyze.d.ts +1 -1
  11. package/dist/build/analyze.d.ts.map +1 -1
  12. package/dist/build/analyze.js +1 -1
  13. package/dist/build/bundler.cjs +3 -3
  14. package/dist/build/bundler.d.ts.map +1 -1
  15. package/dist/build/bundler.js +1 -1
  16. package/dist/build/index.cjs +13 -13
  17. package/dist/build/index.js +4 -4
  18. package/dist/build/plugins/esm-shim.d.ts +14 -0
  19. package/dist/build/plugins/esm-shim.d.ts.map +1 -0
  20. package/dist/build/plugins/module-resolve-map.d.ts +3 -0
  21. package/dist/build/plugins/module-resolve-map.d.ts.map +1 -0
  22. package/dist/build/plugins/node-gyp-detector.d.ts +3 -0
  23. package/dist/build/plugins/node-gyp-detector.d.ts.map +1 -0
  24. package/dist/build/plugins/subpath-externals-resolver.d.ts +3 -0
  25. package/dist/build/plugins/subpath-externals-resolver.d.ts.map +1 -0
  26. package/dist/build/plugins/tsconfig-paths.d.ts +8 -0
  27. package/dist/build/plugins/tsconfig-paths.d.ts.map +1 -1
  28. package/dist/build/shared/extract-mastra-option.d.ts.map +1 -1
  29. package/dist/build/utils.d.ts +1 -0
  30. package/dist/build/utils.d.ts.map +1 -1
  31. package/dist/bundler/index.cjs +2 -2
  32. package/dist/bundler/index.d.ts +1 -1
  33. package/dist/bundler/index.js +1 -1
  34. package/dist/chunk-2OTEFUER.cjs +69 -0
  35. package/dist/chunk-2OTEFUER.cjs.map +1 -0
  36. package/dist/chunk-5CWPEG6R.js +62 -0
  37. package/dist/chunk-5CWPEG6R.js.map +1 -0
  38. package/dist/chunk-7PLNIFGZ.cjs +8 -0
  39. package/dist/chunk-7PLNIFGZ.cjs.map +1 -0
  40. package/dist/{chunk-IL2VLNIJ.cjs → chunk-BFQ2S5UD.cjs} +13 -23
  41. package/dist/chunk-BFQ2S5UD.cjs.map +1 -0
  42. package/dist/chunk-BTNPI4Z7.cjs +4 -0
  43. package/dist/chunk-BTNPI4Z7.cjs.map +1 -0
  44. package/dist/{chunk-5QFG6SCM.js → chunk-DPDWM7HQ.js} +2 -2
  45. package/dist/chunk-DPDWM7HQ.js.map +1 -0
  46. package/dist/chunk-FBT6QP7J.js +3 -0
  47. package/dist/chunk-FBT6QP7J.js.map +1 -0
  48. package/dist/chunk-GD2TGMBP.cjs +95 -0
  49. package/dist/chunk-GD2TGMBP.cjs.map +1 -0
  50. package/dist/chunk-ID3HN3BH.cjs +16 -0
  51. package/dist/chunk-ID3HN3BH.cjs.map +1 -0
  52. package/dist/{chunk-3JYRSECU.cjs → chunk-JVBCN3RH.cjs} +4 -4
  53. package/dist/chunk-JVBCN3RH.cjs.map +1 -0
  54. package/dist/chunk-MMUE22EL.js +159 -0
  55. package/dist/chunk-MMUE22EL.js.map +1 -0
  56. package/dist/{chunk-C74EXQSL.cjs → chunk-MUWNMVNL.cjs} +570 -194
  57. package/dist/chunk-MUWNMVNL.cjs.map +1 -0
  58. package/dist/chunk-N5TMJUIR.js +14 -0
  59. package/dist/chunk-N5TMJUIR.js.map +1 -0
  60. package/dist/chunk-P4L6VIHY.js +93 -0
  61. package/dist/chunk-P4L6VIHY.js.map +1 -0
  62. package/dist/chunk-Q2YGWEXY.js +6 -0
  63. package/dist/chunk-Q2YGWEXY.js.map +1 -0
  64. package/dist/{chunk-WBAWUM7Z.js → chunk-RBPCXFN7.js} +6 -5
  65. package/dist/chunk-RBPCXFN7.js.map +1 -0
  66. package/dist/{chunk-AQAOWLJJ.cjs → chunk-SS22TD6R.cjs} +16 -15
  67. package/dist/chunk-SS22TD6R.cjs.map +1 -0
  68. package/dist/{chunk-H3LLQ2MW.js → chunk-TK2CCU7I.js} +553 -177
  69. package/dist/chunk-TK2CCU7I.js.map +1 -0
  70. package/dist/chunk-TXKETRIN.cjs +162 -0
  71. package/dist/chunk-TXKETRIN.cjs.map +1 -0
  72. package/dist/{chunk-OFUWEVGF.js → chunk-UQZGTSBF.js} +6 -15
  73. package/dist/chunk-UQZGTSBF.js.map +1 -0
  74. package/dist/{chunk-TDWIGFVF.cjs → chunk-X4TNUYQL.cjs} +15 -14
  75. package/dist/chunk-X4TNUYQL.cjs.map +1 -0
  76. package/dist/{chunk-HQJR52M7.js → chunk-X5QU7B2W.js} +5 -4
  77. package/dist/chunk-X5QU7B2W.js.map +1 -0
  78. package/dist/default-u_dwuiYb-65M4BHAA.js +3 -0
  79. package/dist/default-u_dwuiYb-65M4BHAA.js.map +1 -0
  80. package/dist/default-u_dwuiYb-PWN6FHC6.cjs +9 -0
  81. package/dist/default-u_dwuiYb-PWN6FHC6.cjs.map +1 -0
  82. package/dist/deploy/log.d.ts +1 -1
  83. package/dist/deploy/log.d.ts.map +1 -1
  84. package/dist/effect-QlVUlMFu-2ADPKIDF.cjs +17 -0
  85. package/dist/effect-QlVUlMFu-2ADPKIDF.cjs.map +1 -0
  86. package/dist/effect-QlVUlMFu-FD73M3OO.js +15 -0
  87. package/dist/effect-QlVUlMFu-FD73M3OO.js.map +1 -0
  88. package/dist/esm-BLVTLTJW.js +1289 -0
  89. package/dist/esm-BLVTLTJW.js.map +1 -0
  90. package/dist/esm-E3NUCNVN.cjs +1336 -0
  91. package/dist/esm-E3NUCNVN.cjs.map +1 -0
  92. package/dist/index.cjs +12 -12
  93. package/dist/index.js +4 -4
  94. package/dist/server/handlers/restart-active-runs.d.ts +3 -0
  95. package/dist/server/handlers/restart-active-runs.d.ts.map +1 -0
  96. package/dist/server/index.cjs +2336 -10512
  97. package/dist/server/index.cjs.map +1 -1
  98. package/dist/server/index.d.ts +3 -12
  99. package/dist/server/index.d.ts.map +1 -1
  100. package/dist/server/index.js +2327 -10503
  101. package/dist/server/index.js.map +1 -1
  102. package/dist/services/index.cjs +4 -4
  103. package/dist/services/index.js +1 -1
  104. package/dist/sury-CWZTCd75-K3FHMZF5.cjs +17 -0
  105. package/dist/sury-CWZTCd75-K3FHMZF5.cjs.map +1 -0
  106. package/dist/sury-CWZTCd75-Y2GURJ6K.js +15 -0
  107. package/dist/sury-CWZTCd75-Y2GURJ6K.js.map +1 -0
  108. package/dist/typebox-Dei93FPO-2WP4NOYD.js +8 -0
  109. package/dist/typebox-Dei93FPO-2WP4NOYD.js.map +1 -0
  110. package/dist/typebox-Dei93FPO-WTXAW2LA.cjs +10 -0
  111. package/dist/typebox-Dei93FPO-WTXAW2LA.cjs.map +1 -0
  112. package/dist/valibot--1zFm7rT-HMTCRBB3.cjs +17 -0
  113. package/dist/valibot--1zFm7rT-HMTCRBB3.cjs.map +1 -0
  114. package/dist/valibot--1zFm7rT-VGFBTDTW.js +15 -0
  115. package/dist/valibot--1zFm7rT-VGFBTDTW.js.map +1 -0
  116. package/dist/valibot-D_HTw1Gn-ILCWWLE4.cjs +45 -0
  117. package/dist/valibot-D_HTw1Gn-ILCWWLE4.cjs.map +1 -0
  118. package/dist/valibot-D_HTw1Gn-LLCGNU3W.js +43 -0
  119. package/dist/valibot-D_HTw1Gn-LLCGNU3W.js.map +1 -0
  120. package/dist/validator/custom-resolver.cjs +20 -12
  121. package/dist/validator/custom-resolver.cjs.map +1 -1
  122. package/dist/validator/custom-resolver.d.ts.map +1 -1
  123. package/dist/validator/custom-resolver.js +18 -10
  124. package/dist/validator/custom-resolver.js.map +1 -1
  125. package/dist/validator/validate.d.ts +15 -1
  126. package/dist/validator/validate.d.ts.map +1 -1
  127. package/dist/zod-Bwrt9trS-XCRGYQVE.js +29 -0
  128. package/dist/zod-Bwrt9trS-XCRGYQVE.js.map +1 -0
  129. package/dist/zod-Bwrt9trS-XDMWF3NW.cjs +31 -0
  130. package/dist/zod-Bwrt9trS-XDMWF3NW.cjs.map +1 -0
  131. package/dist/zod-DSgpEGAE-TKBHSSLS.js +37 -0
  132. package/dist/zod-DSgpEGAE-TKBHSSLS.js.map +1 -0
  133. package/dist/zod-DSgpEGAE-ZWQMF6SS.cjs +39 -0
  134. package/dist/zod-DSgpEGAE-ZWQMF6SS.cjs.map +1 -0
  135. package/package.json +18 -21
  136. package/dist/chunk-3JYRSECU.cjs.map +0 -1
  137. package/dist/chunk-5QFG6SCM.js.map +0 -1
  138. package/dist/chunk-AQAOWLJJ.cjs.map +0 -1
  139. package/dist/chunk-C74EXQSL.cjs.map +0 -1
  140. package/dist/chunk-H3LLQ2MW.js.map +0 -1
  141. package/dist/chunk-HQJR52M7.js.map +0 -1
  142. package/dist/chunk-IL2VLNIJ.cjs.map +0 -1
  143. package/dist/chunk-OFUWEVGF.js.map +0 -1
  144. package/dist/chunk-TDWIGFVF.cjs.map +0 -1
  145. package/dist/chunk-WBAWUM7Z.js.map +0 -1
  146. package/dist/server/handlers/auth/defaults.d.ts +0 -3
  147. package/dist/server/handlers/auth/defaults.d.ts.map +0 -1
  148. package/dist/server/handlers/auth/helpers.d.ts +0 -11
  149. package/dist/server/handlers/auth/helpers.d.ts.map +0 -1
  150. package/dist/server/handlers/auth/index.d.ts +0 -11
  151. package/dist/server/handlers/auth/index.d.ts.map +0 -1
  152. package/dist/server/handlers/routes/agent-builder/handlers.d.ts +0 -20
  153. package/dist/server/handlers/routes/agent-builder/handlers.d.ts.map +0 -1
  154. package/dist/server/handlers/routes/agent-builder/router.d.ts +0 -4
  155. package/dist/server/handlers/routes/agent-builder/router.d.ts.map +0 -1
  156. package/dist/server/handlers/routes/agents/handlers.d.ts +0 -232
  157. package/dist/server/handlers/routes/agents/handlers.d.ts.map +0 -1
  158. package/dist/server/handlers/routes/agents/router.d.ts +0 -5
  159. package/dist/server/handlers/routes/agents/router.d.ts.map +0 -1
  160. package/dist/server/handlers/routes/agents/voice.d.ts +0 -18
  161. package/dist/server/handlers/routes/agents/voice.d.ts.map +0 -1
  162. package/dist/server/handlers/routes/logs/handlers.d.ts +0 -5
  163. package/dist/server/handlers/routes/logs/handlers.d.ts.map +0 -1
  164. package/dist/server/handlers/routes/logs/router.d.ts +0 -3
  165. package/dist/server/handlers/routes/logs/router.d.ts.map +0 -1
  166. package/dist/server/handlers/routes/mcp/handlers.d.ts +0 -139
  167. package/dist/server/handlers/routes/mcp/handlers.d.ts.map +0 -1
  168. package/dist/server/handlers/routes/mcp/router.d.ts +0 -4
  169. package/dist/server/handlers/routes/mcp/router.d.ts.map +0 -1
  170. package/dist/server/handlers/routes/memory/handlers.d.ts +0 -15
  171. package/dist/server/handlers/routes/memory/handlers.d.ts.map +0 -1
  172. package/dist/server/handlers/routes/memory/router.d.ts +0 -4
  173. package/dist/server/handlers/routes/memory/router.d.ts.map +0 -1
  174. package/dist/server/handlers/routes/observability/handlers.d.ts +0 -6
  175. package/dist/server/handlers/routes/observability/handlers.d.ts.map +0 -1
  176. package/dist/server/handlers/routes/observability/router.d.ts +0 -3
  177. package/dist/server/handlers/routes/observability/router.d.ts.map +0 -1
  178. package/dist/server/handlers/routes/scores/handlers.d.ts +0 -302
  179. package/dist/server/handlers/routes/scores/handlers.d.ts.map +0 -1
  180. package/dist/server/handlers/routes/scores/router.d.ts +0 -4
  181. package/dist/server/handlers/routes/scores/router.d.ts.map +0 -1
  182. package/dist/server/handlers/routes/tools/handlers.d.ts +0 -7
  183. package/dist/server/handlers/routes/tools/handlers.d.ts.map +0 -1
  184. package/dist/server/handlers/routes/tools/router.d.ts +0 -4
  185. package/dist/server/handlers/routes/tools/router.d.ts.map +0 -1
  186. package/dist/server/handlers/routes/vector/handlers.d.ts +0 -10
  187. package/dist/server/handlers/routes/vector/handlers.d.ts.map +0 -1
  188. package/dist/server/handlers/routes/vector/router.d.ts +0 -4
  189. package/dist/server/handlers/routes/vector/router.d.ts.map +0 -1
  190. package/dist/server/handlers/routes/workflows/handlers.d.ts +0 -20
  191. package/dist/server/handlers/routes/workflows/handlers.d.ts.map +0 -1
  192. package/dist/server/handlers/routes/workflows/router.d.ts +0 -4
  193. package/dist/server/handlers/routes/workflows/router.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,194 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.0.0-beta.10
4
+
5
+ ### Patch Changes
6
+
7
+ - ### Breaking Changes ([#11028](https://github.com/mastra-ai/mastra/pull/11028))
8
+ - Renamed `RuntimeContext` type to `ServerContext` to avoid confusion with the user-facing `RequestContext` (previously called `RuntimeContext`)
9
+ - Removed `playground` and `isDev` options from server adapter constructors - these only set context variables without any actual functionality
10
+
11
+ ### Changes
12
+
13
+ **@mastra/server**
14
+ - Renamed `RuntimeContext` type to `ServerContext` in route handler types
15
+ - Renamed `createTestRuntimeContext` to `createTestServerContext` in test utilities
16
+ - Renamed `isPlayground` parameter to `isStudio` in `formatAgent` function
17
+
18
+ **@mastra/hono**
19
+ - Removed `playground` and `isDev` from `HonoVariables` type
20
+ - Removed setting of `playground` and `isDev` context variables in middleware
21
+
22
+ **@mastra/express**
23
+ - Removed `playground` and `isDev` from `Express.Locals` interface
24
+ - Removed setting of `playground` and `isDev` in response locals
25
+
26
+ - Updated dependencies [[`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`26346be`](https://github.com/mastra-ai/mastra/commit/26346beb6e637a114d1dd2eaf5127512c5af84fd), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393)]:
27
+ - @mastra/core@1.0.0-beta.10
28
+ - @mastra/server@1.0.0-beta.10
29
+
30
+ ## 1.0.0-beta.9
31
+
32
+ ### Patch Changes
33
+
34
+ - Fixed Docker build failure with Bun due to invalid `file://` URLs ([#10960](https://github.com/mastra-ai/mastra/pull/10960))
35
+
36
+ - Updated dependencies [[`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3)]:
37
+ - @mastra/core@1.0.0-beta.9
38
+ - @mastra/server@1.0.0-beta.9
39
+
40
+ ## 1.0.0-beta.8
41
+
42
+ ### Patch Changes
43
+
44
+ - Fix tsconfig.json parsing when file contains JSONC comments ([#10952](https://github.com/mastra-ai/mastra/pull/10952))
45
+
46
+ The `hasPaths()` function now uses `strip-json-comments` to properly parse tsconfig.json files that contain comments. Previously, `JSON.parse()` would fail silently on JSONC comments, causing path aliases like `@src/*` to be incorrectly treated as npm scoped packages.
47
+
48
+ - Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
49
+ - @mastra/core@1.0.0-beta.8
50
+ - @mastra/server@1.0.0-beta.8
51
+
52
+ ## 1.0.0-beta.7
53
+
54
+ ### Patch Changes
55
+
56
+ - Remove cast as any from MastraServer in deployer ([#10796](https://github.com/mastra-ai/mastra/pull/10796))
57
+
58
+ - Fixed a bug where ESM shims were incorrectly injected even when the user had already declared `__filename` or `__dirname` ([#10809](https://github.com/mastra-ai/mastra/pull/10809))
59
+
60
+ - Add simple virtual check for tsconfigpaths plugin, misbehaves on CI ([#10832](https://github.com/mastra-ai/mastra/pull/10832))
61
+
62
+ - Updated dependencies [[`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`5fe71bc`](https://github.com/mastra-ai/mastra/commit/5fe71bc925dfce597df69c89241f33b378028c63), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b)]:
63
+ - @mastra/core@1.0.0-beta.7
64
+ - @mastra/server@1.0.0-beta.7
65
+
66
+ ## 1.0.0-beta.6
67
+
68
+ ### Patch Changes
69
+
70
+ - Improve nested ts-config paths resolution for NX users ([#6243](https://github.com/mastra-ai/mastra/pull/6243))
71
+
72
+ - Fix dev playground auth to allow non-protected paths to bypass authentication when `MASTRA_DEV=true`, while still requiring the `x-mastra-dev-playground` header for protected endpoints ([#10722](https://github.com/mastra-ai/mastra/pull/10722))
73
+
74
+ - Unified MastraServer API with MCP transport routes ([#10644](https://github.com/mastra-ai/mastra/pull/10644))
75
+
76
+ **Breaking Changes:**
77
+ - Renamed `HonoServerAdapter` to `MastraServer` in `@mastra/hono`
78
+ - Renamed `ExpressServerAdapter` to `MastraServer` in `@mastra/express`
79
+ - Configuration now passed to constructor instead of separate method calls
80
+ - Renamed base class from `ServerAdapter` to `MastraServerBase` in `@mastra/server`
81
+
82
+ **New Features:**
83
+ - Added MCP transport routes (HTTP and SSE) to server adapters
84
+ - MCP endpoints available at `/api/mcp/:serverId/mcp` (HTTP) and `/api/mcp/:serverId/sse` (SSE)
85
+ - Added `express.json()` middleware compatibility for MCP routes
86
+ - Moved authentication helpers from deployer to `@mastra/server/auth`
87
+
88
+ **Testing:**
89
+ - Added shared MCP route and transport test suites in `@internal/server-adapter-test-utils`
90
+ - Added comprehensive MCP endpoint tests for both Hono and Express adapters
91
+ - Added GitHub Actions workflow for server adapter CI testing
92
+
93
+ - Fixed module not found errors during production builds by skipping transitive dependency validation. Production builds now only bundle direct dependencies, which also results in faster deployment times. ([#10587](https://github.com/mastra-ai/mastra/pull/10587))
94
+
95
+ Fixes #10116
96
+ Fixes #10055
97
+ Fixes #9951
98
+
99
+ - Allow direct access to server app handle directly from Mastra instance. ([#10598](https://github.com/mastra-ai/mastra/pull/10598))
100
+
101
+ ```ts
102
+ // Before: HTTP request to localhost
103
+ const response = await fetch(`http://localhost:5000/api/tools`);
104
+
105
+ // After: Direct call via app.fetch()
106
+ const app = mastra.getServerApp<Hono>();
107
+ const response = await app.fetch(new Request('http://internal/api/tools'));
108
+ ```
109
+
110
+ - Added `mastra.getServerApp<T>()` to access the underlying Hono/Express app
111
+ - Added `mastra.getMastraServer()` and `mastra.setMastraServer()` for adapter access
112
+ - Added `MastraServerBase` class in `@mastra/core/server` for adapter implementations
113
+ - Server adapters now auto-register with Mastra in their constructor
114
+
115
+ - Fixed bundling to correctly exclude subpath imports of external packages. Previously, when a package like `lodash` was marked as external, subpath imports such as `lodash/merge` were still being bundled incorrectly. Now all subpaths are properly excluded. ([#10588](https://github.com/mastra-ai/mastra/pull/10588))
116
+
117
+ Fixes #10055
118
+
119
+ - Improved error messages when bundling fails during deployment. ([#10756](https://github.com/mastra-ai/mastra/pull/10756))
120
+
121
+ **What changed:**
122
+ - Build errors now show clearer messages that identify the problematic package
123
+ - Added detection for common issues like missing native builds and unresolved modules
124
+ - Errors in workspace packages are now properly identified with actionable guidance
125
+
126
+ - Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`5a9bafc`](https://github.com/mastra-ai/mastra/commit/5a9bafcaaa859898e954456e781a1552dc0ad4f1), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`e849603`](https://github.com/mastra-ai/mastra/commit/e849603a596269069f58a438b98449ea2770493d), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`60e6e0f`](https://github.com/mastra-ai/mastra/commit/60e6e0f2913bbb467c64a0013b50509cf5efeb38), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749)]:
127
+ - @mastra/core@1.0.0-beta.6
128
+ - @mastra/server@1.0.0-beta.6
129
+
130
+ ## 1.0.0-beta.5
131
+
132
+ ### Patch Changes
133
+
134
+ - Extract routing from @deployer/server into server adapter packages. ([#10263](https://github.com/mastra-ai/mastra/pull/10263))
135
+ New packages:
136
+ - @mastra/express
137
+ - @mastra/hono
138
+
139
+ These packages support mastra server routes on express and hono respectively.
140
+ Better abstractions will be built on top of these packages in the near future, enabling users to easily attach mastra routes to any existing server framework.
141
+
142
+ - Rename "Playground" to "Studio" ([#10443](https://github.com/mastra-ai/mastra/pull/10443))
143
+
144
+ - Fixed a bug where imports that were not used in the main entry point were tree-shaken during analysis, causing bundling errors. Tree-shaking now only runs during the bundling step. ([#10470](https://github.com/mastra-ai/mastra/pull/10470))
145
+
146
+ - Add version query parameter validation for MCP server detail endpoint ([#10373](https://github.com/mastra-ai/mastra/pull/10373))
147
+
148
+ - Updated dependencies [[`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`d3e89dd`](https://github.com/mastra-ai/mastra/commit/d3e89dd4fc31ae2804c4c7bd3e98113d069cf780), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`c63fbba`](https://github.com/mastra-ai/mastra/commit/c63fbba1afdd61a01a994b7a69e52c9881baeaeb), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc)]:
149
+ - @mastra/core@1.0.0-beta.5
150
+ - @mastra/server@1.0.0-beta.5
151
+
152
+ ## 1.0.0-beta.4
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [[`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908), [`5d7e4dd`](https://github.com/mastra-ai/mastra/commit/5d7e4dd802adcc57d3ac666c2eee044f50c7cee0)]:
157
+ - @mastra/core@1.0.0-beta.4
158
+ - @mastra/server@1.0.0-beta.4
159
+
160
+ ## 1.0.0-beta.3
161
+
162
+ ### Patch Changes
163
+
164
+ - dependencies updates: ([#10131](https://github.com/mastra-ai/mastra/pull/10131))
165
+ - Updated dependency [`hono@^4.10.5` ↗︎](https://www.npmjs.com/package/hono/v/4.10.5) (from `^4.9.7`, in `dependencies`)
166
+
167
+ - dependencies updates: ([#9779](https://github.com/mastra-ai/mastra/pull/9779))
168
+ - Updated dependency [`@rollup/plugin-alias@6.0.0` ↗︎](https://www.npmjs.com/package/@rollup/plugin-alias/v/6.0.0) (from `5.1.1`, in `dependencies`)
169
+ - Updated dependency [`@rollup/plugin-commonjs@29.0.6` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/29.0.6) (from `29.0.0`, in `dependencies`)
170
+
171
+ - dependencies updates: ([#9780](https://github.com/mastra-ai/mastra/pull/9780))
172
+ - Updated dependency [`@rollup/plugin-commonjs@29.0.0` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/29.0.0) (from `28.0.6`, in `dependencies`)
173
+
174
+ - Add restart method to workflow run that allows restarting an active workflow run ([#9750](https://github.com/mastra-ai/mastra/pull/9750))
175
+ Add status filter to `listWorkflowRuns`
176
+ Add automatic restart to restart active workflow runs when server starts
177
+
178
+ - Remove unused dependencies ([#10019](https://github.com/mastra-ai/mastra/pull/10019))
179
+
180
+ - Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`60937c1`](https://github.com/mastra-ai/mastra/commit/60937c14d7ff287b0acd16deb15f5e96516d7880), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
181
+ - @mastra/core@1.0.0-beta.3
182
+ - @mastra/server@1.0.0-beta.3
183
+
184
+ ## 1.0.0-beta.2
185
+
186
+ ### Patch Changes
187
+
188
+ - Updated dependencies [[`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
189
+ - @mastra/core@1.0.0-beta.2
190
+ - @mastra/server@1.0.0-beta.2
191
+
3
192
  ## 1.0.0-beta.1
4
193
 
5
194
  ### Patch Changes
@@ -9,6 +198,7 @@
9
198
  - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
10
199
  - @mastra/core@1.0.0-beta.1
11
200
  - @mastra/server@1.0.0-beta.1
201
+ - Custom route handling now respects the `requiresAuth` flag emitted directly from `registerApiRoute`, so you can mark endpoints as public without mutating the returned object.
12
202
 
13
203
  ## 1.0.0-beta.0
14
204
 
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ // ../../node_modules/.pnpm/@standard-community+standard-json@0.3.5_@standard-schema+spec@1.0.0_@types+json-schema@_cc75f961c3fd8a0d9697490b1d116cd2/node_modules/@standard-community/standard-json/dist/arktype-aI7TBD0R.js
4
+ function getToJsonSchemaFn() {
5
+ return (schema, options) => schema.toJsonSchema(options);
6
+ }
7
+
8
+ module.exports = getToJsonSchemaFn;
9
+ //# sourceMappingURL=arktype-aI7TBD0R-4YXBEQBG.cjs.map
10
+ //# sourceMappingURL=arktype-aI7TBD0R-4YXBEQBG.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../node_modules/.pnpm/@standard-community+standard-json@0.3.5_@standard-schema+spec@1.0.0_@types+json-schema@_cc75f961c3fd8a0d9697490b1d116cd2/node_modules/@standard-community/standard-json/dist/arktype-aI7TBD0R.js"],"names":[],"mappings":";;;AAAA,SAAS,iBAAA,GAAoB;AAC3B,EAAA,OAAO,CAAC,MAAA,EAAQ,OAAA,KAAY,MAAA,CAAO,aAAa,OAAO,CAAA;AACzD","file":"arktype-aI7TBD0R-4YXBEQBG.cjs","sourcesContent":["function getToJsonSchemaFn() {\n return (schema, options) => schema.toJsonSchema(options);\n}\n\nexport { getToJsonSchemaFn as default };\n"]}
@@ -0,0 +1,8 @@
1
+ // ../../node_modules/.pnpm/@standard-community+standard-json@0.3.5_@standard-schema+spec@1.0.0_@types+json-schema@_cc75f961c3fd8a0d9697490b1d116cd2/node_modules/@standard-community/standard-json/dist/arktype-aI7TBD0R.js
2
+ function getToJsonSchemaFn() {
3
+ return (schema, options) => schema.toJsonSchema(options);
4
+ }
5
+
6
+ export { getToJsonSchemaFn as default };
7
+ //# sourceMappingURL=arktype-aI7TBD0R-OEPFT4G6.js.map
8
+ //# sourceMappingURL=arktype-aI7TBD0R-OEPFT4G6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../node_modules/.pnpm/@standard-community+standard-json@0.3.5_@standard-schema+spec@1.0.0_@types+json-schema@_cc75f961c3fd8a0d9697490b1d116cd2/node_modules/@standard-community/standard-json/dist/arktype-aI7TBD0R.js"],"names":[],"mappings":";AAAA,SAAS,iBAAA,GAAoB;AAC3B,EAAA,OAAO,CAAC,MAAA,EAAQ,OAAA,KAAY,MAAA,CAAO,aAAa,OAAO,CAAA;AACzD","file":"arktype-aI7TBD0R-OEPFT4G6.js","sourcesContent":["function getToJsonSchemaFn() {\n return (schema, options) => schema.toJsonSchema(options);\n}\n\nexport { getToJsonSchemaFn as default };\n"]}
@@ -13,17 +13,20 @@ import type { DependencyMetadata } from '../types.js';
13
13
  * @param options.logger - Logger instance for debugging
14
14
  * @param options.sourcemapEnabled - Whether sourcemaps are enabled
15
15
  * @param options.workspaceMap - Map of workspace packages
16
+ * @param options.shouldCheckTransitiveDependencies - Whether to recursively analyze transitive workspace dependencies (default: false)
16
17
  * @returns A promise that resolves to an object containing the analyzed dependencies and generated output
17
18
  */
18
19
  export declare function analyzeEntry({ entry, isVirtualFile, }: {
19
20
  entry: string;
20
21
  isVirtualFile: boolean;
21
- }, mastraEntry: string, { logger, sourcemapEnabled, workspaceMap, projectRoot, initialDepsToOptimize, }: {
22
+ }, mastraEntry: string, { logger, sourcemapEnabled, workspaceMap, projectRoot, initialDepsToOptimize, // used to avoid infinite recursion
23
+ shouldCheckTransitiveDependencies, }: {
22
24
  logger: IMastraLogger;
23
25
  sourcemapEnabled: boolean;
24
26
  workspaceMap: Map<string, WorkspacePackageInfo>;
25
27
  projectRoot: string;
26
28
  initialDepsToOptimize?: Map<string, DependencyMetadata>;
29
+ shouldCheckTransitiveDependencies?: boolean;
27
30
  }): Promise<{
28
31
  dependencies: Map<string, DependencyMetadata>;
29
32
  output: {
@@ -1 +1 @@
1
- {"version":3,"file":"analyzeEntry.d.ts","sourceRoot":"","sources":["../../../src/build/analyze/analyzeEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAKrE,OAAO,EAAyC,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAO/E,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AA+LnD;;;;;;;;;;;;GAYG;AACH,wBAAsB,YAAY,CAChC,EACE,KAAK,EACL,aAAa,GACd,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,OAAO,CAAC;CACxB,EACD,WAAW,EAAE,MAAM,EACnB,EACE,MAAM,EACN,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACX,qBAAiC,GAClC,EAAE;IACD,MAAM,EAAE,aAAa,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;CACzD,GACA,OAAO,CAAC;IACT,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;IAC9C,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,SAAS,GAAG,IAAI,CAAC;KACvB,CAAC;CACH,CAAC,CAkCD"}
1
+ {"version":3,"file":"analyzeEntry.d.ts","sourceRoot":"","sources":["../../../src/build/analyze/analyzeEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAKrE,OAAO,EAAyC,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAO/E,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AA2MnD;;;;;;;;;;;;;GAaG;AACH,wBAAsB,YAAY,CAChC,EACE,KAAK,EACL,aAAa,GACd,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,OAAO,CAAC;CACxB,EACD,WAAW,EAAE,MAAM,EACnB,EACE,MAAM,EACN,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACX,qBAAiC,EAAE,mCAAmC;AACtE,iCAAyC,GAC1C,EAAE;IACD,MAAM,EAAE,aAAa,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;IACxD,iCAAiC,CAAC,EAAE,OAAO,CAAC;CAC7C,GACA,OAAO,CAAC;IACT,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;IAC9C,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,SAAS,GAAG,IAAI,CAAC;KACvB,CAAC;CACH,CAAC,CAmCD"}
@@ -1 +1 @@
1
- {"version":3,"file":"bundleExternals.d.ts","sourceRoot":"","sources":["../../../src/build/analyze/bundleExternals.ts"],"names":[],"mappings":"AAOA,OAAO,EAAU,KAAK,WAAW,EAAE,KAAK,WAAW,EAAe,MAAM,QAAQ,CAAC;AAIjF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAQnD,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAMF;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,EAC/C,EACE,WAAW,EACX,aAAa,EACb,SAAS,EACT,cAAc,GACf,EAAE;IAAE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,cAAc,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,CAAA;CAAE,GAChH;IACD,0BAA0B,EAAE,GAAG,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;IAC3D,uBAAuB,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9C,CAiEA;AAwRD;;;;;;;;GAQG;AACH,wBAAsB,eAAe,CACnC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,EAC/C,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE;IACP,cAAc,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;QACrB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;QAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;CAClD;;;;GAgFF"}
1
+ {"version":3,"file":"bundleExternals.d.ts","sourceRoot":"","sources":["../../../src/build/analyze/bundleExternals.ts"],"names":[],"mappings":"AAOA,OAAO,EAAU,KAAK,WAAW,EAAE,KAAK,WAAW,EAAe,MAAM,QAAQ,CAAC;AAUjF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAWnD,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAMF;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,EAC/C,EACE,WAAW,EACX,aAAa,EACb,SAAS,EACT,cAAc,GACf,EAAE;IAAE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,cAAc,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,CAAA;CAAE,GAChH;IACD,0BAA0B,EAAE,GAAG,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;IAC3D,uBAAuB,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9C,CAiEA;AAmSD;;;;;;;;GAQG;AACH,wBAAsB,eAAe,CACnC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,EAC/C,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE;IACP,cAAc,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;QACrB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;QAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;CAClD;;;;GAgFF"}
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunkC74EXQSL_cjs = require('../chunk-C74EXQSL.cjs');
3
+ var chunkMUWNMVNL_cjs = require('../chunk-MUWNMVNL.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "analyzeBundle", {
8
8
  enumerable: true,
9
- get: function () { return chunkC74EXQSL_cjs.analyzeBundle; }
9
+ get: function () { return chunkMUWNMVNL_cjs.analyzeBundle; }
10
10
  });
11
11
  //# sourceMappingURL=analyze.cjs.map
12
12
  //# sourceMappingURL=analyze.cjs.map
@@ -17,8 +17,8 @@ export declare function analyzeBundle(entries: string[], mastraEntry: string, {
17
17
  enableEsmShim?: boolean;
18
18
  } | null;
19
19
  }, logger: IMastraLogger): Promise<{
20
- dependencies: Map<string, string>;
21
20
  externalDependencies: Set<string>;
21
+ dependencies: Map<string, string>;
22
22
  workspaceMap: Map<string, WorkspacePackageInfo>;
23
23
  }>;
24
24
  //# sourceMappingURL=analyze.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/build/analyze.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AASzD,OAAO,EAA2B,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAsJtG;;;;;;;GAOG;AACH,wBAAsB,aAAa,CACjC,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,EAAE,MAAM,EACnB,EACE,SAAS,EACT,WAAW,EACX,KAAa,EACb,cAAc,EAAE,eAAe,GAChC,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE;QACf,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;CACV,EACD,MAAM,EAAE,aAAa;;;;GAsGtB"}
1
+ {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/build/analyze.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AASzD,OAAO,EAA2B,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAmQtG;;;;;;;GAOG;AACH,wBAAsB,aAAa,CACjC,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,EAAE,MAAM,EACnB,EACE,SAAS,EACT,WAAW,EACX,KAAa,EACb,cAAc,EAAE,eAAe,GAChC,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE;QACf,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,GAAG,IAAI,CAAC;CACV,EACD,MAAM,EAAE,aAAa;;;;GAgHtB"}
@@ -1,3 +1,3 @@
1
- export { analyzeBundle } from '../chunk-H3LLQ2MW.js';
1
+ export { analyzeBundle } from '../chunk-TK2CCU7I.js';
2
2
  //# sourceMappingURL=analyze.js.map
3
3
  //# sourceMappingURL=analyze.js.map
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunkIL2VLNIJ_cjs = require('../chunk-IL2VLNIJ.cjs');
3
+ var chunkBFQ2S5UD_cjs = require('../chunk-BFQ2S5UD.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createBundler", {
8
8
  enumerable: true,
9
- get: function () { return chunkIL2VLNIJ_cjs.createBundler; }
9
+ get: function () { return chunkBFQ2S5UD_cjs.createBundler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getInputOptions", {
12
12
  enumerable: true,
13
- get: function () { return chunkIL2VLNIJ_cjs.getInputOptions; }
13
+ get: function () { return chunkBFQ2S5UD_cjs.getInputOptions; }
14
14
  });
15
15
  //# sourceMappingURL=bundler.cjs.map
16
16
  //# sourceMappingURL=bundler.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../../src/build/bundler.ts"],"names":[],"mappings":"AAMA,OAAO,EAAU,KAAK,YAAY,EAAE,KAAK,aAAa,EAAe,MAAM,QAAQ,CAAC;AAGpF,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAM1C,wBAAsB,eAAe,CACnC,SAAS,EAAE,MAAM,EACjB,kBAAkB,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,EAC7D,QAAQ,EAAE,MAAM,GAAG,SAAS,EAC5B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAA2D,EACtF,EACE,SAAiB,EACjB,KAAa,EACb,WAAW,EACX,aAAyB,EACzB,aAAoB,GACrB,EAAE;IACD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GACA,OAAO,CAAC,YAAY,CAAC,CAkIvB;AAED,wBAAsB,aAAa,CACjC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE;;;GAiBxD"}
1
+ {"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../../src/build/bundler.ts"],"names":[],"mappings":"AAMA,OAAO,EAAU,KAAK,YAAY,EAAE,KAAK,aAAa,EAAe,MAAM,QAAQ,CAAC;AAGpF,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAO1C,wBAAsB,eAAe,CACnC,SAAS,EAAE,MAAM,EACjB,kBAAkB,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,EAC7D,QAAQ,EAAE,MAAM,GAAG,SAAS,EAC5B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAA2D,EACtF,EACE,SAAiB,EACjB,KAAa,EACb,WAAW,EACX,aAAyB,EACzB,aAAoB,GACrB,EAAE;IACD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GACA,OAAO,CAAC,YAAY,CAAC,CAwHvB;AAED,wBAAsB,aAAa,CACjC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE;;;GAiBxD"}
@@ -1,3 +1,3 @@
1
- export { createBundler, getInputOptions } from '../chunk-OFUWEVGF.js';
1
+ export { createBundler, getInputOptions } from '../chunk-UQZGTSBF.js';
2
2
  //# sourceMappingURL=bundler.js.map
3
3
  //# sourceMappingURL=bundler.js.map
@@ -1,47 +1,47 @@
1
1
  'use strict';
2
2
 
3
- var chunkTDWIGFVF_cjs = require('../chunk-TDWIGFVF.cjs');
4
- var chunkIL2VLNIJ_cjs = require('../chunk-IL2VLNIJ.cjs');
5
- var chunkC74EXQSL_cjs = require('../chunk-C74EXQSL.cjs');
6
- var chunk3JYRSECU_cjs = require('../chunk-3JYRSECU.cjs');
3
+ var chunkX4TNUYQL_cjs = require('../chunk-X4TNUYQL.cjs');
4
+ var chunkBFQ2S5UD_cjs = require('../chunk-BFQ2S5UD.cjs');
5
+ var chunkMUWNMVNL_cjs = require('../chunk-MUWNMVNL.cjs');
6
+ var chunkJVBCN3RH_cjs = require('../chunk-JVBCN3RH.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "createWatcher", {
11
11
  enumerable: true,
12
- get: function () { return chunkTDWIGFVF_cjs.createWatcher; }
12
+ get: function () { return chunkX4TNUYQL_cjs.createWatcher; }
13
13
  });
14
14
  Object.defineProperty(exports, "getServerOptions", {
15
15
  enumerable: true,
16
- get: function () { return chunkTDWIGFVF_cjs.getServerOptions; }
16
+ get: function () { return chunkX4TNUYQL_cjs.getServerOptions; }
17
17
  });
18
18
  Object.defineProperty(exports, "getWatcherInputOptions", {
19
19
  enumerable: true,
20
- get: function () { return chunkTDWIGFVF_cjs.getInputOptions; }
20
+ get: function () { return chunkX4TNUYQL_cjs.getInputOptions; }
21
21
  });
22
22
  Object.defineProperty(exports, "createBundler", {
23
23
  enumerable: true,
24
- get: function () { return chunkIL2VLNIJ_cjs.createBundler; }
24
+ get: function () { return chunkBFQ2S5UD_cjs.createBundler; }
25
25
  });
26
26
  Object.defineProperty(exports, "getBundlerInputOptions", {
27
27
  enumerable: true,
28
- get: function () { return chunkIL2VLNIJ_cjs.getInputOptions; }
28
+ get: function () { return chunkBFQ2S5UD_cjs.getInputOptions; }
29
29
  });
30
30
  Object.defineProperty(exports, "analyzeBundle", {
31
31
  enumerable: true,
32
- get: function () { return chunkC74EXQSL_cjs.analyzeBundle; }
32
+ get: function () { return chunkMUWNMVNL_cjs.analyzeBundle; }
33
33
  });
34
34
  Object.defineProperty(exports, "getBundlerOptions", {
35
35
  enumerable: true,
36
- get: function () { return chunkC74EXQSL_cjs.getBundlerOptions; }
36
+ get: function () { return chunkMUWNMVNL_cjs.getBundlerOptions; }
37
37
  });
38
38
  Object.defineProperty(exports, "Deps", {
39
39
  enumerable: true,
40
- get: function () { return chunk3JYRSECU_cjs.Deps; }
40
+ get: function () { return chunkJVBCN3RH_cjs.Deps; }
41
41
  });
42
42
  Object.defineProperty(exports, "FileService", {
43
43
  enumerable: true,
44
- get: function () { return chunk3JYRSECU_cjs.FileService; }
44
+ get: function () { return chunkJVBCN3RH_cjs.FileService; }
45
45
  });
46
46
  //# sourceMappingURL=index.cjs.map
47
47
  //# sourceMappingURL=index.cjs.map
@@ -1,6 +1,6 @@
1
- export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-HQJR52M7.js';
2
- export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-OFUWEVGF.js';
3
- export { analyzeBundle, getBundlerOptions } from '../chunk-H3LLQ2MW.js';
4
- export { Deps, FileService } from '../chunk-5QFG6SCM.js';
1
+ export { createWatcher, getServerOptions, getInputOptions as getWatcherInputOptions } from '../chunk-X5QU7B2W.js';
2
+ export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-UQZGTSBF.js';
3
+ export { analyzeBundle, getBundlerOptions } from '../chunk-TK2CCU7I.js';
4
+ export { Deps, FileService } from '../chunk-DPDWM7HQ.js';
5
5
  //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,14 @@
1
+ import type { Plugin } from 'rollup';
2
+ /**
3
+ * Custom ESM shim plugin wrapper that respects user-declared __filename/__dirname variables.
4
+ *
5
+ * The original @rollup/plugin-esm-shim would inject shims even when users had already declared
6
+ * their own __filename/__dirname, causing "Identifier '__filename' has already been declared" errors.
7
+ *
8
+ * This wrapper checks if the user has already declared these variables and skips the shim injection
9
+ * if so. If either variable is declared, we skip the shim entirely since the original plugin injects
10
+ * both together and we assume users who declare one will also handle the other if needed.
11
+ */
12
+ export declare function esmShim(): Plugin;
13
+ export default esmShim;
14
+ //# sourceMappingURL=esm-shim.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"esm-shim.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/esm-shim.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAOrC;;;;;;;;;GASG;AACH,wBAAgB,OAAO,IAAI,MAAM,CA2BhC;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { Plugin } from 'rollup';
2
+ export declare function moduleResolveMap(externals: string[], projectRoot: string): Plugin;
3
+ //# sourceMappingURL=module-resolve-map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-resolve-map.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/module-resolve-map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKrC,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,CAiDjF"}
@@ -0,0 +1,3 @@
1
+ import type { Plugin } from 'rollup';
2
+ export declare function nodeGypDetector(): Plugin;
3
+ //# sourceMappingURL=node-gyp-detector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-gyp-detector.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/node-gyp-detector.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,wBAAgB,eAAe,IAAI,MAAM,CAwDxC"}
@@ -0,0 +1,3 @@
1
+ import type { Plugin } from 'rollup';
2
+ export declare function subpathExternalsResolver(externals: string[]): Plugin;
3
+ //# sourceMappingURL=subpath-externals-resolver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subpath-externals-resolver.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/subpath-externals-resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,CAiBpE"}
@@ -3,5 +3,13 @@ import type { RegisterOptions } from 'typescript-paths';
3
3
  export type PluginOptions = Omit<RegisterOptions, 'loggerID'> & {
4
4
  localResolve?: boolean;
5
5
  };
6
+ /**
7
+ * Check if a tsconfig file has path mappings configured.
8
+ * Exported for testing purposes.
9
+ *
10
+ * @param tsConfigPath - Path to the tsconfig.json file
11
+ * @returns true if the tsconfig has paths configured, false otherwise
12
+ */
13
+ export declare function hasPaths(tsConfigPath: string): boolean;
6
14
  export declare function tsConfigPaths({ tsConfigPath, respectCoreModule, localResolve }?: PluginOptions): Plugin;
7
15
  //# sourceMappingURL=tsconfig-paths.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tsconfig-paths.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/tsconfig-paths.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKxD,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE3F,wBAAgB,aAAa,CAAC,EAAE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,GAAE,aAAkB,GAAG,MAAM,CAgF3G"}
1
+ {"version":3,"file":"tsconfig-paths.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/tsconfig-paths.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKxD,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAAG;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE3F;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAQtD;AAED,wBAAgB,aAAa,CAAC,EAAE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,GAAE,aAAkB,GAAG,MAAM,CAiK3G"}
@@ -1 +1 @@
1
- {"version":3,"file":"extract-mastra-option.d.ts","sourceRoot":"","sources":["../../../src/build/shared/extract-mastra-option.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAC;AAMnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEzD,KAAK,WAAW,GAAG,CACjB,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,MAAM,CAAC,EAAE,aAAa,KACnB,UAAU,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAEzD,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE;IACN,eAAe,EAAE,KAAK,CAAC;CACxB,EACD,MAAM,CAAC,EAAE,aAAa,yCAoEvB;AAED,wBAAsB,mBAAmB,CAAC,CAAC,EACzC,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,aAAa,GACrB,OAAO,CAAC;IACT,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC;CAC7B,GAAG,IAAI,CAAC,CAsBR"}
1
+ {"version":3,"file":"extract-mastra-option.d.ts","sourceRoot":"","sources":["../../../src/build/shared/extract-mastra-option.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAC;AAMnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGzD,KAAK,WAAW,GAAG,CACjB,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,MAAM,CAAC,EAAE,aAAa,KACnB,UAAU,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAEzD,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE;IACN,eAAe,EAAE,KAAK,CAAC;CACxB,EACD,MAAM,CAAC,EAAE,aAAa,yCAoEvB;AAED,wBAAsB,mBAAmB,CAAC,CAAC,EACzC,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,aAAa,GACrB,OAAO,CAAC;IACT,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC;CAC7B,GAAG,IAAI,CAAC,CAsBR"}
@@ -1,6 +1,7 @@
1
1
  export declare function upsertMastraDir({ dir }: {
2
2
  dir?: string;
3
3
  }): void;
4
+ export declare function isDependencyPartOfPackage(dep: string, packageName: string): boolean;
4
5
  /**
5
6
  * Get the package name from a module ID
6
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/build/utils.ts"],"names":[],"mappings":"AAMA,wBAAgB,eAAe,CAAC,EAAE,GAAmB,EAAE,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,QAOxE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,sBAQxC;AAED;;GAEG;AACH,wBAAsB,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAsBzG;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,UAE5E;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAQjC;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,UAU3D;AAcD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,CAqB/E"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/build/utils.ts"],"names":[],"mappings":"AAMA,wBAAgB,eAAe,CAAC,EAAE,GAAmB,EAAE,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,QAOxE;AAED,wBAAgB,yBAAyB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,WAMzE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,sBAQxC;AAED;;GAEG;AACH,wBAAsB,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAsBzG;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,UAE5E;AAED;;;;;;;GAOG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAQjC;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,UAU3D;AAcD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,CAqB/E"}
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunkAQAOWLJJ_cjs = require('../chunk-AQAOWLJJ.cjs');
3
+ var chunkSS22TD6R_cjs = require('../chunk-SS22TD6R.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Bundler", {
8
8
  enumerable: true,
9
- get: function () { return chunkAQAOWLJJ_cjs.Bundler; }
9
+ get: function () { return chunkSS22TD6R_cjs.Bundler; }
10
10
  });
11
11
  //# sourceMappingURL=index.cjs.map
12
12
  //# sourceMappingURL=index.cjs.map
@@ -16,8 +16,8 @@ export declare abstract class Bundler extends MastraBundler {
16
16
  protected analyze(entry: string | string[], mastraFile: string, outputDirectory: string, { enableEsmShim }?: {
17
17
  enableEsmShim?: boolean;
18
18
  }): Promise<{
19
- dependencies: Map<string, string>;
20
19
  externalDependencies: Set<string>;
20
+ dependencies: Map<string, string>;
21
21
  workspaceMap: Map<string, import("./workspaceDependencies").WorkspacePackageInfo>;
22
22
  }>;
23
23
  protected installDependencies(outputDirectory: string, rootDir?: string): Promise<void>;
@@ -1,3 +1,3 @@
1
- export { Bundler } from '../chunk-WBAWUM7Z.js';
1
+ export { Bundler } from '../chunk-RBPCXFN7.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map