@mastra/deployer 1.60.0-alpha.3 → 1.60.0-alpha.5

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 (33) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/{analyze-B7YwN5Vu.cjs → analyze-Be78pfmu.cjs} +2 -2
  3. package/dist/{analyze-B7YwN5Vu.cjs.map → analyze-Be78pfmu.cjs.map} +1 -1
  4. package/dist/{analyze-DuO_fzJD.js → analyze-CSA13iP5.js} +2 -2
  5. package/dist/{analyze-DuO_fzJD.js.map → analyze-CSA13iP5.js.map} +1 -1
  6. package/dist/build/analyze.cjs +1 -1
  7. package/dist/build/analyze.js +1 -1
  8. package/dist/build/bundler.cjs +1 -1
  9. package/dist/build/bundler.js +1 -1
  10. package/dist/build/index.cjs +4 -4
  11. package/dist/build/index.js +4 -4
  12. package/dist/build/package-info.d.ts.map +1 -1
  13. package/dist/{build-DRxeLZsS.js → build-DO5GfEQN.js} +4 -4
  14. package/dist/{build-DRxeLZsS.js.map → build-DO5GfEQN.js.map} +1 -1
  15. package/dist/{build-Dw0ynO5J.cjs → build-Dm29y3h0.cjs} +4 -4
  16. package/dist/{build-Dw0ynO5J.cjs.map → build-Dm29y3h0.cjs.map} +1 -1
  17. package/dist/bundler/index.cjs +3 -3
  18. package/dist/bundler/index.js +3 -3
  19. package/dist/{bundler-gff4vn1T.js → bundler-CdD7e1JK.js} +5 -5
  20. package/dist/bundler-CdD7e1JK.js.map +1 -0
  21. package/dist/{bundler-DCGtF4jP.cjs → bundler-J22VZd_8.cjs} +4 -4
  22. package/dist/bundler-J22VZd_8.cjs.map +1 -0
  23. package/dist/{bundlerOptions-CjjAPZYp.cjs → bundlerOptions-BcQNVseE.cjs} +2 -2
  24. package/dist/{bundlerOptions-CjjAPZYp.cjs.map → bundlerOptions-BcQNVseE.cjs.map} +1 -1
  25. package/dist/{bundlerOptions-NMtZPD7p.js → bundlerOptions-C4s307Ag.js} +2 -2
  26. package/dist/{bundlerOptions-NMtZPD7p.js.map → bundlerOptions-C4s307Ag.js.map} +1 -1
  27. package/dist/docs/SKILL.md +1 -1
  28. package/dist/docs/assets/SOURCE_MAP.json +1 -1
  29. package/dist/index.cjs +2 -2
  30. package/dist/index.js +2 -2
  31. package/package.json +7 -7
  32. package/dist/bundler-DCGtF4jP.cjs.map +0 -1
  33. package/dist/bundler-gff4vn1T.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.60.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed `mastra build` pinning the wrong dependency version when the app and its parent workspace install different copies. The build now starts package lookup from the app directory, so the generated `.mastra/output/package.json` uses the app's installed version and the deployed server starts correctly. ([#21213](https://github.com/mastra-ai/mastra/pull/21213))
8
+
9
+ - Updated dependencies [[`74e5bd3`](https://github.com/mastra-ai/mastra/commit/74e5bd315b8b3a1e04cb6cf480bb0f5fc4951dc8)]:
10
+ - @mastra/core@1.60.0-alpha.5
11
+ - @mastra/server@1.60.0-alpha.5
12
+
13
+ ## 1.60.0-alpha.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`d7e6745`](https://github.com/mastra-ai/mastra/commit/d7e67456954863c55440ea9c49bc6ceb9949972d), [`9acb50f`](https://github.com/mastra-ai/mastra/commit/9acb50f71cec9c362f06820033f90ae6b1f8282f), [`46e9e3f`](https://github.com/mastra-ai/mastra/commit/46e9e3f73babe1bc70080a596cf2ac0b9da48519), [`3f9a190`](https://github.com/mastra-ai/mastra/commit/3f9a19057c027155867b9317294ee4ca7bd0581a), [`e8808e3`](https://github.com/mastra-ai/mastra/commit/e8808e3d8eb585a2565be53e56a7e0e1477352a4), [`d4be8c1`](https://github.com/mastra-ai/mastra/commit/d4be8c1739d22d621e3f78790e1dd5eb5ecc3589), [`a5d2eb1`](https://github.com/mastra-ai/mastra/commit/a5d2eb10347eade1ae2816d88f466c25186c54a5), [`e81744c`](https://github.com/mastra-ai/mastra/commit/e81744cd13c46619c142dc521dc0baac47607a84)]:
18
+ - @mastra/core@1.60.0-alpha.4
19
+ - @mastra/server@1.60.0-alpha.4
20
+
3
21
  ## 1.60.0-alpha.3
4
22
 
5
23
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require("./rolldown-runtime-emK7D4bc.cjs");
2
2
  const require_utils = require("./utils-O98BGdnP.cjs");
3
3
  const require_services = require("./services-DrT0fgoG.cjs");
4
- const require_bundler = require("./bundler-DCGtF4jP.cjs");
4
+ const require_bundler = require("./bundler-J22VZd_8.cjs");
5
5
  let child_process = require("child_process");
6
6
  let fs = require("fs");
7
7
  let fs_promises = require("fs/promises");
@@ -1435,4 +1435,4 @@ Object.defineProperty(exports, "packWorkspaceDependencies", {
1435
1435
  }
1436
1436
  });
1437
1437
 
1438
- //# sourceMappingURL=analyze-B7YwN5Vu.cjs.map
1438
+ //# sourceMappingURL=analyze-Be78pfmu.cjs.map