@qaecy/cue-sdk 0.0.11 → 0.0.12

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.
@@ -851,7 +851,7 @@ class mt {
851
851
  */
852
852
  async sparql(t, e, s) {
853
853
  console.log(s);
854
- const i = s === "qlever" ? Ot : Ut;
854
+ const i = s === "fuseki" ? Ut : Ot;
855
855
  console.log(`Executing SPARQL query against ${i} for project ${e} with graph type ${s ?? "fuseki"}`);
856
856
  const n = new URLSearchParams();
857
857
  n.append("query", t);
@@ -2997,7 +2997,7 @@ async function Ve() {
2997
2997
  await a.default({ module_or_path: i }), D = a.scan;
2998
2998
  }
2999
2999
  }
3000
- const Xe = "fuseki", L = 1e3, Z = "cue:pending:";
3000
+ const Xe = "qlever", L = 1e3, Z = "cue:pending:";
3001
3001
  async function tt(l) {
3002
3002
  const { tmpdir: t } = await import(
3003
3003
  /* webpackIgnore: true */
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as s, a as u, b as C, c, d as i, e as t, f as o, g as r, h as l, i as n, j as P, k as j, l as m, R as h, m as R, n as S, s as f } from "./cue-BY7UdQjW.js";
1
+ import { C as s, a as u, b as C, c, d as i, e as t, f as o, g as r, h as l, i as n, j as P, k as j, l as m, R as h, m as R, n as S, s as f } from "./cue-DvRdtUhi.js";
2
2
  export {
3
3
  s as Cue,
4
4
  u as CueApi,
package/node.js CHANGED
@@ -1,5 +1,5 @@
1
- import { C as _, B as E, o as l, p as S, q as m, r as P, t as d, l as U, u as B, a as R } from "./cue-BY7UdQjW.js";
2
- import { b as y, c as I, d as L, e as O, f as x, g as D, h as H, i as N, j as W, k as v, R as k, m as q, n as G, s as Q } from "./cue-BY7UdQjW.js";
1
+ import { C as _, B as E, o as l, p as S, q as m, r as P, t as d, l as U, u as B, a as R } from "./cue-DvRdtUhi.js";
2
+ import { b as y, c as I, d as L, e as O, f as x, g as D, h as H, i as N, j as W, k as v, R as k, m as q, n as G, s as Q } from "./cue-DvRdtUhi.js";
3
3
  import { getStorage as s, connectStorageEmulator as o } from "firebase/storage";
4
4
  import "firebase/firestore";
5
5
  class w extends _ {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qaecy/cue-sdk",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",