dreamboard 0.1.10 → 0.1.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.
@@ -10145,7 +10145,7 @@ async function evaluateManifestSource(projectRoot) {
10145
10145
  target: ["node20"],
10146
10146
  write: false,
10147
10147
  logLevel: "silent",
10148
- plugins: [createRepoLocalPackageResolutionPlugin()]
10148
+ plugins: repoLocalPackageResolutionPlugins()
10149
10149
  });
10150
10150
  outputText = buildResult.outputFiles[0]?.text;
10151
10151
  } catch (error) {
@@ -10180,6 +10180,14 @@ async function evaluateManifestSource(projectRoot) {
10180
10180
  }
10181
10181
  return moduleRecord.default;
10182
10182
  }
10183
+ function repoLocalPackageResolutionPlugins() {
10184
+ try {
10185
+ const repoRoot = resolveCliRepoRoot(import.meta.url);
10186
+ return [createRepoLocalPackageResolutionPlugin({ repoRoot })];
10187
+ } catch {
10188
+ return [];
10189
+ }
10190
+ }
10183
10191
  function renderManifestSource(manifest) {
10184
10192
  return [
10185
10193
  'import { defineTopologyManifest } from "@dreamboard/sdk-types";',
@@ -26062,4 +26070,4 @@ export {
26062
26070
  test_default,
26063
26071
  runDreamboardCli
26064
26072
  };
26065
- //# sourceMappingURL=chunk-TAZKLT36.js.map
26073
+ //# sourceMappingURL=chunk-UKKYXDQT.js.map