@absolutejs/absolute 0.19.0-beta.971 → 0.19.0-beta.973

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.
@@ -5766,7 +5766,13 @@ init_generatedDir();
5766
5766
  import { existsSync as existsSync5 } from "fs";
5767
5767
  import { basename as basename3, join as join8 } from "path";
5768
5768
  var cache = new Map;
5769
- var manifestKeyForPagePath = (pageSourcePath) => toPascal(basename3(pageSourcePath).replace(/\.[cm]?[tj]sx?$/, ""));
5769
+ var BUN_CONTENT_HASH = /\.[a-z0-9]{8}$/;
5770
+ var manifestKeyForPagePath = (pageSourcePath) => {
5771
+ const stemWithExt = basename3(pageSourcePath);
5772
+ const stem = stemWithExt.replace(/\.[cm]?[tj]sx?$/, "");
5773
+ const withoutHash = stem.replace(BUN_CONTENT_HASH, "");
5774
+ return toPascal(withoutHash);
5775
+ };
5770
5776
  var loadPageProviders = async (pageSourcePath) => {
5771
5777
  const manifestKey = manifestKeyForPagePath(pageSourcePath);
5772
5778
  const cached2 = cache.get(manifestKey);
@@ -5990,5 +5996,5 @@ export {
5990
5996
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
5991
5997
  };
5992
5998
 
5993
- //# debugId=01B4F9F89C5D1F8864756E2164756E21
5999
+ //# debugId=DE778C99DCFDF4F664756E2164756E21
5994
6000
  //# sourceMappingURL=server.js.map