@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.
@@ -5,7 +5,7 @@ import {
5
5
  namedNode,
6
6
  require_short_unique_id,
7
7
  st
8
- } from "./chunk-XBA7NYKJ.js";
8
+ } from "./chunk-RI2OJWF3.js";
9
9
  import {
10
10
  __toESM
11
11
  } from "./chunk-U67V476Y.js";
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-XBA7NYKJ.js";
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-5TZZFAHE.js");
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
- "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.",
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
- "Dereferencing a URL did not result in a JSON object. The response was valid JSON, but it was not a JSON object.",
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
  );