@mastra/deployer 1.51.1-alpha.0 → 1.52.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +108 -0
- package/dist/build/analyze.cjs +2 -2
- package/dist/build/analyze.d.ts.map +1 -1
- package/dist/build/analyze.js +1 -1
- package/dist/build/babel/check-config-export.d.ts +2 -2
- package/dist/build/babel/check-config-export.d.ts.map +1 -1
- package/dist/build/babel/detect-pino-transports.d.ts +2 -2
- package/dist/build/babel/detect-pino-transports.d.ts.map +1 -1
- package/dist/build/babel/remove-all-options-except.d.ts +2 -2
- package/dist/build/babel/remove-all-options-except.d.ts.map +1 -1
- package/dist/build/babel/remove-deployer.d.ts +6 -2
- package/dist/build/babel/remove-deployer.d.ts.map +1 -1
- package/dist/build/babel/remove-non-referenced-nodes.d.ts +2 -2
- package/dist/build/babel/remove-non-referenced-nodes.d.ts.map +1 -1
- package/dist/build/bundler.cjs +5 -5
- package/dist/build/bundler.js +1 -1
- package/dist/build/index.cjs +22 -22
- package/dist/build/index.js +5 -5
- package/dist/build/plugins/remove-all-except.d.ts.map +1 -1
- package/dist/build/plugins/remove-deployer.d.ts.map +1 -1
- package/dist/build/plugins/remove-unused-references.d.ts.map +1 -1
- package/dist/bundler/index.cjs +3 -3
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-UFIOPABI.cjs → chunk-36AWZH7Z.cjs} +56 -90
- package/dist/chunk-36AWZH7Z.cjs.map +1 -0
- package/dist/{chunk-X2ZJLEWO.cjs → chunk-3XIMK24X.cjs} +22 -53
- package/dist/chunk-3XIMK24X.cjs.map +1 -0
- package/dist/{chunk-S32IJ4F6.js → chunk-3XJRELIX.js} +5 -5
- package/dist/{chunk-S32IJ4F6.js.map → chunk-3XJRELIX.js.map} +1 -1
- package/dist/{chunk-PLCERTF6.js → chunk-4ZFC5V33.js} +6 -6
- package/dist/{chunk-PLCERTF6.js.map → chunk-4ZFC5V33.js.map} +1 -1
- package/dist/{chunk-SZ3KU5RT.cjs → chunk-5ODCZKB7.cjs} +12 -12
- package/dist/{chunk-SZ3KU5RT.cjs.map → chunk-5ODCZKB7.cjs.map} +1 -1
- package/dist/{chunk-5K7ECKKW.js → chunk-5PORNUPF.js} +22 -35
- package/dist/chunk-5PORNUPF.js.map +1 -0
- package/dist/{chunk-JTWXTX2D.js → chunk-E5SBYHQK.js} +52 -68
- package/dist/chunk-E5SBYHQK.js.map +1 -0
- package/dist/{chunk-UY7KZXD2.js → chunk-EPALJ45Z.js} +12 -14
- package/dist/chunk-EPALJ45Z.js.map +1 -0
- package/dist/{chunk-VKAFARW6.cjs → chunk-FKKJQUGR.cjs} +4 -4
- package/dist/{chunk-VKAFARW6.cjs.map → chunk-FKKJQUGR.cjs.map} +1 -1
- package/dist/{chunk-2SUO6N5G.cjs → chunk-SYWSF3OR.cjs} +14 -14
- package/dist/{chunk-2SUO6N5G.cjs.map → chunk-SYWSF3OR.cjs.map} +1 -1
- package/dist/{chunk-7BDGRATY.cjs → chunk-YAIYFXQ6.cjs} +47 -49
- package/dist/chunk-YAIYFXQ6.cjs.map +1 -0
- package/dist/{chunk-ZL66GDLP.js → chunk-YUBKHO52.js} +2 -2
- package/dist/{chunk-ZL66GDLP.js.map → chunk-YUBKHO52.js.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +5 -5
- package/dist/docs/references/docs-deployment-mastra-server.md +35 -0
- package/dist/docs/references/docs-deployment-monorepo.md +2 -0
- package/dist/docs/references/docs-deployment-overview.md +6 -0
- package/dist/index.cjs +11 -11
- package/dist/index.js +4 -4
- package/dist/server/handlers/agent-learning.d.ts +3 -0
- package/dist/server/handlers/agent-learning.d.ts.map +1 -0
- package/dist/server/index.cjs +68 -4
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +66 -3
- package/dist/server/index.js.map +1 -1
- package/dist/services/index.cjs +4 -4
- package/dist/services/index.js +1 -1
- package/package.json +14 -16
- package/dist/chunk-5K7ECKKW.js.map +0 -1
- package/dist/chunk-7BDGRATY.cjs.map +0 -1
- package/dist/chunk-JTWXTX2D.js.map +0 -1
- package/dist/chunk-UFIOPABI.cjs.map +0 -1
- package/dist/chunk-UY7KZXD2.js.map +0 -1
- package/dist/chunk-X2ZJLEWO.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,113 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.52.0-alpha.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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)]:
|
|
8
|
+
- @mastra/core@1.52.0-alpha.11
|
|
9
|
+
- @mastra/server@1.52.0-alpha.11
|
|
10
|
+
|
|
11
|
+
## 1.52.0-alpha.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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))
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
MASTRA_PLATFORM_ACCESS_TOKEN=<organization-api-key> \\
|
|
19
|
+
MASTRA_PROJECT_ID=<project-id> \\
|
|
20
|
+
mastra dev
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
- Fixed Mastra development startup with Babel 8. ([#19849](https://github.com/mastra-ai/mastra/pull/19849))
|
|
24
|
+
|
|
25
|
+
- 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)]:
|
|
26
|
+
- @mastra/core@1.52.0-alpha.10
|
|
27
|
+
- @mastra/server@1.52.0-alpha.10
|
|
28
|
+
|
|
29
|
+
## 1.52.0-alpha.9
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be)]:
|
|
34
|
+
- @mastra/core@1.52.0-alpha.9
|
|
35
|
+
- @mastra/server@1.52.0-alpha.9
|
|
36
|
+
|
|
37
|
+
## 1.52.0-alpha.8
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- dependencies updates: ([#19393](https://github.com/mastra-ai/mastra/pull/19393))
|
|
42
|
+
- Updated dependency [`@babel/core@^8.0.1` ↗︎](https://www.npmjs.com/package/@babel/core/v/8.0.1) (from `^7.29.7`, in `dependencies`)
|
|
43
|
+
- 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`)
|
|
44
|
+
- Updated dependency [`@babel/traverse@^8.0.4` ↗︎](https://www.npmjs.com/package/@babel/traverse/v/8.0.4) (from `^7.29.7`, in `dependencies`)
|
|
45
|
+
- Removed dependency [`@types/babel__traverse@^7.28.0` ↗︎](https://www.npmjs.com/package/@types/babel__traverse/v/7.28.0) (from `dependencies`)
|
|
46
|
+
|
|
47
|
+
- Fixed Babel 8 compatibility for build-time transforms. ([#19393](https://github.com/mastra-ai/mastra/pull/19393))
|
|
48
|
+
|
|
49
|
+
- 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)]:
|
|
50
|
+
- @mastra/core@1.52.0-alpha.8
|
|
51
|
+
- @mastra/server@1.52.0-alpha.8
|
|
52
|
+
|
|
53
|
+
## 1.52.0-alpha.7
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- 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)]:
|
|
58
|
+
- @mastra/core@1.52.0-alpha.7
|
|
59
|
+
- @mastra/server@1.52.0-alpha.7
|
|
60
|
+
|
|
61
|
+
## 1.52.0-alpha.6
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- 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)]:
|
|
66
|
+
- @mastra/core@1.52.0-alpha.6
|
|
67
|
+
- @mastra/server@1.52.0-alpha.6
|
|
68
|
+
|
|
69
|
+
## 1.52.0-alpha.5
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 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)]:
|
|
74
|
+
- @mastra/core@1.52.0-alpha.5
|
|
75
|
+
- @mastra/server@1.52.0-alpha.5
|
|
76
|
+
|
|
77
|
+
## 1.52.0-alpha.4
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [[`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e)]:
|
|
82
|
+
- @mastra/core@1.52.0-alpha.4
|
|
83
|
+
- @mastra/server@1.52.0-alpha.4
|
|
84
|
+
|
|
85
|
+
## 1.52.0-alpha.3
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- 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)]:
|
|
90
|
+
- @mastra/core@1.52.0-alpha.3
|
|
91
|
+
- @mastra/server@1.52.0-alpha.3
|
|
92
|
+
|
|
93
|
+
## 1.52.0-alpha.2
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- 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)]:
|
|
98
|
+
- @mastra/server@1.52.0-alpha.2
|
|
99
|
+
- @mastra/core@1.52.0-alpha.2
|
|
100
|
+
|
|
101
|
+
## 1.51.1-alpha.1
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- Fixed "Error: ENOTDIR: not a directory, open '...chunk-XYZ.js/package.json'" errors being printed during `mastra build` when using custom bundler options without `externals: true`. Package resolution no longer treats module files as directories when looking up dependency metadata, so builds run without these confusing (but harmless) errors in the output. ([#19514](https://github.com/mastra-ai/mastra/pull/19514))
|
|
106
|
+
|
|
107
|
+
- Updated dependencies:
|
|
108
|
+
- @mastra/core@1.51.1-alpha.1
|
|
109
|
+
- @mastra/server@1.51.1-alpha.1
|
|
110
|
+
|
|
3
111
|
## 1.51.1-alpha.0
|
|
4
112
|
|
|
5
113
|
### Patch Changes
|
package/dist/build/analyze.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
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;
|
|
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"}
|
package/dist/build/analyze.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-config-export.d.ts","sourceRoot":"","sources":["../../../src/build/babel/check-config-export.ts"],"names":[],"mappings":"
|
|
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 {
|
|
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>):
|
|
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,
|
|
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
|
|
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):
|
|
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":"
|
|
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
|
|
2
|
-
|
|
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":"
|
|
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
|
|
2
|
-
export declare function removeNonReferencedNodes():
|
|
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":"
|
|
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"}
|
package/dist/build/bundler.cjs
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunk3XIMK24X_cjs.createBundler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getInputOptions", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk3XIMK24X_cjs.getInputOptions; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "mastraInternalAliasPlugin", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk3XIMK24X_cjs.mastraInternalAliasPlugin; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "mastraToolsAliasPlugin", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk3XIMK24X_cjs.mastraToolsAliasPlugin; }
|
|
22
22
|
});
|
|
23
23
|
//# sourceMappingURL=bundler.cjs.map
|
|
24
24
|
//# sourceMappingURL=bundler.cjs.map
|
package/dist/build/bundler.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { createBundler, getInputOptions, mastraInternalAliasPlugin, mastraToolsAliasPlugin } from '../chunk-
|
|
1
|
+
export { createBundler, getInputOptions, mastraInternalAliasPlugin, mastraToolsAliasPlugin } from '../chunk-5PORNUPF.js';
|
|
2
2
|
//# sourceMappingURL=bundler.js.map
|
|
3
3
|
//# sourceMappingURL=bundler.js.map
|
package/dist/build/index.cjs
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
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
|
|
14
|
+
get: function () { return chunk5ODCZKB7_cjs.createWatcher; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "discoverFsAgents", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5ODCZKB7_cjs.discoverFsAgents; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "discoverFsSingleton", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk5ODCZKB7_cjs.discoverFsSingleton; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "discoverFsWorkflows", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk5ODCZKB7_cjs.discoverFsWorkflows; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "generateFsAgentsModule", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5ODCZKB7_cjs.generateFsAgentsModule; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "generateFsWorkflowsCodegen", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk5ODCZKB7_cjs.generateFsWorkflowsCodegen; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "getServerOptions", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk5ODCZKB7_cjs.getServerOptions; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "getWatcherInputOptions", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk5ODCZKB7_cjs.getInputOptions; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "mirrorFsAgentWorkspaces", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk5ODCZKB7_cjs.mirrorFsAgentWorkspaces; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "prepareFsAgentsEntry", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk5ODCZKB7_cjs.prepareFsAgentsEntry; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "writeFsAgentsEntry", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk5ODCZKB7_cjs.writeFsAgentsEntry; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "getBundlerOptions", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk36AWZH7Z_cjs.getBundlerOptions; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "analyzeBundle", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkYAIYFXQ6_cjs.analyzeBundle; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "createBundler", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk3XIMK24X_cjs.createBundler; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "getBundlerInputOptions", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk3XIMK24X_cjs.getInputOptions; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "Deps", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkFKKJQUGR_cjs.Deps; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "FileService", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkFKKJQUGR_cjs.FileService; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "detectRuntime", {
|
|
81
81
|
enumerable: true,
|
package/dist/build/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { createWatcher, discoverFsAgents, discoverFsSingleton, discoverFsWorkflows, generateFsAgentsModule, generateFsWorkflowsCodegen, getServerOptions, getInputOptions as getWatcherInputOptions, mirrorFsAgentWorkspaces, prepareFsAgentsEntry, writeFsAgentsEntry } from '../chunk-
|
|
2
|
-
export { getBundlerOptions } from '../chunk-
|
|
3
|
-
export { analyzeBundle } from '../chunk-
|
|
4
|
-
export { createBundler, getInputOptions as getBundlerInputOptions } from '../chunk-
|
|
5
|
-
export { Deps, FileService } from '../chunk-
|
|
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,
|
|
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,
|
|
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,
|
|
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"}
|
package/dist/bundler/index.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkSYWSF3OR_cjs.Bundler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "IS_DEFAULT", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkSYWSF3OR_cjs.IS_DEFAULT; }
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=index.cjs.map
|
|
16
16
|
//# sourceMappingURL=index.cjs.map
|
package/dist/bundler/index.js
CHANGED