@pod-os/core 0.12.1-7d2693a.0 → 0.12.1-e864b4f.0

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __commonJS
3
- } from "./chunk-U67V476Y.js";
3
+ } from "./chunk-5NEDDTD5.js";
4
4
 
5
5
  // ../node_modules/rdf-canonize/lib/IdentifierIssuer.js
6
6
  var require_IdentifierIssuer = __commonJS({
@@ -2777,7 +2777,8 @@ var require_lru_cache = __commonJS({
2777
2777
  return true;
2778
2778
  }
2779
2779
  has(key) {
2780
- if (!this[CACHE].has(key)) return false;
2780
+ if (!this[CACHE].has(key))
2781
+ return false;
2781
2782
  const hit = this[CACHE].get(key).value;
2782
2783
  return !isStale(this, hit);
2783
2784
  }