@pod-os/core 0.12.1-b3f906d.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.
- package/dist/{chunk-GBIS3SJI.js → chunk-7C7N3OSJ.js} +622 -361
- package/dist/{dist-TVYD2Q5S.js → dist-762OQHAF.js} +3 -93
- package/dist/index.js +2012 -1089
- package/dist/{jsonld-ECVURSS6.js → jsonld-REJIJLLT.js} +3 -2
- package/lib/index.js +2632 -1566
- package/package.json +3 -3
- /package/dist/{chunk-U67V476Y.js → chunk-5NEDDTD5.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS
|
|
3
|
-
} from "./chunk-
|
|
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))
|
|
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
|
}
|