dreamboard 0.1.23 → 0.1.24

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.
@@ -11454,6 +11454,13 @@ function readPackagedSdkDependencyRange(packageName, importMetaUrl = import.meta
11454
11454
  return packagedRange.trim();
11455
11455
  }
11456
11456
  function resolveSdkDependencyRange(packageName, importMetaUrl = import.meta.url) {
11457
+ const packagedRange = readPackagedSdkDependencyRange(
11458
+ packageName,
11459
+ importMetaUrl
11460
+ );
11461
+ if (packagedRange) {
11462
+ return packagedRange;
11463
+ }
11457
11464
  try {
11458
11465
  const repoRoot = resolveCliRepoRoot(importMetaUrl);
11459
11466
  const packageJsonPath = path7.join(
@@ -11466,13 +11473,6 @@ function resolveSdkDependencyRange(packageName, importMetaUrl = import.meta.url)
11466
11473
  }
11467
11474
  } catch {
11468
11475
  }
11469
- const packagedRange = readPackagedSdkDependencyRange(
11470
- packageName,
11471
- importMetaUrl
11472
- );
11473
- if (packagedRange) {
11474
- return packagedRange;
11475
- }
11476
11476
  return DEFAULT_SDK_DEPENDENCY_RANGES[packageName];
11477
11477
  }
11478
11478
  function normalizeImportPath(relativePath) {
@@ -27115,7 +27115,7 @@ function runDreamboardCli(internalSubCommands = {}) {
27115
27115
  const main = defineCommand({
27116
27116
  meta: {
27117
27117
  name: "dreamboard",
27118
- version: "0.1.23",
27118
+ version: "0.1.24",
27119
27119
  description: "Dreamboard CLI \u2014 game development platform"
27120
27120
  },
27121
27121
  subCommands
@@ -27171,4 +27171,4 @@ export {
27171
27171
  test_default,
27172
27172
  runDreamboardCli
27173
27173
  };
27174
- //# sourceMappingURL=chunk-GN7232BY.js.map
27174
+ //# sourceMappingURL=chunk-GL46CLDI.js.map