@absolutejs/absolute 0.19.0-beta.83 → 0.19.0-beta.84

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/dist/build.js CHANGED
@@ -204348,7 +204348,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
204348
204348
  writeFileSync5(tmpConfig, JSON.stringify(buildConfig));
204349
204349
  const escapedConfig = tmpConfig.replace(/\\/g, "\\\\");
204350
204350
  writeFileSync5(tmpScript, [
204351
- 'import { build } from "@absolutejs/absolute";',
204351
+ 'import { build } from "@absolutejs/absolute/build";',
204352
204352
  `const config = JSON.parse(await Bun.file("${escapedConfig}").text());`,
204353
204353
  "const manifest = await build(config);",
204354
204354
  'console.log("__MANIFEST__" + JSON.stringify(manifest));'
@@ -204904,5 +204904,5 @@ export {
204904
204904
  build
204905
204905
  };
204906
204906
 
204907
- //# debugId=98124A48B5AAEC2D64756E2164756E21
204907
+ //# debugId=DD746009AB39986E64756E2164756E21
204908
204908
  //# sourceMappingURL=build.js.map