@pod-os/core 0.15.1-rc.445e85d.0 → 0.15.1-rc.9a3bbcb.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-L3UW6YAT.js → chunk-VGZLO2LW.js} +1 -1
- package/dist/{dist-I5XL2ENU.js → dist-UG2BEWCW.js} +1 -1
- package/dist/index.js +1896 -936
- package/dist/{jsonld-RY2OHZTS.js → jsonld-X74JI4TL.js} +0 -20
- package/lib/index.js +4054 -3114
- package/package.json +12 -12
|
@@ -14261,7 +14261,7 @@ function listToCollection(kb, obj) {
|
|
|
14261
14261
|
}
|
|
14262
14262
|
function jsonldParser(str, kb, base, callback) {
|
|
14263
14263
|
const baseString = base && Object.prototype.hasOwnProperty.call(base, "termType") ? base.value : base;
|
|
14264
|
-
return import("./jsonld-
|
|
14264
|
+
return import("./jsonld-X74JI4TL.js").then((jsonld) => {
|
|
14265
14265
|
return jsonld.flatten(JSON.parse(str), null, {
|
|
14266
14266
|
base: baseString
|
|
14267
14267
|
});
|