@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.
- package/CHANGELOG.md +75 -0
- package/dist/_types/@hono_node-server/dist/index.d.mts +101 -0
- package/dist/{analyze-mZfLnmw2.js → analyze-7xxwhB5F.js} +11 -4
- package/dist/{analyze-mZfLnmw2.js.map → analyze-7xxwhB5F.js.map} +1 -1
- package/dist/{analyze-C6SiypMS.cjs → analyze-D100622N.cjs} +11 -4
- package/dist/{analyze-C6SiypMS.cjs.map → analyze-D100622N.cjs.map} +1 -1
- package/dist/build/analyze.cjs +1 -1
- package/dist/build/analyze.d.ts.map +1 -1
- package/dist/build/analyze.js +1 -1
- package/dist/build/fs-routing/codegen.d.ts.map +1 -1
- package/dist/build/fs-routing/discover.d.ts +42 -0
- package/dist/build/fs-routing/discover.d.ts.map +1 -1
- package/dist/build/index.cjs +3 -3
- package/dist/build/index.js +3 -3
- package/dist/{build-C3NTU5IS.cjs → build-33wIyA35.cjs} +135 -7
- package/dist/build-33wIyA35.cjs.map +1 -0
- package/dist/{build-DCvdjuKW.js → build-xd6t8qiR.js} +131 -3
- package/dist/build-xd6t8qiR.js.map +1 -0
- package/dist/bundler/index.cjs +165 -4
- package/dist/bundler/index.cjs.map +1 -1
- package/dist/bundler/index.d.ts +51 -1
- package/dist/bundler/index.d.ts.map +1 -1
- package/dist/bundler/index.js +165 -7
- package/dist/bundler/index.js.map +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/server/index.cjs +877 -164
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.js +877 -163
- package/dist/server/index.js.map +1 -1
- package/dist/services/deps.d.ts +3 -1
- package/dist/services/deps.d.ts.map +1 -1
- package/dist/services/index.cjs +1 -1
- package/dist/services/index.js +1 -1
- package/dist/{services-CHz7RuZ1.js → services-BRF1RRXB.js} +39 -4
- package/dist/services-BRF1RRXB.js.map +1 -0
- package/dist/{services-Cw3Ho44Z.cjs → services-_ksvysL5.cjs} +39 -4
- package/dist/services-_ksvysL5.cjs.map +1 -0
- package/package.json +9 -8
- package/dist/_types/@hono_node-server/dist/index.d.ts +0 -8
- package/dist/_types/@hono_node-server/dist/listener.d.ts +0 -13
- package/dist/_types/@hono_node-server/dist/request.d.ts +0 -25
- package/dist/_types/@hono_node-server/dist/server.d.ts +0 -10
- package/dist/_types/@hono_node-server/dist/types.d.ts +0 -44
- package/dist/build-C3NTU5IS.cjs.map +0 -1
- package/dist/build-DCvdjuKW.js.map +0 -1
- package/dist/services-CHz7RuZ1.js.map +0 -1
- package/dist/services-Cw3Ho44Z.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.58.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed `mastra build` so the generated output keeps the dependency version ranges declared in your app's `package.json`, instead of pinning whatever version happened to be installed. An app that depends on `zod: ^4.3.6` next to a hoisted `zod@3.25.76` now gets `^4.3.6` in `.mastra/output/package.json`, so the isolated install resolves the version the app asked for. A package pinned through `overrides`, `resolutions`, `pnpm.overrides` or `pnpm-workspace.yaml` keeps its resolved version, since that version was chosen deliberately. Specifiers the output directory cannot resolve, such as `catalog:`, `workspace:`, `file:`, `link:` and git URLs, keep using the resolved version too. ([#17915](https://github.com/mastra-ai/mastra/pull/17915))
|
|
8
|
+
|
|
9
|
+
- Fixed deployment artifact generation to reject invalid pnpm build approvals and preserve configured native dependencies without loading their binaries during validation. ([#20719](https://github.com/mastra-ai/mastra/pull/20719))
|
|
10
|
+
|
|
11
|
+
- Fixed bundler validation failing when a workspace package transitively imports a third-party dependency that was already listed in `bundler.externals`. The validation subprocess now stubs user-configured externals, matching the bundler's own treatment of them. ([#16639](https://github.com/mastra-ai/mastra/pull/16639))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`e7109ee`](https://github.com/mastra-ai/mastra/commit/e7109ee6f731bacc79c885906f3c7dca8d8f013a), [`697d059`](https://github.com/mastra-ai/mastra/commit/697d05953049bf6d09e89646c137b76f8ed472ad), [`772c0c8`](https://github.com/mastra-ai/mastra/commit/772c0c897cec383258de2e6178147f8014767c7b), [`578bf2e`](https://github.com/mastra-ai/mastra/commit/578bf2e6a88e9d5b8bf502204e15a95dfbb679ae), [`9deeb52`](https://github.com/mastra-ai/mastra/commit/9deeb521d0016e36417491bd04aed170c2f9b155), [`06b2d87`](https://github.com/mastra-ai/mastra/commit/06b2d87e63bcdd0ed59215c6789692b9b12de376), [`ac01d63`](https://github.com/mastra-ai/mastra/commit/ac01d6355974aec73fdb8781449ed12bac582094), [`a810a05`](https://github.com/mastra-ai/mastra/commit/a810a058f62ad407cfc1701e0be36ae91145d7cf), [`f8da216`](https://github.com/mastra-ai/mastra/commit/f8da21633e7eb0e31c9ce0fc30567870d19416d3), [`6f6a8de`](https://github.com/mastra-ai/mastra/commit/6f6a8de847dc702c98d1a1421ca41da41b011dcd), [`6104347`](https://github.com/mastra-ai/mastra/commit/61043473ba6bfd0a25156824e853e13165562e6c), [`45bfb88`](https://github.com/mastra-ai/mastra/commit/45bfb88fd52f1dd3be20e2a38905777c96499c90), [`0320d2e`](https://github.com/mastra-ai/mastra/commit/0320d2e1845ae4780c6b1a41a0d85981087ba8e0), [`e3b9307`](https://github.com/mastra-ai/mastra/commit/e3b9307098daefbfae2a52ae2ef51bc9fc701190), [`d6834c5`](https://github.com/mastra-ai/mastra/commit/d6834c5a7866b16734d23900163c2414ed70d791), [`c52d346`](https://github.com/mastra-ai/mastra/commit/c52d3462ec831a5d95926ecd3d3373f5928ad2e5), [`0023e79`](https://github.com/mastra-ai/mastra/commit/0023e7919431078280abd11c89d1edeae35fcc69), [`c2ad51e`](https://github.com/mastra-ai/mastra/commit/c2ad51e2467f901eecba8c9f4a45e22a50bd7c18), [`772c0c8`](https://github.com/mastra-ai/mastra/commit/772c0c897cec383258de2e6178147f8014767c7b), [`06b2d87`](https://github.com/mastra-ai/mastra/commit/06b2d87e63bcdd0ed59215c6789692b9b12de376), [`3dc97ea`](https://github.com/mastra-ai/mastra/commit/3dc97ea415fad353b48a13095fad1835933cc12a), [`3d01cd3`](https://github.com/mastra-ai/mastra/commit/3d01cd387321b6f9c5cac31d487c84bf51b19c78), [`7bf3086`](https://github.com/mastra-ai/mastra/commit/7bf308663f0115ca74ad20554ade740f06640859), [`a8dd139`](https://github.com/mastra-ai/mastra/commit/a8dd1391a9fe9a6632c25809ef236980afa9a020), [`e5786be`](https://github.com/mastra-ai/mastra/commit/e5786be02bb903073082bd9d6da880ebaacc343f), [`e5786be`](https://github.com/mastra-ai/mastra/commit/e5786be02bb903073082bd9d6da880ebaacc343f), [`2093fbd`](https://github.com/mastra-ai/mastra/commit/2093fbd53bb744bae19ec89f6d73db9a66fbe8a7), [`e7a5da4`](https://github.com/mastra-ai/mastra/commit/e7a5da4ef8e4dd452d2f232961b4e682a85ffe43), [`7b4393d`](https://github.com/mastra-ai/mastra/commit/7b4393d557411fdcf07b0e30e5acaf7cc85154ae)]:
|
|
14
|
+
- @mastra/core@1.58.0-alpha.1
|
|
15
|
+
- @mastra/server@1.58.0-alpha.1
|
|
16
|
+
|
|
17
|
+
## 1.58.0-alpha.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- **Added file-based schedules for agents** ([#20711](https://github.com/mastra-ai/mastra/pull/20711))
|
|
22
|
+
|
|
23
|
+
File-based agents can now declare recurring tasks in a `schedules/` directory next to their tools and skills. Mastra registers them into schedule storage at startup, so a scheduled agent no longer needs any runtime registration code.
|
|
24
|
+
|
|
25
|
+
Each file is one schedule: a cron expression plus exactly one execution mode. Prompt mode runs the owning agent with a fixed message.
|
|
26
|
+
|
|
27
|
+
```typescript
|
|
28
|
+
// src/mastra/agents/support/schedules/heartbeat.ts
|
|
29
|
+
import { defineSchedule } from '@mastra/core/agent';
|
|
30
|
+
|
|
31
|
+
export default defineSchedule({
|
|
32
|
+
cron: '*/5 * * * *',
|
|
33
|
+
prompt: 'Check system health and report any failures.',
|
|
34
|
+
});
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Handler mode computes the fire when it triggers, and returning `null` skips it.
|
|
38
|
+
|
|
39
|
+
```typescript
|
|
40
|
+
// src/mastra/agents/support/schedules/billing/sweep.ts
|
|
41
|
+
import { defineSchedule } from '@mastra/core/agent';
|
|
42
|
+
|
|
43
|
+
export default defineSchedule({
|
|
44
|
+
cron: '0 3 * * *',
|
|
45
|
+
handler: async () => {
|
|
46
|
+
const overdue = await findOverdueInvoices();
|
|
47
|
+
if (overdue.length === 0) return null;
|
|
48
|
+
return { prompt: `Chase ${overdue.length} overdue invoices.` };
|
|
49
|
+
},
|
|
50
|
+
});
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
A schedule's id is its path under `schedules/` with the extension stripped, so `billing/sweep.ts` becomes `billing/sweep` and stays stable across builds. Editing a cron patches the stored schedule and recomputes its next fire time, deleting the file deletes the schedule, and pausing a schedule through the API survives a redeploy. Schedules created with `mastra.schedules.create(...)` are in a separate namespace and are never touched by this sync.
|
|
54
|
+
|
|
55
|
+
A schedule can also be a Markdown file, using cron frontmatter with the document body as the prompt.
|
|
56
|
+
|
|
57
|
+
```text
|
|
58
|
+
// src/mastra/agents/support/schedules/cleanup.md
|
|
59
|
+
---
|
|
60
|
+
cron: "0 3 * * *"
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
Review tickets untouched for 30 days and close the ones that are resolved.
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Declaring a schedule is enough to start the scheduler. Schedules are supported on root agents only; a `schedules/` directory under `subagents/` fails the build, because the scheduler cannot resolve a subagent as a run target.
|
|
67
|
+
|
|
68
|
+
`defineSchedule` is exported from both `@mastra/core/agent` and `@mastra/core/schedules`, so authoring a file-based agent needs a single import path.
|
|
69
|
+
|
|
70
|
+
Build and dev support the same convention: schedules are discovered at build time, Markdown schedules fail the build with a message naming the file when the cron is missing, the body is empty, the frontmatter has an unknown field, or the YAML is unparseable. That last case has its own message because a leading `*` is a YAML alias, so `cron: */5 * * * *` needs quoting. The dev server rebuilds when a Markdown schedule changes.
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [[`45a9147`](https://github.com/mastra-ai/mastra/commit/45a914741f578754d79d8b7de7b4e4f304d8e14a), [`990611b`](https://github.com/mastra-ai/mastra/commit/990611ba76eb876d86c9c594371ae5f02f94b432), [`ed5d606`](https://github.com/mastra-ai/mastra/commit/ed5d606739c5e3fbdfa9f272df7809aa5ab43b1d)]:
|
|
75
|
+
- @mastra/core@1.58.0-alpha.0
|
|
76
|
+
- @mastra/server@1.58.0-alpha.0
|
|
77
|
+
|
|
3
78
|
## 1.57.0
|
|
4
79
|
|
|
5
80
|
### Patch Changes
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { IncomingMessage, Server, ServerOptions, ServerResponse, createServer } from "node:http";
|
|
2
|
+
import { Http2SecureServer, Http2Server, Http2ServerRequest, Http2ServerResponse, SecureServerOptions, ServerOptions as ServerOptions$1, createSecureServer, createServer as createServer$1 } from "node:http2";
|
|
3
|
+
import { Duplex } from "node:stream";
|
|
4
|
+
import { UpgradeWebSocket } from "hono/ws";
|
|
5
|
+
import { AddressInfo } from "node:net";
|
|
6
|
+
import { ServerOptions as ServerOptions$2, createServer as createServer$2 } from "node:https";
|
|
7
|
+
|
|
8
|
+
//#region src/websocket-types.d.ts
|
|
9
|
+
type WSReadyState = 0 | 1 | 2 | 3;
|
|
10
|
+
type WebSocketData = string | ArrayBuffer | Uint8Array | readonly Uint8Array[];
|
|
11
|
+
type WebSocketSendOptions = {
|
|
12
|
+
compress?: boolean;
|
|
13
|
+
};
|
|
14
|
+
interface WebSocketLike {
|
|
15
|
+
protocol: string;
|
|
16
|
+
readyState: WSReadyState;
|
|
17
|
+
close(code?: number, reason?: string): void;
|
|
18
|
+
send(data: string | ArrayBuffer | ArrayBufferView, options?: WebSocketSendOptions): void;
|
|
19
|
+
on(event: 'message', listener: (data: WebSocketData, isBinary: boolean) => void): this;
|
|
20
|
+
on(event: 'close', listener: (code: number, reason: Uint8Array) => void): this;
|
|
21
|
+
on(event: 'error', listener: (error: unknown) => void): this;
|
|
22
|
+
off(event: 'message', listener: (data: WebSocketData, isBinary: boolean) => void): this;
|
|
23
|
+
}
|
|
24
|
+
interface WebSocketServerLike {
|
|
25
|
+
options: {
|
|
26
|
+
noServer?: boolean;
|
|
27
|
+
};
|
|
28
|
+
on(event: 'connection', listener: (ws: WebSocketLike, request: IncomingMessage) => void): this;
|
|
29
|
+
on(event: 'headers', listener: (headers: string[]) => void): this;
|
|
30
|
+
off(event: 'headers', listener: (headers: string[]) => void): this;
|
|
31
|
+
emit(event: 'connection', ws: WebSocketLike, request: IncomingMessage): boolean;
|
|
32
|
+
handleUpgrade(request: IncomingMessage, socket: Duplex, head: Buffer, callback: (ws: WebSocketLike) => void): void;
|
|
33
|
+
close(): void;
|
|
34
|
+
}
|
|
35
|
+
//#endregion
|
|
36
|
+
//#region src/types.d.ts
|
|
37
|
+
type HttpBindings = {
|
|
38
|
+
incoming: IncomingMessage;
|
|
39
|
+
outgoing: ServerResponse;
|
|
40
|
+
};
|
|
41
|
+
type Http2Bindings = {
|
|
42
|
+
incoming: Http2ServerRequest;
|
|
43
|
+
outgoing: Http2ServerResponse;
|
|
44
|
+
};
|
|
45
|
+
type FetchCallback = (request: Request, env: HttpBindings | Http2Bindings) => Promise<unknown> | unknown;
|
|
46
|
+
type ServerType = Server | Http2Server | Http2SecureServer;
|
|
47
|
+
type createHttpOptions = {
|
|
48
|
+
serverOptions?: ServerOptions;
|
|
49
|
+
createServer?: typeof createServer;
|
|
50
|
+
};
|
|
51
|
+
type createHttpsOptions = {
|
|
52
|
+
serverOptions?: ServerOptions$2;
|
|
53
|
+
createServer?: typeof createServer$2;
|
|
54
|
+
};
|
|
55
|
+
type createHttp2Options = {
|
|
56
|
+
serverOptions?: ServerOptions$1;
|
|
57
|
+
createServer?: typeof createServer$1;
|
|
58
|
+
};
|
|
59
|
+
type createSecureHttp2Options = {
|
|
60
|
+
serverOptions?: SecureServerOptions;
|
|
61
|
+
createServer?: typeof createSecureServer;
|
|
62
|
+
};
|
|
63
|
+
type ServerOptions$3 = createHttpOptions | createHttpsOptions | createHttp2Options | createSecureHttp2Options;
|
|
64
|
+
type Options = {
|
|
65
|
+
fetch: FetchCallback;
|
|
66
|
+
overrideGlobalObjects?: boolean;
|
|
67
|
+
autoCleanupIncoming?: boolean;
|
|
68
|
+
port?: number;
|
|
69
|
+
hostname?: string;
|
|
70
|
+
websocket?: {
|
|
71
|
+
server: WebSocketServerLike;
|
|
72
|
+
};
|
|
73
|
+
} & ServerOptions$3;
|
|
74
|
+
type CustomErrorHandler = (err: unknown) => void | Response | Promise<void | Response>;
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/server.d.ts
|
|
77
|
+
declare const createAdaptorServer: (options: Options) => ServerType;
|
|
78
|
+
declare const serve: (options: Options, listeningListener?: (info: AddressInfo) => void) => ServerType;
|
|
79
|
+
//#endregion
|
|
80
|
+
//#region src/websocket.d.ts
|
|
81
|
+
type UpgradeWebSocketOptions = {
|
|
82
|
+
onError: (err: unknown) => void;
|
|
83
|
+
};
|
|
84
|
+
declare const upgradeWebSocket: UpgradeWebSocket<WebSocketLike, UpgradeWebSocketOptions>;
|
|
85
|
+
//#endregion
|
|
86
|
+
//#region src/listener.d.ts
|
|
87
|
+
declare const getRequestListener: (fetchCallback: FetchCallback, options?: {
|
|
88
|
+
hostname?: string;
|
|
89
|
+
errorHandler?: CustomErrorHandler;
|
|
90
|
+
overrideGlobalObjects?: boolean;
|
|
91
|
+
autoCleanupIncoming?: boolean;
|
|
92
|
+
}) => (incoming: IncomingMessage | Http2ServerRequest, outgoing: ServerResponse | Http2ServerResponse) => Promise<void>;
|
|
93
|
+
//#endregion
|
|
94
|
+
//#region src/error.d.ts
|
|
95
|
+
declare class RequestError extends Error {
|
|
96
|
+
constructor(message: string, options?: {
|
|
97
|
+
cause?: unknown;
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
//#endregion
|
|
101
|
+
export { type Http2Bindings, type HttpBindings, RequestError, type ServerType, type WebSocketData, type WebSocketLike, type WebSocketServerLike, createAdaptorServer, getRequestListener, serve, upgradeWebSocket };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as getPackageName, c as isBuiltinModule, f as rollupSafeName, i as getNodeResolveOptions, l as isDependencyPartOfPackage, p as slash, r as getCompiledDepCachePath, s as isBareModuleSpecifier, u as isExternalProtocolImport } from "./utils-FVOUvj-I.js";
|
|
2
|
-
import { i as DepsService } from "./services-
|
|
2
|
+
import { i as DepsService } from "./services-BRF1RRXB.js";
|
|
3
3
|
import { a as tsConfigPaths, c as protocolExternalResolver, d as getPackageRootPath, f as esmShim, i as mastraToolsAliasPlugin, o as subpathExternalsResolver, p as esbuild, r as mastraInternalAliasPlugin, s as removeDeployer, u as getPackageMetadata } from "./bundler-U9F2---r.js";
|
|
4
4
|
import { spawn } from "child_process";
|
|
5
5
|
import { existsSync } from "fs";
|
|
@@ -1205,7 +1205,7 @@ async function validateFile(root, file, { binaryMapData, moduleResolveMapLocatio
|
|
|
1205
1205
|
* @param workspaceMap - Map of workspace packages that gets directly passed through for later consumption
|
|
1206
1206
|
* @returns Analysis result containing dependency mappings
|
|
1207
1207
|
*/
|
|
1208
|
-
async function validateOutput({ output, reverseVirtualReferenceMap, usedExternals, outputDir, projectRoot, workspaceMap, depsVersionInfo }, logger) {
|
|
1208
|
+
async function validateOutput({ output, reverseVirtualReferenceMap, usedExternals, userExternals, outputDir, projectRoot, workspaceMap, depsVersionInfo }, logger) {
|
|
1209
1209
|
const result = {
|
|
1210
1210
|
dependencies: /* @__PURE__ */ new Map(),
|
|
1211
1211
|
externalDependencies: /* @__PURE__ */ new Map(),
|
|
@@ -1225,6 +1225,12 @@ async function validateOutput({ output, reverseVirtualReferenceMap, usedExternal
|
|
|
1225
1225
|
const binaryMap = await readFile(join(outputDir, "binary-map.json"), "utf-8");
|
|
1226
1226
|
binaryMapData = JSON.parse(binaryMap);
|
|
1227
1227
|
}
|
|
1228
|
+
const stubbedExternals = [.../* @__PURE__ */ new Set([
|
|
1229
|
+
...GLOBAL_EXTERNALS,
|
|
1230
|
+
...DEPS_TO_IGNORE,
|
|
1231
|
+
...userExternals,
|
|
1232
|
+
...result.externalDependencies.keys()
|
|
1233
|
+
])];
|
|
1228
1234
|
for (const file of output) {
|
|
1229
1235
|
if (file.type === "asset") continue;
|
|
1230
1236
|
logger.debug("Validating module", { fileName: file.fileName });
|
|
@@ -1234,7 +1240,7 @@ async function validateOutput({ output, reverseVirtualReferenceMap, usedExternal
|
|
|
1234
1240
|
moduleResolveMapLocation: join(outputDir, "module-resolve-map.json"),
|
|
1235
1241
|
logger,
|
|
1236
1242
|
workspaceMap,
|
|
1237
|
-
stubbedExternals
|
|
1243
|
+
stubbedExternals
|
|
1238
1244
|
});
|
|
1239
1245
|
}
|
|
1240
1246
|
return result;
|
|
@@ -1352,6 +1358,7 @@ async function analyzeBundle(entries, mastraEntry, { outputDir, projectRoot, pla
|
|
|
1352
1358
|
output,
|
|
1353
1359
|
reverseVirtualReferenceMap: fileNameToDependencyMap,
|
|
1354
1360
|
usedExternals,
|
|
1361
|
+
userExternals,
|
|
1355
1362
|
outputDir,
|
|
1356
1363
|
projectRoot: workspaceRoot || projectRoot,
|
|
1357
1364
|
workspaceMap,
|
|
@@ -1395,4 +1402,4 @@ async function analyzeBundle(entries, mastraEntry, { outputDir, projectRoot, pla
|
|
|
1395
1402
|
//#endregion
|
|
1396
1403
|
export { collectTransitiveWorkspaceDependencies as a, aliasHono as i, checkConfigExport as n, getWorkspaceInformation as o, bundleExternals as r, packWorkspaceDependencies as s, analyzeBundle as t };
|
|
1397
1404
|
|
|
1398
|
-
//# sourceMappingURL=analyze-
|
|
1405
|
+
//# sourceMappingURL=analyze-7xxwhB5F.js.map
|