@mastra/deployer 1.18.0-alpha.3 → 1.18.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.
- package/CHANGELOG.md +36 -0
- package/dist/build/analyze.cjs +2 -2
- package/dist/build/analyze.js +1 -1
- package/dist/build/bundler.cjs +3 -3
- package/dist/build/bundler.js +1 -1
- package/dist/build/index.cjs +21 -21
- package/dist/build/index.js +5 -5
- package/dist/build/utils.d.ts +0 -1
- package/dist/build/utils.d.ts.map +1 -1
- package/dist/bundler/index.cjs +3 -3
- package/dist/bundler/index.js +1 -1
- package/dist/{chunk-GLS7D4A3.cjs → chunk-4WS47OHX.cjs} +5 -5
- package/dist/{chunk-GLS7D4A3.cjs.map → chunk-4WS47OHX.cjs.map} +1 -1
- package/dist/{chunk-AOTTWLOP.js → chunk-5CIZPQD7.js} +3 -3
- package/dist/{chunk-AOTTWLOP.js.map → chunk-5CIZPQD7.js.map} +1 -1
- package/dist/{chunk-WE6YI3AK.js → chunk-623NUWWK.js} +2 -3
- package/dist/chunk-623NUWWK.js.map +1 -0
- package/dist/{chunk-B5USXDMT.cjs → chunk-BGHYAAUQ.cjs} +18 -18
- package/dist/{chunk-B5USXDMT.cjs.map → chunk-BGHYAAUQ.cjs.map} +1 -1
- package/dist/{chunk-SZ75EZWN.js → chunk-FHP3BLPN.js} +4 -4
- package/dist/{chunk-SZ75EZWN.js.map → chunk-FHP3BLPN.js.map} +1 -1
- package/dist/{chunk-OGT6CTFR.cjs → chunk-FW32XJQ4.cjs} +17 -17
- package/dist/{chunk-OGT6CTFR.cjs.map → chunk-FW32XJQ4.cjs.map} +1 -1
- package/dist/{chunk-2RU6OIOO.cjs → chunk-GMMAH4KR.cjs} +7 -7
- package/dist/{chunk-2RU6OIOO.cjs.map → chunk-GMMAH4KR.cjs.map} +1 -1
- package/dist/{chunk-NIAXRTMW.cjs → chunk-JEOQFJU4.cjs} +48 -48
- package/dist/{chunk-NIAXRTMW.cjs.map → chunk-JEOQFJU4.cjs.map} +1 -1
- package/dist/{chunk-YFCCHGLW.js → chunk-LKJ22R2Y.js} +7 -7
- package/dist/{chunk-YFCCHGLW.js.map → chunk-LKJ22R2Y.js.map} +1 -1
- package/dist/{chunk-H6E5BOTO.cjs → chunk-OIMLB3SD.cjs} +16 -16
- package/dist/{chunk-H6E5BOTO.cjs.map → chunk-OIMLB3SD.cjs.map} +1 -1
- package/dist/{chunk-DL4G7EQR.cjs → chunk-QTRSKNOJ.cjs} +2 -3
- package/dist/chunk-QTRSKNOJ.cjs.map +1 -0
- package/dist/{chunk-2L3BCWCW.js → chunk-RE3W3U5V.js} +7 -7
- package/dist/{chunk-2L3BCWCW.js.map → chunk-RE3W3U5V.js.map} +1 -1
- package/dist/{chunk-3CJ2L6RV.js → chunk-TBCD7NEN.js} +3 -3
- package/dist/{chunk-3CJ2L6RV.js.map → chunk-TBCD7NEN.js.map} +1 -1
- package/dist/{chunk-CMKPJPL4.js → chunk-WRKEX2X3.js} +4 -4
- package/dist/{chunk-CMKPJPL4.js.map → chunk-WRKEX2X3.js.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.js +2 -2
- package/dist/server/index.cjs +6 -7
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +3 -4
- package/dist/server/index.js.map +1 -1
- package/dist/validator/custom-resolver.cjs +3 -3
- package/dist/validator/custom-resolver.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-DL4G7EQR.cjs.map +0 -1
- package/dist/chunk-WE6YI3AK.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk4WS47OHX_cjs = require('./chunk-4WS47OHX.cjs');
|
|
4
|
+
var chunkQTRSKNOJ_cjs = require('./chunk-QTRSKNOJ.cjs');
|
|
5
5
|
var fs = require('fs');
|
|
6
6
|
var promises = require('fs/promises');
|
|
7
7
|
var path = require('path');
|
|
@@ -157,7 +157,7 @@ async function getWorkspaceInformation({
|
|
|
157
157
|
mastraEntryFile
|
|
158
158
|
}) {
|
|
159
159
|
const closestPkgJson = pkg__namespace.up({ cwd: path.dirname(mastraEntryFile) });
|
|
160
|
-
const location = closestPkgJson ? path.dirname(
|
|
160
|
+
const location = closestPkgJson ? path.dirname(chunkQTRSKNOJ_cjs.slash(closestPkgJson)) : chunkQTRSKNOJ_cjs.slash(process.cwd());
|
|
161
161
|
const workspaces = await findWorkspaces.findWorkspaces(dir, { cache: workspacesCache });
|
|
162
162
|
const _workspaceMap = new Map(
|
|
163
163
|
workspaces?.map((workspace) => [
|
|
@@ -286,7 +286,7 @@ var DEPRECATED_EXTERNALS = ["fastembed", "nodemailer", "jsdom", "sqlite3"];
|
|
|
286
286
|
|
|
287
287
|
// src/build/analyze/analyzeEntry.ts
|
|
288
288
|
function getInputPlugins({ entry, isVirtualFile }, mastraEntry, { sourcemapEnabled }) {
|
|
289
|
-
const normalizedMastraEntry =
|
|
289
|
+
const normalizedMastraEntry = chunkQTRSKNOJ_cjs.slash(mastraEntry);
|
|
290
290
|
let virtualPlugin = null;
|
|
291
291
|
if (isVirtualFile) {
|
|
292
292
|
virtualPlugin = virtual__default.default({
|
|
@@ -300,13 +300,13 @@ function getInputPlugins({ entry, isVirtualFile }, mastraEntry, { sourcemapEnabl
|
|
|
300
300
|
}
|
|
301
301
|
plugins.push(
|
|
302
302
|
...[
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
chunk4WS47OHX_cjs.tsConfigPaths(),
|
|
304
|
+
chunk4WS47OHX_cjs.protocolExternalResolver(),
|
|
305
305
|
{
|
|
306
306
|
name: "custom-alias-resolver",
|
|
307
307
|
resolveId(id) {
|
|
308
308
|
if (id === "#server") {
|
|
309
|
-
return
|
|
309
|
+
return chunkQTRSKNOJ_cjs.slash(url.fileURLToPath(undefined("@mastra/deployer/server")));
|
|
310
310
|
}
|
|
311
311
|
if (id === "#mastra") {
|
|
312
312
|
return normalizedMastraEntry;
|
|
@@ -317,17 +317,17 @@ function getInputPlugins({ entry, isVirtualFile }, mastraEntry, { sourcemapEnabl
|
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
319
|
json__default.default(),
|
|
320
|
-
|
|
320
|
+
chunk4WS47OHX_cjs.esbuild(),
|
|
321
321
|
commonjs__default.default({
|
|
322
322
|
strictRequires: "debug",
|
|
323
323
|
ignoreTryCatch: false,
|
|
324
324
|
transformMixedEsModules: true,
|
|
325
325
|
extensions: [".js", ".ts"]
|
|
326
326
|
}),
|
|
327
|
-
|
|
327
|
+
chunk4WS47OHX_cjs.removeDeployer(mastraEntry, {
|
|
328
328
|
sourcemap: sourcemapEnabled
|
|
329
329
|
}),
|
|
330
|
-
|
|
330
|
+
chunk4WS47OHX_cjs.esbuild()
|
|
331
331
|
]
|
|
332
332
|
);
|
|
333
333
|
return plugins;
|
|
@@ -344,18 +344,18 @@ async function captureDependenciesToOptimize(output, workspaceMap, projectRoot,
|
|
|
344
344
|
}
|
|
345
345
|
let entryRootPath = projectRoot;
|
|
346
346
|
if (!output.facadeModuleId.startsWith("\0virtual:")) {
|
|
347
|
-
entryRootPath = await
|
|
347
|
+
entryRootPath = await chunk4WS47OHX_cjs.getPackageRootPath(output.facadeModuleId) || projectRoot;
|
|
348
348
|
}
|
|
349
349
|
for (const [dependency, bindings] of Object.entries(output.importedBindings)) {
|
|
350
|
-
if (!
|
|
350
|
+
if (!chunkQTRSKNOJ_cjs.isBareModuleSpecifier(dependency)) {
|
|
351
351
|
continue;
|
|
352
352
|
}
|
|
353
|
-
const pkgName =
|
|
353
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(dependency);
|
|
354
354
|
let rootPath = null;
|
|
355
355
|
let isWorkspace = false;
|
|
356
356
|
let version;
|
|
357
357
|
if (pkgName) {
|
|
358
|
-
rootPath = await
|
|
358
|
+
rootPath = await chunk4WS47OHX_cjs.getPackageRootPath(dependency, entryRootPath);
|
|
359
359
|
isWorkspace = workspaceMap.has(pkgName);
|
|
360
360
|
if (rootPath) {
|
|
361
361
|
try {
|
|
@@ -365,7 +365,7 @@ async function captureDependenciesToOptimize(output, workspaceMap, projectRoot,
|
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
const normalizedRootPath = rootPath ?
|
|
368
|
+
const normalizedRootPath = rootPath ? chunkQTRSKNOJ_cjs.slash(rootPath) : null;
|
|
369
369
|
depsToOptimize.set(dependency, {
|
|
370
370
|
exports: bindings,
|
|
371
371
|
rootPath: normalizedRootPath,
|
|
@@ -424,12 +424,12 @@ async function captureDependenciesToOptimize(output, workspaceMap, projectRoot,
|
|
|
424
424
|
const dynamicImports = output.dynamicImports.filter((d) => !DEPS_TO_IGNORE.includes(d));
|
|
425
425
|
if (dynamicImports.length) {
|
|
426
426
|
for (const dynamicImport of dynamicImports) {
|
|
427
|
-
if (!depsToOptimize.has(dynamicImport) &&
|
|
428
|
-
const pkgName =
|
|
427
|
+
if (!depsToOptimize.has(dynamicImport) && chunkQTRSKNOJ_cjs.isBareModuleSpecifier(dynamicImport)) {
|
|
428
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(dynamicImport);
|
|
429
429
|
let version;
|
|
430
430
|
let rootPath = null;
|
|
431
431
|
if (pkgName) {
|
|
432
|
-
rootPath = await
|
|
432
|
+
rootPath = await chunk4WS47OHX_cjs.getPackageRootPath(dynamicImport, entryRootPath);
|
|
433
433
|
if (rootPath) {
|
|
434
434
|
try {
|
|
435
435
|
const pkgJson = await esm.readJSON(`${rootPath}/package.json`);
|
|
@@ -440,7 +440,7 @@ async function captureDependenciesToOptimize(output, workspaceMap, projectRoot,
|
|
|
440
440
|
}
|
|
441
441
|
depsToOptimize.set(dynamicImport, {
|
|
442
442
|
exports: ["*"],
|
|
443
|
-
rootPath: rootPath ?
|
|
443
|
+
rootPath: rootPath ? chunkQTRSKNOJ_cjs.slash(rootPath) : null,
|
|
444
444
|
isWorkspace: false,
|
|
445
445
|
version
|
|
446
446
|
});
|
|
@@ -514,7 +514,7 @@ function moduleResolveMap(externals, projectRoot) {
|
|
|
514
514
|
}
|
|
515
515
|
for (const importedId of info.importedIds) {
|
|
516
516
|
for (const external of externals) {
|
|
517
|
-
if (
|
|
517
|
+
if (chunkQTRSKNOJ_cjs.isDependencyPartOfPackage(importedId, external)) {
|
|
518
518
|
importMap.set(external, info.id);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
@@ -526,9 +526,9 @@ function moduleResolveMap(externals, projectRoot) {
|
|
|
526
526
|
if (chunk.type === "chunk") {
|
|
527
527
|
for (const [external, resolvedFrom] of importMap) {
|
|
528
528
|
if (chunk.moduleIds.includes(resolvedFrom)) {
|
|
529
|
-
const fullPath = url.pathToFileURL(
|
|
529
|
+
const fullPath = url.pathToFileURL(chunkQTRSKNOJ_cjs.slash(path.join(projectRoot, fileName))).toString();
|
|
530
530
|
const innerMap = resolveMap.get(fullPath) || /* @__PURE__ */ new Map();
|
|
531
|
-
innerMap.set(external, url.pathToFileURL(
|
|
531
|
+
innerMap.set(external, url.pathToFileURL(chunkQTRSKNOJ_cjs.slash(resolvedFrom)).toString());
|
|
532
532
|
resolveMap.set(fullPath, innerMap);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
@@ -594,7 +594,7 @@ function nodeGypDetector() {
|
|
|
594
594
|
|
|
595
595
|
// src/build/analyze/bundleExternals.ts
|
|
596
596
|
function prepareEntryFileName(name, rootDir) {
|
|
597
|
-
return
|
|
597
|
+
return chunkQTRSKNOJ_cjs.rollupSafeName(name, rootDir);
|
|
598
598
|
}
|
|
599
599
|
function createVirtualDependencies(depsToOptimize, {
|
|
600
600
|
projectRoot,
|
|
@@ -644,7 +644,7 @@ function createVirtualDependencies(depsToOptimize, {
|
|
|
644
644
|
continue;
|
|
645
645
|
}
|
|
646
646
|
const fileName = posix.basename(currentDepPath.name);
|
|
647
|
-
const entryName = prepareEntryFileName(
|
|
647
|
+
const entryName = prepareEntryFileName(chunkQTRSKNOJ_cjs.getCompiledDepCachePath(rootPath, fileName), rootDir);
|
|
648
648
|
fileNameToDependencyMap.set(entryName, dep);
|
|
649
649
|
optimizedDependencyEntries.set(dep, {
|
|
650
650
|
...currentDepPath,
|
|
@@ -664,9 +664,9 @@ async function getInputPlugins2(virtualDependencies, {
|
|
|
664
664
|
}) {
|
|
665
665
|
const transpilePackagesMap = /* @__PURE__ */ new Map();
|
|
666
666
|
for (const pkg2 of transpilePackages) {
|
|
667
|
-
const dir = await
|
|
667
|
+
const dir = await chunk4WS47OHX_cjs.getPackageRootPath(pkg2);
|
|
668
668
|
if (dir) {
|
|
669
|
-
transpilePackagesMap.set(pkg2,
|
|
669
|
+
transpilePackagesMap.set(pkg2, chunkQTRSKNOJ_cjs.slash(dir));
|
|
670
670
|
} else {
|
|
671
671
|
transpilePackagesMap.set(pkg2, workspaceMap.get(pkg2)?.location ?? pkg2);
|
|
672
672
|
}
|
|
@@ -681,10 +681,10 @@ async function getInputPlugins2(virtualDependencies, {
|
|
|
681
681
|
{}
|
|
682
682
|
)
|
|
683
683
|
),
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
transpilePackagesMap.size ?
|
|
684
|
+
chunk4WS47OHX_cjs.tsConfigPaths(),
|
|
685
|
+
chunk4WS47OHX_cjs.protocolExternalResolver(),
|
|
686
|
+
chunk4WS47OHX_cjs.subpathExternalsResolver(externals),
|
|
687
|
+
transpilePackagesMap.size ? chunk4WS47OHX_cjs.esbuild({
|
|
688
688
|
format: "esm",
|
|
689
689
|
include: [
|
|
690
690
|
// Match files from transpilePackages by their actual directory paths
|
|
@@ -739,8 +739,8 @@ async function getInputPlugins2(virtualDependencies, {
|
|
|
739
739
|
transformMixedEsModules: true,
|
|
740
740
|
ignoreTryCatch: false
|
|
741
741
|
}),
|
|
742
|
-
bundlerOptions.noBundling ? null : nodeResolve__default.default(
|
|
743
|
-
bundlerOptions.noBundling ?
|
|
742
|
+
bundlerOptions.noBundling ? null : nodeResolve__default.default(chunkQTRSKNOJ_cjs.getNodeResolveOptions(platform)),
|
|
743
|
+
bundlerOptions.noBundling ? chunk4WS47OHX_cjs.esmShim() : null,
|
|
744
744
|
// hono is imported from deployer, so we need to resolve from here instead of the project root
|
|
745
745
|
aliasHono(),
|
|
746
746
|
json__default.default(),
|
|
@@ -833,9 +833,9 @@ async function buildExternalDependencies(virtualDependencies, {
|
|
|
833
833
|
if (noBundling) {
|
|
834
834
|
const importedFromPackages = /* @__PURE__ */ new Set();
|
|
835
835
|
for (const moduleId of chunkInfo.moduleIds) {
|
|
836
|
-
const normalized =
|
|
836
|
+
const normalized = chunkQTRSKNOJ_cjs.slash(moduleId);
|
|
837
837
|
for (const [pkgName, pkgInfo] of workspaceMap.entries()) {
|
|
838
|
-
const location =
|
|
838
|
+
const location = chunkQTRSKNOJ_cjs.slash(pkgInfo.location);
|
|
839
839
|
if (normalized.startsWith(location)) {
|
|
840
840
|
importedFromPackages.add(pkgName);
|
|
841
841
|
break;
|
|
@@ -857,7 +857,7 @@ async function buildExternalDependencies(virtualDependencies, {
|
|
|
857
857
|
if (importedFromPackages.size === 1) {
|
|
858
858
|
const [pkgName] = importedFromPackages;
|
|
859
859
|
const workspaceLocation = workspaceMap.get(pkgName).location;
|
|
860
|
-
return prepareEntryFileName(
|
|
860
|
+
return prepareEntryFileName(chunkQTRSKNOJ_cjs.getCompiledDepCachePath(workspaceLocation, "[name].mjs"), rootDir);
|
|
861
861
|
}
|
|
862
862
|
}
|
|
863
863
|
return `${outputDirRelative}/[name].mjs`;
|
|
@@ -871,7 +871,7 @@ async function buildExternalDependencies(virtualDependencies, {
|
|
|
871
871
|
function findExternalImporter(module, external, allOutputs) {
|
|
872
872
|
const capturedFiles = /* @__PURE__ */ new Set();
|
|
873
873
|
for (const id of module.imports) {
|
|
874
|
-
if (
|
|
874
|
+
if (chunkQTRSKNOJ_cjs.isDependencyPartOfPackage(id, external)) {
|
|
875
875
|
return module;
|
|
876
876
|
} else {
|
|
877
877
|
if (id.endsWith(".mjs")) {
|
|
@@ -1272,10 +1272,10 @@ async function validateOutput({
|
|
|
1272
1272
|
};
|
|
1273
1273
|
for (const deps of Object.values(usedExternals)) {
|
|
1274
1274
|
for (const dep of Object.keys(deps)) {
|
|
1275
|
-
if (
|
|
1275
|
+
if (chunkQTRSKNOJ_cjs.isExternalProtocolImport(dep)) {
|
|
1276
1276
|
continue;
|
|
1277
1277
|
}
|
|
1278
|
-
const pkgName =
|
|
1278
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(dep);
|
|
1279
1279
|
if (pkgName) {
|
|
1280
1280
|
const versionInfo = depsVersionInfo.get(dep) || depsVersionInfo.get(pkgName) || {};
|
|
1281
1281
|
result.externalDependencies.set(pkgName, versionInfo);
|
|
@@ -1359,9 +1359,9 @@ If you think your configuration is valid, please open an issue.`);
|
|
|
1359
1359
|
});
|
|
1360
1360
|
await promises.writeFile(path.join(outputDir, `entry-${index++}.mjs`), analyzeResult.output.code);
|
|
1361
1361
|
for (const [dep, metadata] of analyzeResult.dependencies.entries()) {
|
|
1362
|
-
const isPartOfExternals = allExternals.some((external) =>
|
|
1362
|
+
const isPartOfExternals = allExternals.some((external) => chunkQTRSKNOJ_cjs.isDependencyPartOfPackage(dep, external));
|
|
1363
1363
|
if (isPartOfExternals || externalsPreset && !metadata.isWorkspace) {
|
|
1364
|
-
const pkgName =
|
|
1364
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(dep);
|
|
1365
1365
|
if (pkgName && !allUsedExternals.has(pkgName)) {
|
|
1366
1366
|
allUsedExternals.set(pkgName, {
|
|
1367
1367
|
version: metadata.version
|
|
@@ -1402,11 +1402,11 @@ If you think your configuration is valid, please open an issue.`);
|
|
|
1402
1402
|
platform
|
|
1403
1403
|
});
|
|
1404
1404
|
const relativeWorkspaceFolderPaths = Array.from(workspaceMap.values()).map(
|
|
1405
|
-
(pkgInfo) =>
|
|
1405
|
+
(pkgInfo) => chunkQTRSKNOJ_cjs.slash(path.relative(workspaceRoot || projectRoot, pkgInfo.location))
|
|
1406
1406
|
);
|
|
1407
1407
|
const depsVersionInfo = /* @__PURE__ */ new Map();
|
|
1408
1408
|
for (const [dep, metadata] of depsToOptimize.entries()) {
|
|
1409
|
-
const pkgName =
|
|
1409
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(dep);
|
|
1410
1410
|
if (pkgName && metadata.version) {
|
|
1411
1411
|
depsVersionInfo.set(pkgName, {
|
|
1412
1412
|
version: metadata.version
|
|
@@ -1423,19 +1423,19 @@ If you think your configuration is valid, please open an issue.`);
|
|
|
1423
1423
|
continue;
|
|
1424
1424
|
}
|
|
1425
1425
|
for (const i of o.imports) {
|
|
1426
|
-
if (
|
|
1426
|
+
if (chunkQTRSKNOJ_cjs.isBuiltinModule(i)) {
|
|
1427
1427
|
continue;
|
|
1428
1428
|
}
|
|
1429
1429
|
if (i.startsWith(".") || i.startsWith("/")) {
|
|
1430
1430
|
continue;
|
|
1431
1431
|
}
|
|
1432
|
-
if (!
|
|
1432
|
+
if (!chunkQTRSKNOJ_cjs.isBareModuleSpecifier(i) || chunkQTRSKNOJ_cjs.isExternalProtocolImport(i)) {
|
|
1433
1433
|
continue;
|
|
1434
1434
|
}
|
|
1435
1435
|
if (relativeWorkspaceFolderPaths.some((workspacePath) => i.startsWith(workspacePath))) {
|
|
1436
1436
|
continue;
|
|
1437
1437
|
}
|
|
1438
|
-
const pkgName =
|
|
1438
|
+
const pkgName = chunkQTRSKNOJ_cjs.getPackageName(i);
|
|
1439
1439
|
if (pkgName && !allUsedExternals.has(pkgName)) {
|
|
1440
1440
|
const versionInfo = depsVersionInfo.get(i) || depsVersionInfo.get(pkgName) || {};
|
|
1441
1441
|
allUsedExternals.set(pkgName, versionInfo);
|
|
@@ -1456,7 +1456,7 @@ If you think your configuration is valid, please open an issue.`);
|
|
|
1456
1456
|
);
|
|
1457
1457
|
const mergedExternalDeps = new Map(result.externalDependencies);
|
|
1458
1458
|
for (const [dep, info] of allUsedExternals) {
|
|
1459
|
-
if (
|
|
1459
|
+
if (chunkQTRSKNOJ_cjs.isExternalProtocolImport(dep)) {
|
|
1460
1460
|
continue;
|
|
1461
1461
|
}
|
|
1462
1462
|
const existing = mergedExternalDeps.get(dep);
|
|
@@ -1483,5 +1483,5 @@ If you think your configuration is valid, please open an issue.`);
|
|
|
1483
1483
|
exports.aliasHono = aliasHono;
|
|
1484
1484
|
exports.analyzeBundle = analyzeBundle;
|
|
1485
1485
|
exports.getWorkspaceInformation = getWorkspaceInformation;
|
|
1486
|
-
//# sourceMappingURL=chunk-
|
|
1487
|
-
//# sourceMappingURL=chunk-
|
|
1486
|
+
//# sourceMappingURL=chunk-JEOQFJU4.cjs.map
|
|
1487
|
+
//# sourceMappingURL=chunk-JEOQFJU4.cjs.map
|