@absolutejs/absolute 0.19.0-beta.880 → 0.19.0-beta.881

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
@@ -19476,7 +19476,8 @@ var globalCache, getCachedHmrProgram = () => globalCache.__ABSOLUTE_ANGULAR_HMR_
19476
19476
  const filePathRel = decoded.slice(0, at2);
19477
19477
  const className = decoded.slice(at2 + 1);
19478
19478
  const componentFilePath = resolve34(process.cwd(), filePathRel);
19479
- const cacheKey2 = encodeURIComponent(`${componentFilePath}@${className}`);
19479
+ const projectRelPath = relative14(process.cwd(), componentFilePath).replace(/\\/g, "/");
19480
+ const cacheKey2 = encodeURIComponent(`${projectRelPath}@${className}`);
19480
19481
  const { takePendingModule: takePendingModule2 } = await Promise.resolve().then(() => (init_fastHmrCompiler(), exports_fastHmrCompiler));
19481
19482
  const cached = takePendingModule2(cacheKey2);
19482
19483
  if (cached !== undefined) {
@@ -30540,5 +30541,5 @@ export {
30540
30541
  ANGULAR_INIT_TIMEOUT_MS
30541
30542
  };
30542
30543
 
30543
- //# debugId=5A13955C630604EE64756E2164756E21
30544
+ //# debugId=95397A3CB2938E4164756E2164756E21
30544
30545
  //# sourceMappingURL=index.js.map