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

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/index.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 build2(buildConfig);
204381
204384
  }
@@ -205327,5 +205330,5 @@ export {
205327
205330
  ANGULAR_INIT_TIMEOUT_MS
205328
205331
  };
205329
205332
 
205330
- //# debugId=2F782DFD89BAB86364756E2164756E21
205333
+ //# debugId=6E4CB61F15FAF56464756E2164756E21
205331
205334
  //# sourceMappingURL=index.js.map