@absolutejs/absolute 0.19.0-beta.70 → 0.19.0-beta.72

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.
@@ -230,7 +230,10 @@
230
230
  "Bash(kill 906595)",
231
231
  "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.66\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.67\"\"\"\"/' package.json)",
232
232
  "Bash(kill 909688)",
233
- "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.67\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.68\"\"\"\"/' package.json)"
233
+ "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.67\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.68\"\"\"\"/' package.json)",
234
+ "Bash(./scripts/use-patched-bun.sh echo:*)",
235
+ "Read(//home/alexkahn/alex/bun-transpiler-patch/build/release/**)",
236
+ "Bash(~/alex/bun-transpiler-patch/build/release/bun --version)"
234
237
  ]
235
238
  }
236
239
  }
package/dist/build.js CHANGED
@@ -202917,9 +202917,12 @@ export default {};
202917
202917
  }
202918
202918
  return files;
202919
202919
  }, invalidateModule = (filePath) => {
202920
+ const resolved = resolve17(filePath);
202920
202921
  invalidate(filePath);
202922
+ if (resolved !== filePath)
202923
+ invalidate(resolved);
202921
202924
  mtimeCache.delete(filePath);
202922
- mtimeCache.delete(resolve17(filePath));
202925
+ mtimeCache.delete(resolved);
202923
202926
  }, warmCache = (pathname) => {
202924
202927
  if (!pathname.startsWith(SRC_PREFIX))
202925
202928
  return;
@@ -204900,5 +204903,5 @@ export {
204900
204903
  build
204901
204904
  };
204902
204905
 
204903
- //# debugId=63623DA074C7C99364756E2164756E21
204906
+ //# debugId=C76781E040DC65C064756E2164756E21
204904
204907
  //# sourceMappingURL=build.js.map