@mastra/deployer 1.51.1-alpha.1 → 1.52.0-alpha.12

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 (70) hide show
  1. package/CHANGELOG.md +106 -0
  2. package/dist/build/analyze.cjs +2 -2
  3. package/dist/build/analyze.d.ts.map +1 -1
  4. package/dist/build/analyze.js +1 -1
  5. package/dist/build/babel/check-config-export.d.ts +2 -2
  6. package/dist/build/babel/check-config-export.d.ts.map +1 -1
  7. package/dist/build/babel/detect-pino-transports.d.ts +2 -2
  8. package/dist/build/babel/detect-pino-transports.d.ts.map +1 -1
  9. package/dist/build/babel/remove-all-options-except.d.ts +2 -2
  10. package/dist/build/babel/remove-all-options-except.d.ts.map +1 -1
  11. package/dist/build/babel/remove-deployer.d.ts +6 -2
  12. package/dist/build/babel/remove-deployer.d.ts.map +1 -1
  13. package/dist/build/babel/remove-non-referenced-nodes.d.ts +2 -2
  14. package/dist/build/babel/remove-non-referenced-nodes.d.ts.map +1 -1
  15. package/dist/build/bundler.cjs +5 -5
  16. package/dist/build/bundler.js +1 -1
  17. package/dist/build/index.cjs +22 -22
  18. package/dist/build/index.js +5 -5
  19. package/dist/build/plugins/remove-all-except.d.ts.map +1 -1
  20. package/dist/build/plugins/remove-deployer.d.ts.map +1 -1
  21. package/dist/build/plugins/remove-unused-references.d.ts.map +1 -1
  22. package/dist/bundler/index.cjs +3 -3
  23. package/dist/bundler/index.js +1 -1
  24. package/dist/{chunk-UFIOPABI.cjs → chunk-36AWZH7Z.cjs} +56 -90
  25. package/dist/chunk-36AWZH7Z.cjs.map +1 -0
  26. package/dist/{chunk-X2ZJLEWO.cjs → chunk-3XIMK24X.cjs} +22 -53
  27. package/dist/chunk-3XIMK24X.cjs.map +1 -0
  28. package/dist/{chunk-S32IJ4F6.js → chunk-3XJRELIX.js} +5 -5
  29. package/dist/{chunk-S32IJ4F6.js.map → chunk-3XJRELIX.js.map} +1 -1
  30. package/dist/{chunk-PLCERTF6.js → chunk-4ZFC5V33.js} +6 -6
  31. package/dist/{chunk-PLCERTF6.js.map → chunk-4ZFC5V33.js.map} +1 -1
  32. package/dist/{chunk-SZ3KU5RT.cjs → chunk-5ODCZKB7.cjs} +12 -12
  33. package/dist/{chunk-SZ3KU5RT.cjs.map → chunk-5ODCZKB7.cjs.map} +1 -1
  34. package/dist/{chunk-5K7ECKKW.js → chunk-5PORNUPF.js} +22 -35
  35. package/dist/chunk-5PORNUPF.js.map +1 -0
  36. package/dist/{chunk-JTWXTX2D.js → chunk-E5SBYHQK.js} +52 -68
  37. package/dist/chunk-E5SBYHQK.js.map +1 -0
  38. package/dist/{chunk-UY7KZXD2.js → chunk-EPALJ45Z.js} +12 -14
  39. package/dist/chunk-EPALJ45Z.js.map +1 -0
  40. package/dist/{chunk-VKAFARW6.cjs → chunk-FKKJQUGR.cjs} +4 -4
  41. package/dist/{chunk-VKAFARW6.cjs.map → chunk-FKKJQUGR.cjs.map} +1 -1
  42. package/dist/{chunk-2SUO6N5G.cjs → chunk-SYWSF3OR.cjs} +14 -14
  43. package/dist/{chunk-2SUO6N5G.cjs.map → chunk-SYWSF3OR.cjs.map} +1 -1
  44. package/dist/{chunk-7BDGRATY.cjs → chunk-YAIYFXQ6.cjs} +47 -49
  45. package/dist/chunk-YAIYFXQ6.cjs.map +1 -0
  46. package/dist/{chunk-ZL66GDLP.js → chunk-YUBKHO52.js} +2 -2
  47. package/dist/{chunk-ZL66GDLP.js.map → chunk-YUBKHO52.js.map} +1 -1
  48. package/dist/docs/SKILL.md +1 -1
  49. package/dist/docs/assets/SOURCE_MAP.json +5 -5
  50. package/dist/docs/references/docs-deployment-mastra-server.md +35 -0
  51. package/dist/docs/references/docs-deployment-monorepo.md +2 -0
  52. package/dist/docs/references/docs-deployment-overview.md +6 -0
  53. package/dist/index.cjs +11 -11
  54. package/dist/index.js +4 -4
  55. package/dist/server/handlers/agent-learning.d.ts +3 -0
  56. package/dist/server/handlers/agent-learning.d.ts.map +1 -0
  57. package/dist/server/index.cjs +68 -4
  58. package/dist/server/index.cjs.map +1 -1
  59. package/dist/server/index.d.ts.map +1 -1
  60. package/dist/server/index.js +66 -3
  61. package/dist/server/index.js.map +1 -1
  62. package/dist/services/index.cjs +4 -4
  63. package/dist/services/index.js +1 -1
  64. package/package.json +15 -17
  65. package/dist/chunk-5K7ECKKW.js.map +0 -1
  66. package/dist/chunk-7BDGRATY.cjs.map +0 -1
  67. package/dist/chunk-JTWXTX2D.js.map +0 -1
  68. package/dist/chunk-UFIOPABI.cjs.map +0 -1
  69. package/dist/chunk-UY7KZXD2.js.map +0 -1
  70. package/dist/chunk-X2ZJLEWO.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,111 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.52.0-alpha.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39)]:
