@pod-os/core 0.14.0 → 0.14.1-178554f.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-XBA7NYKJ.js → chunk-RI2OJWF3.js} +9880 -12611
- package/dist/{dist-5TZZFAHE.js → dist-SZGBZENE.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/{jsonld-ECVURSS6.js → jsonld-RY2OHZTS.js} +2 -2
- package/lib/index.js +10053 -12890
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
namedNode,
|
|
11
11
|
require_short_unique_id,
|
|
12
12
|
st
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-RI2OJWF3.js";
|
|
14
14
|
import {
|
|
15
15
|
__commonJS,
|
|
16
16
|
__export,
|
|
@@ -13589,7 +13589,7 @@ var FileFetcher = class {
|
|
|
13589
13589
|
|
|
13590
13590
|
// src/modules/contacts.ts
|
|
13591
13591
|
async function loadContactsModule(store) {
|
|
13592
|
-
const module2 = await import("./dist-
|
|
13592
|
+
const module2 = await import("./dist-SZGBZENE.js");
|
|
13593
13593
|
return new module2.default({
|
|
13594
13594
|
store: store.graph,
|
|
13595
13595
|
fetcher: store.fetcher,
|
|
@@ -3049,14 +3049,14 @@ var require_ContextResolver = __commonJS({
|
|
|
3049
3049
|
}
|
|
3050
3050
|
} catch (e) {
|
|
3051
3051
|
throw new JsonLdError(
|
|
3052
|
-
|
|
3052
|
+
`Dereferencing a URL did not result in a valid JSON-LD object. Possible causes are an inaccessible URL perhaps due to a same-origin policy (ensure the server uses CORS if you are using client-side JavaScript), too many redirects, a non-JSON response, or more than one HTTP Link Header was provided for a remote context. URL: "${url}".`,
|
|
3053
3053
|
"jsonld.InvalidUrl",
|
|
3054
3054
|
{ code: "loading remote context failed", url, cause: e }
|
|
3055
3055
|
);
|
|
3056
3056
|
}
|
|
3057
3057
|
if (!_isObject(context)) {
|
|
3058
3058
|
throw new JsonLdError(
|
|
3059
|
-
|
|
3059
|
+
`Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object. URL: "${url}".`,
|
|
3060
3060
|
"jsonld.InvalidUrl",
|
|
3061
3061
|
{ code: "invalid remote context", url }
|
|
3062
3062
|
);
|