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