@absolutejs/absolute 0.19.0-beta.2 → 0.19.0-beta.3

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.
@@ -124,7 +124,8 @@
124
124
  "Read(//home/alexkahn/intent/**)",
125
125
  "Bash(bun -e \":*)",
126
126
  "Bash(./native/publish.sh --tag beta)",
127
- "Bash(kill 455871 455892)"
127
+ "Bash(kill 455871 455892)",
128
+ "Bash(/dev/null git:*)"
128
129
  ]
129
130
  }
130
131
  }
package/dist/build.js CHANGED
@@ -202838,7 +202838,7 @@ var parseErrorLocationFromMessage = (msg) => {
202838
202838
  Object.assign(state.manifest, pageManifest);
202839
202839
  populateAssetStore(state.assetStore, pageManifest, buildDir);
202840
202840
  const [firstOutput] = result.outputs;
202841
- return firstOutput ? `/${basename7(resolve18(buildDir))}/${relative6(buildDir, firstOutput.path).replace(/\\/g, "/")}` : undefined;
202841
+ return firstOutput ? `/${relative6(buildDir, firstOutput.path).replace(/\\/g, "/")}` : undefined;
202842
202842
  }, isReactPageFile = (file3, reactPagesPath) => (file3.endsWith(".tsx") || file3.endsWith(".jsx")) && resolve18(file3).startsWith(resolve18(reactPagesPath)), handleReactEsmFastPath = async (state, config, filesToRebuild, startTime, onRebuildComplete) => {
202843
202843
  const reactDir = config.reactDirectory ?? "";
202844
202844
  const reactPagesPath = resolve18(reactDir, "pages");
@@ -202978,7 +202978,7 @@ var parseErrorLocationFromMessage = (msg) => {
202978
202978
  });
202979
202979
  });
202980
202980
  onRebuildComplete({ hmrState: state, manifest });
202981
- Promise.all([
202981
+ await Promise.all([
202982
202982
  rm6(resolve18(svelteDir, "client"), {
202983
202983
  force: true,
202984
202984
  recursive: true
@@ -203977,5 +203977,5 @@ export {
203977
203977
  build
203978
203978
  };
203979
203979
 
203980
- //# debugId=7C346FBA9DC2575A64756E2164756E21
203980
+ //# debugId=4CDA7AB41ECBD4E864756E2164756E21
203981
203981
  //# sourceMappingURL=build.js.map