@mastra/deployer 1.57.0 → 1.58.0-alpha.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.
Files changed (51) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/dist/_types/@hono_node-server/dist/index.d.mts +101 -0
  3. package/dist/{analyze-mZfLnmw2.js → analyze-7xxwhB5F.js} +11 -4
  4. package/dist/{analyze-mZfLnmw2.js.map → analyze-7xxwhB5F.js.map} +1 -1
  5. package/dist/{analyze-C6SiypMS.cjs → analyze-D100622N.cjs} +11 -4
  6. package/dist/{analyze-C6SiypMS.cjs.map → analyze-D100622N.cjs.map} +1 -1
  7. package/dist/build/analyze.cjs +1 -1
  8. package/dist/build/analyze.d.ts.map +1 -1
  9. package/dist/build/analyze.js +1 -1
  10. package/dist/build/fs-routing/codegen.d.ts.map +1 -1
  11. package/dist/build/fs-routing/discover.d.ts +42 -0
  12. package/dist/build/fs-routing/discover.d.ts.map +1 -1
  13. package/dist/build/index.cjs +3 -3
  14. package/dist/build/index.js +3 -3
  15. package/dist/{build-C3NTU5IS.cjs → build-33wIyA35.cjs} +135 -7
  16. package/dist/build-33wIyA35.cjs.map +1 -0
  17. package/dist/{build-DCvdjuKW.js → build-xd6t8qiR.js} +131 -3
  18. package/dist/build-xd6t8qiR.js.map +1 -0
  19. package/dist/bundler/index.cjs +165 -4
  20. package/dist/bundler/index.cjs.map +1 -1
  21. package/dist/bundler/index.d.ts +51 -1
  22. package/dist/bundler/index.d.ts.map +1 -1
  23. package/dist/bundler/index.js +165 -7
  24. package/dist/bundler/index.js.map +1 -1
  25. package/dist/docs/SKILL.md +1 -1
  26. package/dist/docs/assets/SOURCE_MAP.json +1 -1
  27. package/dist/index.cjs +2 -2
  28. package/dist/index.js +2 -2
  29. package/dist/server/index.cjs +877 -164
  30. package/dist/server/index.cjs.map +1 -1
  31. package/dist/server/index.d.ts +1 -1
  32. package/dist/server/index.js +877 -163
  33. package/dist/server/index.js.map +1 -1
  34. package/dist/services/deps.d.ts +3 -1
  35. package/dist/services/deps.d.ts.map +1 -1
  36. package/dist/services/index.cjs +1 -1
  37. package/dist/services/index.js +1 -1
  38. package/dist/{services-CHz7RuZ1.js → services-BRF1RRXB.js} +39 -4
  39. package/dist/services-BRF1RRXB.js.map +1 -0
  40. package/dist/{services-Cw3Ho44Z.cjs → services-_ksvysL5.cjs} +39 -4
  41. package/dist/services-_ksvysL5.cjs.map +1 -0
  42. package/package.json +9 -8
  43. package/dist/_types/@hono_node-server/dist/index.d.ts +0 -8
  44. package/dist/_types/@hono_node-server/dist/listener.d.ts +0 -13
  45. package/dist/_types/@hono_node-server/dist/request.d.ts +0 -25
  46. package/dist/_types/@hono_node-server/dist/server.d.ts +0 -10
  47. package/dist/_types/@hono_node-server/dist/types.d.ts +0 -44
  48. package/dist/build-C3NTU5IS.cjs.map +0 -1
  49. package/dist/build-DCvdjuKW.js.map +0 -1
  50. package/dist/services-CHz7RuZ1.js.map +0 -1
  51. package/dist/services-Cw3Ho44Z.cjs.map +0 -1
@@ -13,6 +13,6 @@ export declare function createHonoServer(mastra: Mastra, options?: ServerBundleO
13
13
  Bindings: Bindings;
14
14
  Variables: Variables;
15
15
  }, import("hono/types").BlankSchema, "/">>;
16
- export declare function createNodeServer(mastra: Mastra, options?: ServerBundleOptions): Promise<import("../_types/@hono_node-server/dist/index.d.ts").ServerType>;
16
+ export declare function createNodeServer(mastra: Mastra, options?: ServerBundleOptions): Promise<import("../_types/@hono_node-server/dist/index.d.mts").ServerType>;
17
17
  export {};
18
18
  //# sourceMappingURL=index.d.ts.map