8
+ - @mastra/core@1.52.0-alpha.12
9
+ - @mastra/server@1.52.0-alpha.12
10
+
11
+ ## 1.52.0-alpha.11
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`6040ab9`](https://github.com/mastra-ai/mastra/commit/6040ab95bdfff38fceb1c0b9781a64a6d30f3cbd), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de)]:
16
+ - @mastra/core@1.52.0-alpha.11
17
+ - @mastra/server@1.52.0-alpha.11
18
+
19
+ ## 1.52.0-alpha.10
20
+
21
+ ### Patch Changes
22
+
23
+ - Added secure Agent Learning reads to local Studio development. Requests stay same-origin, and browser-supplied credentials and tenant scope are ignored. ([#19759](https://github.com/mastra-ai/mastra/pull/19759))
24
+
25
+ ```sh
26
+ MASTRA_PLATFORM_ACCESS_TOKEN=<organization-api-key> \\
27
+ MASTRA_PROJECT_ID=<project-id> \\
28
+ mastra dev
29
+ ```
30
+
31
+ - Fixed Mastra development startup with Babel 8. ([#19849](https://github.com/mastra-ai/mastra/pull/19849))
32
+
33
+ - Updated dependencies [[`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9)]:
34
+ - @mastra/core@1.52.0-alpha.10
35
+ - @mastra/server@1.52.0-alpha.10
36
+
37
+ ## 1.52.0-alpha.9
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [[`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be)]:
42
+ - @mastra/core@1.52.0-alpha.9
43
+ - @mastra/server@1.52.0-alpha.9
44
+
45
+ ## 1.52.0-alpha.8
46
+
47
+ ### Patch Changes
48
+
49
+ - dependencies updates: ([#19393](https://github.com/mastra-ai/mastra/pull/19393))
50
+ - Updated dependency [`@babel/core@^8.0.1` ↗︎](https://www.npmjs.com/package/@babel/core/v/8.0.1) (from `^7.29.7`, in `dependencies`)
51
+ - Updated dependency [`@babel/preset-typescript@^8.0.1` ↗︎](https://www.npmjs.com/package/@babel/preset-typescript/v/8.0.1) (from `^7.29.7`, in `dependencies`)
52
+ - Updated dependency [`@babel/traverse@^8.0.4` ↗︎](https://www.npmjs.com/package/@babel/traverse/v/8.0.4) (from `^7.29.7`, in `dependencies`)
53
+ - Removed dependency [`@types/babel__traverse@^7.28.0` ↗︎](https://www.npmjs.com/package/@types/babel__traverse/v/7.28.0) (from `dependencies`)
54
+
55
+ - Fixed Babel 8 compatibility for build-time transforms. ([#19393](https://github.com/mastra-ai/mastra/pull/19393))
56
+
57
+ - Updated dependencies [[`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9)]:
58
+ - @mastra/core@1.52.0-alpha.8
59
+ - @mastra/server@1.52.0-alpha.8
60
+
61
+ ## 1.52.0-alpha.7
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [[`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8)]:
66
+ - @mastra/core@1.52.0-alpha.7
67
+ - @mastra/server@1.52.0-alpha.7
68
+
69
+ ## 1.52.0-alpha.6
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [[`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`660bebd`](https://github.com/mastra-ai/mastra/commit/660bebd81af91098ce4df440eb3b8a4945a9a619), [`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e)]:
74
+ - @mastra/core@1.52.0-alpha.6
75
+ - @mastra/server@1.52.0-alpha.6
76
+
77
+ ## 1.52.0-alpha.5
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`7d273ca`](https://github.com/mastra-ai/mastra/commit/7d273cacdcdca72425ce1c4dc5d78ed4aaa9141c), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`39c6753`](https://github.com/mastra-ai/mastra/commit/39c6753788a8d17278531b3381eb508747495b67), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e)]:
82
+ - @mastra/core@1.52.0-alpha.5
83
+ - @mastra/server@1.52.0-alpha.5
84
+
85
+ ## 1.52.0-alpha.4
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [[`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e)]:
90
+ - @mastra/core@1.52.0-alpha.4
91
+ - @mastra/server@1.52.0-alpha.4
92
+
93
+ ## 1.52.0-alpha.3
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [[`1426af2`](https://github.com/mastra-ai/mastra/commit/1426af24975879c000d13ac75673f630fcc970c1), [`975295d`](https://github.com/mastra-ai/mastra/commit/975295d418552f0d46a59edfef4c3ee555f9930a), [`85e4fb5`](https://github.com/mastra-ai/mastra/commit/85e4fb50087a81c74df3a762f53b56373db0b912), [`4696604`](https://github.com/mastra-ai/mastra/commit/4696604a8db7517459e7075ed4a6924114cdbdfb), [`ef03c0c`](https://github.com/mastra-ai/mastra/commit/ef03c0cfc62367a458e4cc56462e2148b35681c5), [`4fb4d88`](https://github.com/mastra-ai/mastra/commit/4fb4d881bc107acee13890ad4d78661016c510ed), [`4eba27a`](https://github.com/mastra-ai/mastra/commit/4eba27adcf60f991df0e62f94b3e75b4e67f3b4b), [`c701be3`](https://github.com/mastra-ai/mastra/commit/c701be32d7d9aa94a66da8c6cc38dcac6856f464)]:
98
+ - @mastra/core@1.52.0-alpha.3
99
+ - @mastra/server@1.52.0-alpha.3
100
+
101
+ ## 1.52.0-alpha.2
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [[`bed6cf4`](https://github.com/mastra-ai/mastra/commit/bed6cf440860395c3a6e5c17c0af477b8741233e), [`8b20926`](https://github.com/mastra-ai/mastra/commit/8b20926cd59e2ba3d66458e062fa0e6e2ada3e68), [`74faf8b`](https://github.com/mastra-ai/mastra/commit/74faf8bd9c1018f2492653c06b1e25fc8300e9e6), [`1fadac4`](https://github.com/mastra-ai/mastra/commit/1fadac44537caeefe81f9f775ae2f2f3d94e9069), [`792ec9a`](https://github.com/mastra-ai/mastra/commit/792ec9a0869bab8274cf5e0ed2840738737a1607), [`712b864`](https://github.com/mastra-ai/mastra/commit/712b864aa1ed12b14c54390ec17b69de163c37f7), [`8f7a5de`](https://github.com/mastra-ai/mastra/commit/8f7a5dedc246cdc938bb65516703cf9b27b03756), [`c0bec73`](https://github.com/mastra-ai/mastra/commit/c0bec732c93d1a22ae5e51ed66cf8cacca8bd6a6)]:
106
+ - @mastra/server@1.52.0-alpha.2
107
+ - @mastra/core@1.52.0-alpha.2
108
+
3
109
  ## 1.51.1-alpha.1
4
110
 
5
111
  ### Patch Changes
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunk7BDGRATY_cjs = require('../chunk-7BDGRATY.cjs');
3
+ var chunkYAIYFXQ6_cjs = require('../chunk-YAIYFXQ6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "analyzeBundle", {
8
8
  enumerable: true,
9
- get: function () { return chunk7BDGRATY_cjs.analyzeBundle; }
9
+ get: function () { return chunkYAIYFXQ6_cjs.analyzeBundle; }
10
10
  });
11
11
  //# sourceMappingURL=analyze.cjs.map
12
12
  //# sourceMappingURL=analyze.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/build/analyze.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAIzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAQ7E,OAAO,KAAK,EAAE,cAAc,EAAsB,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAS1F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAoV/C;;;;;;;GAOG;AACH,wBAAsB,aAAa,CACjC,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,EAAE,MAAM,EACnB,EACE,SAAS,EACT,WAAW,EACX,QAAQ,EACR,KAAa,EACb,cAAc,GACf,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,eAAe,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACnG,EACD,MAAM,EAAE,aAAa;;;;GA8PtB"}
1
+ {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/build/analyze.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAIzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAQ7E,OAAO,KAAK,EAAE,cAAc,EAAsB,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAS1F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAkV/C;;;;;;;GAOG;AACH,wBAAsB,aAAa,CACjC,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,EAAE,MAAM,EACnB,EACE,SAAS,EACT,WAAW,EACX,QAAQ,EACR,KAAa,EACb,cAAc,GACf,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,eAAe,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACnG,EACD,MAAM,EAAE,aAAa;;;;GA8PtB"}
@@ -1,3 +1,3 @@
1
- export { analyzeBundle } from '../chunk-UY7KZXD2.js';
1
+ export { analyzeBundle } from '../chunk-EPALJ45Z.js';
2
2
  //# sourceMappingURL=analyze.js.map
3
3
  //# sourceMappingURL=analyze.js.map
@@ -1,5 +1,5 @@
1
- import type { PluginObj } from '@babel/core';
1
+ import type { PluginObject } from '@babel/core';
2
2
  export declare function checkConfigExport(result: {
3
3
  hasValidConfig: boolean;
4
- }): PluginObj;
4
+ }): PluginObject;
5
5
  //# sourceMappingURL=check-config-export.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"check-config-export.d.ts","sourceRoot":"","sources":["../../../src/build/babel/check-config-export.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,wBAAgB,iBAAiB,CAAC,MAAM,EAAE;IAAE,cAAc,EAAE,OAAO,CAAA;CAAE,GAAG,SAAS,CAoDhF"}
1
+ {"version":3,"file":"check-config-export.d.ts","sourceRoot":"","sources":["../../../src/build/babel/check-config-export.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,wBAAgB,iBAAiB,CAAC,MAAM,EAAE;IAAE,cAAc,EAAE,OAAO,CAAA;CAAE,GAAG,YAAY,CAmDnF"}
@@ -1,4 +1,4 @@
1
- import type { PluginObj } from '@babel/core';
1
+ import type { PluginObject } from '@babel/core';
2
2
  /**
3
3
  * Babel plugin to detect pino transport targets in code.
4
4
  * Matches patterns like:
@@ -9,5 +9,5 @@ import type { PluginObj } from '@babel/core';
9
9
  * @param transports - Set to collect detected transport package names
10
10
  * @returns Babel plugin object
11
11
  */
12
- export declare function detectPinoTransports(transports: Set<string>): PluginObj;
12
+ export declare function detectPinoTransports(transports: Set<string>): PluginObject;
13
13
  //# sourceMappingURL=detect-pino-transports.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"detect-pino-transports.d.ts","sourceRoot":"","sources":["../../../src/build/babel/detect-pino-transports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAY,MAAM,aAAa,CAAC;AA8JvD;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,SAAS,CAiBvE"}
1
+ {"version":3,"file":"detect-pino-transports.d.ts","sourceRoot":"","sources":["../../../src/build/babel/detect-pino-transports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAY,MAAM,aAAa,CAAC;AA8J1D;;;;;;;;;GASG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,YAAY,CAiB1E"}
@@ -1,7 +1,7 @@
1
- import babel from '@babel/core';
1
+ import type { PluginObject } from '@babel/core';
2
2
  import type { IMastraLogger } from '@mastra/core/logger';
3
3
  import type { Config as MastraConfig } from '@mastra/core/mastra';
4
4
  export declare function removeAllOptionsFromMastraExcept(result: {
5
5
  hasCustomConfig: boolean;
6
- }, option: keyof MastraConfig, logger?: IMastraLogger): babel.PluginObj;
6
+ }, option: keyof MastraConfig, logger?: IMastraLogger): PluginObject;
7
7
  //# sourceMappingURL=remove-all-options-except.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"remove-all-options-except.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-all-options-except.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,aAAa,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAElE,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,MAAM,EAAE,MAAM,YAAY,EAC1B,MAAM,CAAC,EAAE,aAAa,GA6FjB,KAAK,CAAC,SAAS,CACrB"}
1
+ {"version":3,"file":"remove-all-options-except.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-all-options-except.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAY,YAAY,EAAS,MAAM,aAAa,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAElE,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,MAAM,EAAE,MAAM,YAAY,EAC1B,MAAM,CAAC,EAAE,aAAa,GACrB,YAAY,CAqGd"}
@@ -1,3 +1,7 @@
1
- import babel from '@babel/core';
2
- export declare function removeDeployer(): babel.PluginObj;
1
+ import type { PluginObject, PluginPass } from '@babel/core';
2
+ interface RemoveDeployerState extends PluginPass {
3
+ hasReplaced?: boolean;
4
+ }
5
+ export declare function removeDeployer(): PluginObject<RemoveDeployerState>;
6
+ export {};
3
7
  //# sourceMappingURL=remove-deployer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"remove-deployer.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-deployer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,aAAa,CAAC;AAEhC,wBAAgB,cAAc,IA+EvB,KAAK,CAAC,SAAS,CACrB"}
1
+ {"version":3,"file":"remove-deployer.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-deployer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAY,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEtE,UAAU,mBAAoB,SAAQ,UAAU;IAC9C,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,cAAc,IAAI,YAAY,CAAC,mBAAmB,CAAC,CA8ElE"}
@@ -1,3 +1,3 @@
1
- import babel from '@babel/core';
2
- export declare function removeNonReferencedNodes(): babel.PluginObj;
1
+ import type { PluginObject } from '@babel/core';
2
+ export declare function removeNonReferencedNodes(): PluginObject;
3
3
  //# sourceMappingURL=remove-non-referenced-nodes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"remove-non-referenced-nodes.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-non-referenced-nodes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,aAAa,CAAC;AAEhC,wBAAgB,wBAAwB,IA8DjC,KAAK,CAAC,SAAS,CACrB"}
1
+ {"version":3,"file":"remove-non-referenced-nodes.d.ts","sourceRoot":"","sources":["../../../src/build/babel/remove-non-referenced-nodes.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,wBAAgB,wBAAwB,IA4DjC,YAAY,CAClB"}
@@ -1,24 +1,24 @@
1
1
  'use strict';
2
2
 
3
- var chunkX2ZJLEWO_cjs = require('../chunk-X2ZJLEWO.cjs');
3
+ var chunk3XIMK24X_cjs = require('../chunk-3XIMK24X.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createBundler", {
8
8
  enumerable: true,
9
- get: function () { return chunkX2ZJLEWO_cjs.createBundler; }
9
+ get: function () { return chunk3XIMK24X_cjs.createBundler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getInputOptions", {
12
12
  enumerable: true,
13
- get: function () { return chunkX2ZJLEWO_cjs.getInputOptions; }
13
+ get: function () { return chunk3XIMK24X_cjs.getInputOptions; }
14
14
  });
15
15
  Object.defineProperty(exports, "mastraInternalAliasPlugin", {
16
16
  enumerable: true,
17
- get: function () { return chunkX2ZJLEWO_cjs.mastraInternalAliasPlugin; }
17
+ get: function () { return chunk3XIMK24X_cjs.mastraInternalAliasPlugin; }
18
18
  });
19
19
  Object.defineProperty(exports, "mastraToolsAliasPlugin", {
20
20
  enumerable: true,
21
- get: function () { return chunkX2ZJLEWO_cjs.mastraToolsAliasPlugin; }
21
+ get: function () { return chunk3XIMK24X_cjs.mastraToolsAliasPlugin; }
22
22
  });
23
23
  //# sourceMappingURL=bundler.cjs.map
24
24
  //# sourceMappingURL=bundler.cjs.map
@@ -1,3 +1,3 @@
1
- export { createBundler, getInputOptions, mastraInternalAliasPlugin, mastraToolsAliasPlugin } from '../chunk-5K7ECKKW.js';
1
+ export { createBundler, getInputOptions, mastraInternalAliasPlugin, mastraToolsAliasPlugin } from '../chunk-5PORNUPF.js';
2
2
  //# sourceMappingURL=bundler.js.map
3
3
  //# sourceMappingURL=bundler.js.map
@@ -1,81 +1,81 @@
1
1
  'use strict';
2
2
 
3
- var chunkSZ3KU5RT_cjs = require('../chunk-SZ3KU5RT.cjs');
4
- var chunkUFIOPABI_cjs = require('../chunk-UFIOPABI.cjs');
5
- var chunk7BDGRATY_cjs = require('../chunk-7BDGRATY.cjs');
6
- var chunkX2ZJLEWO_cjs = require('../chunk-X2ZJLEWO.cjs');
7
- var chunkVKAFARW6_cjs = require('../chunk-VKAFARW6.cjs');
3
+ var chunk5ODCZKB7_cjs = require('../chunk-5ODCZKB7.cjs');
4
+ var chunk36AWZH7Z_cjs = require('../chunk-36AWZH7Z.cjs');
5
+ var chunkYAIYFXQ6_cjs = require('../chunk-YAIYFXQ6.cjs');
6
+ var chunk3XIMK24X_cjs = require('../chunk-3XIMK24X.cjs');
7
+ var chunkFKKJQUGR_cjs = require('../chunk-FKKJQUGR.cjs');
8
8
  var chunkJZRFRUGM_cjs = require('../chunk-JZRFRUGM.cjs');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "createWatcher", {
13
13
  enumerable: true,
14
- get: function () { return chunkSZ3KU5RT_cjs.createWatcher; }
14
+ get: function () { return chunk5ODCZKB7_cjs.createWatcher; }
15
15
  });
16
16
  Object.defineProperty(exports, "discoverFsAgents", {
17
17
  enumerable: true,
18
- get: function () { return chunkSZ3KU5RT_cjs.discoverFsAgents; }
18
+ get: function () { return chunk5ODCZKB7_cjs.discoverFsAgents; }
19
19
  });
20
20
  Object.defineProperty(exports, "discoverFsSingleton", {
21
21
  enumerable: true,
22
- get: function () { return chunkSZ3KU5RT_cjs.discoverFsSingleton; }
22
+ get: function () { return chunk5ODCZKB7_cjs.discoverFsSingleton; }
23
23
  });
24
24
  Object.defineProperty(exports, "discoverFsWorkflows", {
25
25
  enumerable: true,
26
- get: function () { return chunkSZ3KU5RT_cjs.discoverFsWorkflows; }
26
+ get: function () { return chunk5ODCZKB7_cjs.discoverFsWorkflows; }
27
27
  });
28
28
  Object.defineProperty(exports, "generateFsAgentsModule", {
29
29
  enumerable: true,
30
- get: function () { return chunkSZ3KU5RT_cjs.generateFsAgentsModule; }
30
+ get: function () { return chunk5ODCZKB7_cjs.generateFsAgentsModule; }
31
31
  });
32
32
  Object.defineProperty(exports, "generateFsWorkflowsCodegen", {
33
33
  enumerable: true,
34
- get: function () { return chunkSZ3KU5RT_cjs.generateFsWorkflowsCodegen; }
34
+ get: function () { return chunk5ODCZKB7_cjs.generateFsWorkflowsCodegen; }
35
35
  });
36
36
  Object.defineProperty(exports, "getServerOptions", {
37
37
  enumerable: true,
38
- get: function () { return chunkSZ3KU5RT_cjs.getServerOptions; }
38
+ get: function () { return chunk5ODCZKB7_cjs.getServerOptions; }
39
39
  });
40
40
  Object.defineProperty(exports, "getWatcherInputOptions", {
41
41
  enumerable: true,
42
- get: function () { return chunkSZ3KU5RT_cjs.getInputOptions; }
42
+ get: function () { return chunk5ODCZKB7_cjs.getInputOptions; }
43
43
  });
44
44
  Object.defineProperty(exports, "mirrorFsAgentWorkspaces", {
45
45
  enumerable: true,
46
- get: function () { return chunkSZ3KU5RT_cjs.mirrorFsAgentWorkspaces; }
46
+ get: function () { return chunk5ODCZKB7_cjs.mirrorFsAgentWorkspaces; }
47
47
  });
48
48
  Object.defineProperty(exports, "prepareFsAgentsEntry", {
49
49
  enumerable: true,
50
- get: function () { return chunkSZ3KU5RT_cjs.prepareFsAgentsEntry; }
50
+ get: function () { return chunk5ODCZKB7_cjs.prepareFsAgentsEntry; }
51
51
  });
52
52
  Object.defineProperty(exports, "writeFsAgentsEntry", {
53
53
  enumerable: true,
54
- get: function () { return chunkSZ3KU5RT_cjs.writeFsAgentsEntry; }
54
+ get: function () { return chunk5ODCZKB7_cjs.writeFsAgentsEntry; }
55
55
  });
56
56
  Object.defineProperty(exports, "getBundlerOptions", {
57
57
  enumerable: true,
58
- get: function () { return chunkUFIOPABI_cjs.getBundlerOptions; }
58
+ get: function () { return chunk36AWZH7Z_cjs.getBundlerOptions; }
59
59
  });
60
60
  Object.defineProperty(exports, "analyzeBundle", {
61
61
  enumerable: true,
62
- get: function () { return chunk7BDGRATY_cjs.analyzeBundle; }
62
+ get: function () { return chunkYAIYFXQ6_cjs.analyzeBundle; }
63
63
  });
64
64
  Object.defineProperty(exports, "createBundler", {
65
65
  enumerable: true,
66
- get: function () { return chunkX2ZJLEWO_cjs.createBundler; }
66
+ get: function () { return chunk3XIMK24X_cjs.createBundler; }
67
67
  });
68
68
  Object.defineProperty(exports, "getBundlerInputOptions", {
69
69
  enumerable: true,
70
- get: function () { return chunkX2ZJLEWO_cjs.getInputOptions; }
70
+ get: function () { return chunk3XIMK24X_cjs.getInputOptions; }
71
71
  });
72
72
  Object.defineProperty(exports, "Deps", {
73
73
  enumerable: true,
74
- get: function () { return chunkVKAFARW6_cjs.Deps; }
74
+ get: function () { return chunkFKKJQUGR_cjs.Deps; }
75
75
  });
76
76
  Object.defineProperty(exports, "FileService", {
77
77
  enumerable: true,
78
- get: function () { return chunkVKAFARW6_cjs.FileService; }
78
+ get: function () { return chunkFKKJQUGR_cjs.FileService; }
79
79
  });
80
80
  Object.defineProperty(exports, "detectRuntime", {
81
81
  enumerable: true,
@@ -1,8 +1,8 @@
1
- export { createWatcher, discoverFsAgents, discoverFsSingleton, discoverFsWorkflows, generateFsAgentsModule, generateFsWorkflowsCodegen, getServerOptions, getInputOptions as getWatcherInputOptions, mirrorFsAgentWorkspaces, prepareFsAgentsEntry, writeFsAgentsEntry } from '../chunk-S32IJ4F6.js';
2
- export { getBundlerOptions } from '../chunk-JTWXTX2D.js';
3
- export { analyzeBundle } from '../chunk-UY7KZXD2.js';
4
- export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-5K7ECKKW.js';
5
- export { Deps, FileService } from '../chunk-ZL66GDLP.js';
1
+ export { createWatcher, discoverFsAgents, discoverFsSingleton, discoverFsWorkflows, generateFsAgentsModule, generateFsWorkflowsCodegen, getServerOptions, getInputOptions as getWatcherInputOptions, mirrorFsAgentWorkspaces, prepareFsAgentsEntry, writeFsAgentsEntry } from '../chunk-3XJRELIX.js';
2
+ export { getBundlerOptions } from '../chunk-E5SBYHQK.js';
3
+ export { analyzeBundle } from '../chunk-EPALJ45Z.js';
4
+ export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-5PORNUPF.js';
5
+ export { Deps, FileService } from '../chunk-YUBKHO52.js';
6
6
  export { detectRuntime, escapeStudioHtmlValue, injectStudioHtmlConfig, normalizeStudioBase } from '../chunk-WP65JQAT.js';
7
7
  //# sourceMappingURL=index.js.map
8
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"remove-all-except.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-all-except.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,wBAAgB,sCAAsC,CACpD,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,YAAY,EACxB,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,aAAa,CAAA;CAAE,GACxD,MAAM,CAgCR"}
1
+ {"version":3,"file":"remove-all-except.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-all-except.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAkB,MAAM,QAAQ,CAAC;AAGrD,wBAAgB,sCAAsC,CACpD,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,YAAY,EACxB,MAAM,EAAE;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,EACpC,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,aAAa,CAAA;CAAE,GACxD,MAAM,CAoBR"}
@@ -1 +1 @@
1
- {"version":3,"file":"remove-deployer.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-deployer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC,wBAAgB,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,MAAM,CAgC7F"}
1
+ {"version":3,"file":"remove-deployer.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-deployer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAkB,MAAM,QAAQ,CAAC;AAIrD,wBAAgB,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,MAAM,CAoB7F"}
@@ -1 +1 @@
1
- {"version":3,"file":"remove-unused-references.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-unused-references.ts"],"names":[],"mappings":"AAGA,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,MAAM;UACjC,MAAM;SAAO,GAAG;GAyB5C"}
1
+ {"version":3,"file":"remove-unused-references.d.ts","sourceRoot":"","sources":["../../../src/build/plugins/remove-unused-references.ts"],"names":[],"mappings":"AAGA,wBAAsB,iCAAiC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,GAAG,CAAA;CAAE,CAAC,CAgBzG"}
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunk2SUO6N5G_cjs = require('../chunk-2SUO6N5G.cjs');
3
+ var chunkSYWSF3OR_cjs = require('../chunk-SYWSF3OR.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Bundler", {
8
8
  enumerable: true,
9
- get: function () { return chunk2SUO6N5G_cjs.Bundler; }
9
+ get: function () { return chunkSYWSF3OR_cjs.Bundler; }
10
10
  });
11
11
  Object.defineProperty(exports, "IS_DEFAULT", {
12
12
  enumerable: true,
13
- get: function () { return chunk2SUO6N5G_cjs.IS_DEFAULT; }
13
+ get: function () { return chunkSYWSF3OR_cjs.IS_DEFAULT; }
14
14
  });
15
15
  //# sourceMappingURL=index.cjs.map
16
16
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { Bundler, IS_DEFAULT } from '../chunk-PLCERTF6.js';
1
+ export { Bundler, IS_DEFAULT } from '../chunk-4ZFC5V33.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map