@absolutejs/absolute 0.19.0-beta.93 → 0.19.0-beta.95

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
@@ -204375,7 +204375,10 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
204375
204375
  `).find((l) => l.startsWith("__MANIFEST__"));
204376
204376
  if (manifestLine) {
204377
204377
  const freshManifest = JSON.parse(manifestLine.slice("__MANIFEST__".length));
204378
- manifest = { ...state.manifest, ...freshManifest };
204378
+ for (const [key, value] of Object.entries(freshManifest)) {
204379
+ state.manifest[key] = value;
204380
+ }
204381
+ manifest = state.manifest;
204379
204382
  } else {
204380
204383
  manifest = await build(buildConfig);
204381
204384
  }
@@ -204922,5 +204925,5 @@ export {
204922
204925
  build
204923
204926
  };
204924
204927
 
204925
- //# debugId=6043C55BFB4ADA3C64756E2164756E21
204928
+ //# debugId=641B853BB815E9FE64756E2164756E21
204926
204929
  //# sourceMappingURL=build.js.map