@trailstash/ultra 6.1.0 → 6.1.1

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.
@@ -44,7 +44,7 @@ const code = () => {
44
44
  );
45
45
  }
46
46
  window.location = `${origin}/#${search.toString()}`;
47
- } else if (window.location.host === "qlever.cs.uni-freiburg.de") {
47
+ } else if (window.location.host === "qlever.cs.uni-freiburg.de" || window.location.host === "qlever.dev") {
48
48
  const search = new URLSearchParams();
49
49
  search.set("query", `---\ntype: sparql\nserver: https://qlever.cs.uni-freiburg.de/api/${document.querySelector("#backend-slug").textContent}\n---\n${document.querySelector(".CodeMirror").CodeMirror.getValue()}`);
50
50
  window.location = `${origin}/#${search.toString()}`;
@@ -15,7 +15,7 @@ export const popupTemplate = `
15
15
  `;
16
16
 
17
17
  const SOPHOX = "https://sophox.org/sparql";
18
- const QLEVER_ROOT = "https://qlever.cs.uni-freiburg.de/api/";
18
+ const QLEVER_ROOT = "https://qlever.dev/api/";
19
19
 
20
20
  const OSM_SERVERS = new Set([
21
21
  new URL("osm-planet", QLEVER_ROOT).toString(),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.1.0",
6
+ "version": "6.1.1",
7
7
  "description": "A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc",
8
8
  "main": "index.js",
9
9
  "scripts": {