@pod-os/core 0.11.2-fe7524c.0 → 0.12.1-6af5683.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-NJZBRQIY.js → chunk-GBIS3SJI.js} +735 -1162
- package/dist/dist-TVYD2Q5S.js +1002 -0
- package/dist/index.js +2854 -2012
- package/dist/{jsonld-REJIJLLT.js → jsonld-ECVURSS6.js} +2 -3
- package/lib/index.js +4531 -3451
- package/package.json +12 -11
- package/types/authentication/index.d.ts +10 -2
- package/types/authentication/observeSession.d.ts +4 -0
- package/types/authentication/observeSession.spec.d.ts +1 -0
- package/types/index.d.ts +19 -4
- package/dist/dist-D3HKZNEN.js +0 -384
- /package/dist/{chunk-5NEDDTD5.js → chunk-U67V476Y.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS
|
|
3
|
-
} from "./chunk-
|
|
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
|
}
|