@absolutejs/absolute 0.19.0-beta.68 → 0.19.0-beta.69

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.
@@ -228,7 +228,9 @@
228
228
  "Bash(kill 899808)",
229
229
  "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.65\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.66\"\"\"\"/' package.json)",
230
230
  "Bash(kill 906595)",
231
- "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.66\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.67\"\"\"\"/' package.json)"
231
+ "Bash(sed -i 's/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.66\"\"\"\"/\"\"\"\"@absolutejs\\\\/absolute\"\"\"\": \"\"\"\"0.19.0-beta.67\"\"\"\"/' package.json)",
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)"
232
234
  ]
233
235
  }
234
236
  }
package/dist/build.js CHANGED
@@ -202343,11 +202343,11 @@ var globalStore, cache, importers, getTransformed = (filePath) => cache.get(file
202343
202343
  }
202344
202344
  }, invalidationVersions, getInvalidationVersion = (filePath) => invalidationVersions.get(filePath) ?? 0, invalidate = (filePath) => {
202345
202345
  cache.delete(filePath);
202346
+ invalidationVersions.set(filePath, (invalidationVersions.get(filePath) ?? 0) + 1);
202346
202347
  const parents = importers.get(filePath);
202347
202348
  if (parents) {
202348
202349
  for (const parent of parents) {
202349
202350
  cache.delete(parent);
202350
- invalidationVersions.set(parent, (invalidationVersions.get(parent) ?? 0) + 1);
202351
202351
  }
202352
202352
  }
202353
202353
  }, invalidateAll = () => {
@@ -204900,5 +204900,5 @@ export {
204900
204900
  build
204901
204901
  };
204902
204902
 
204903
- //# debugId=FA7B9F8C946AF29164756E2164756E21
204903
+ //# debugId=63623DA074C7C99364756E2164756E21
204904
204904
  //# sourceMappingURL=build.js.map