@pod-os/core 0.17.1-rc.7957889.0 → 0.17.1-rc.81f8045.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.
@@ -11015,7 +11015,7 @@ var require_buffer = __commonJS({
11015
11015
  function numberIsNaN(obj) {
11016
11016
  return obj !== obj;
11017
11017
  }
11018
- var hexSliceLookupTable = function() {
11018
+ var hexSliceLookupTable = (function() {
11019
11019
  const alphabet = "0123456789abcdef";
11020
11020
  const table = new Array(256);
11021
11021
  for (let i = 0; i < 16; ++i) {
@@ -11025,7 +11025,7 @@ var require_buffer = __commonJS({
11025
11025
  }
11026
11026
  }
11027
11027
  return table;
11028
- }();
11028
+ })();
11029
11029
  function defineBigIntMethod(fn) {
11030
11030
  return typeof BigInt === "undefined" ? BufferBigIntNotDefined : fn;
11031
11031
  }
@@ -11049,29 +11049,29 @@ var require_queue_microtask = __commonJS({
11049
11049
  var require_browser_ponyfill = __commonJS({
11050
11050
  "../node_modules/rdflib/node_modules/cross-fetch/dist/browser-ponyfill.js"(exports, module2) {
11051
11051
  var __global__ = typeof globalThis !== "undefined" && globalThis || typeof self !== "undefined" && self || typeof global !== "undefined" && global;
11052
- var __globalThis__ = function() {
11052
+ var __globalThis__ = (function() {
11053
11053
  function F() {
11054
11054
  this.fetch = false;
11055
11055
  this.DOMException = __global__.DOMException;
11056
11056
  }
11057
11057
  F.prototype = __global__;
11058
11058
  return new F();
11059
- }();
11059
+ })();
11060
11060
  (function(globalThis2) {
11061
- var irrelevant = function(exports2) {
11061
+ var irrelevant = (function(exports2) {
11062
11062
  var g = typeof globalThis2 !== "undefined" && globalThis2 || typeof self !== "undefined" && self || // eslint-disable-next-line no-undef
11063
11063
  typeof global !== "undefined" && global || {};
11064
11064
  var support = {
11065
11065
  searchParams: "URLSearchParams" in g,
11066
11066
  iterable: "Symbol" in g && "iterator" in Symbol,
11067
- blob: "FileReader" in g && "Blob" in g && function() {
11067
+ blob: "FileReader" in g && "Blob" in g && (function() {
11068
11068
  try {
11069
11069
  new Blob();
11070
11070
  return true;
11071
11071
  } catch (e) {
11072
11072
  return false;
11073
11073
  }
11074
- }(),
11074
+ })(),
11075
11075
  formData: "FormData" in g,
11076
11076
  arrayBuffer: "ArrayBuffer" in g
11077
11077
  };
@@ -11373,12 +11373,12 @@ var require_browser_ponyfill = __commonJS({
11373
11373
  }
11374
11374
  this.method = normalizeMethod(options.method || this.method || "GET");
11375
11375
  this.mode = options.mode || this.mode || null;
11376
- this.signal = options.signal || this.signal || function() {
11376
+ this.signal = options.signal || this.signal || (function() {
11377
11377
  if ("AbortController" in g) {
11378
11378
  var ctrl = new AbortController();
11379
11379
  return ctrl.signal;
11380
11380
  }
11381
- }();
11381
+ })();
11382
11382
  this.referrer = null;
11383
11383
  if ((this.method === "GET" || this.method === "HEAD") && body) {
11384
11384
  throw new TypeError("Body not allowed for GET or HEAD requests");
@@ -11586,7 +11586,7 @@ var require_browser_ponyfill = __commonJS({
11586
11586
  exports2.fetch = fetch;
11587
11587
  Object.defineProperty(exports2, "__esModule", { value: true });
11588
11588
  return exports2;
11589
- }({});
11589
+ })({});
11590
11590
  })(__globalThis__);
11591
11591
  __globalThis__.fetch.ponyfill = true;
11592
11592
  delete __globalThis__.fetch.polyfill;
@@ -12984,7 +12984,7 @@ var Variable = class _Variable extends Node2 {
12984
12984
  };
12985
12985
 
12986
12986
  // ../node_modules/rdflib/esm/factories/factory-types.js
12987
- var Feature = /* @__PURE__ */ function(Feature2) {
12987
+ var Feature = /* @__PURE__ */ (function(Feature2) {
12988
12988
  Feature2["collections"] = "COLLECTIONS";
12989
12989
  Feature2["defaultGraphType"] = "DEFAULT_GRAPH_TYPE";
12990
12990
  Feature2["equalsMethod"] = "EQUALS_METHOD";
@@ -12993,7 +12993,7 @@ var Feature = /* @__PURE__ */ function(Feature2) {
12993
12993
  Feature2["reversibleId"] = "REVERSIBLE_ID";
12994
12994
  Feature2["variableType"] = "VARIABLE_TYPE";
12995
12995
  return Feature2;
12996
- }({});
12996
+ })({});
12997
12997
 
12998
12998
  // ../node_modules/rdflib/esm/factories/canonical-data-factory.js
12999
12999
  var defaultGraph2 = new DefaultGraph();
@@ -19330,12 +19330,12 @@ var Formula = class _Formula extends Node2 {
19330
19330
  Object.assign(agenda, seeds);
19331
19331
  let done = {};
19332
19332
  while (true) {
19333
- t = function() {
19333
+ t = (function() {
19334
19334
  for (let p in agenda) {
19335
19335
  if (!agenda.hasOwnProperty(p)) continue;
19336
19336
  return p;
19337
19337
  }
19338
- }();
19338
+ })();
19339
19339
  if (t == null) {
19340
19340
  return done;
19341
19341
  }
@@ -5,7 +5,7 @@ import {
5
5
  namedNode,
6
6
  require_short_unique_id,
7
7
  st
8
- } from "./chunk-VGZLO2LW.js";
8
+ } from "./chunk-3LTXZPFZ.js";
9
9
  import {
10
10
  __toESM
11
11
  } from "./chunk-U67V476Y.js";