@mappedin/viewer 0.56.1 → 0.56.2-23c7070.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17721,7 +17721,7 @@ const y7e = function() {
17721
17721
  const e = Eg(), [r, i] = t;
17722
17722
  e.capture(r, i);
17723
17723
  }, C7e = (t = {}) => {
17724
- const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17724
+ const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17725
17725
  pGe(t.captureEnabled ?? !0);
17726
17726
  const i = Eg();
17727
17727
  if (!i.__loaded && e != null && r != null) {
@@ -92941,7 +92941,7 @@ const Z$t = (t, e, r, i) => {
92941
92941
  return;
92942
92942
  const a = e != null && e.length > 0 ? `${t}-${e}` : t, s = Array.isArray(i) ? i : [i], l = Array.isArray(n) ? n : [n], u = new URL(
92943
92943
  "/directions",
92944
- "https://mappedin-public-mvf-prod.azurewebsites.net"
92944
+ "https://mappedin-public-mvf-staging.azurewebsites.net"
92945
92945
  );
92946
92946
  u.search = new URLSearchParams({
92947
92947
  mapId: a,
@@ -99949,7 +99949,7 @@ const dQt = (t, e) => (c7 != null || (IC == null && globalThis.OffscreenCanvas !
99949
99949
  const i = {
99950
99950
  fit: "fit",
99951
99951
  ...r
99952
- }, n = "https://image-proxy.mappedin.com", o = fQt(e, i.fit), a = encodeURIComponent(t);
99952
+ }, n = "https://image-proxy-staging.mappedin.net", o = fQt(e, i.fit), a = encodeURIComponent(t);
99953
99953
  return `${n}/resize:${i.fit}:${o}:${o}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
99954
99954
  }, AQt = (t, e) => {
99955
99955
  if (e == null || e === "")
@@ -105782,7 +105782,7 @@ class rYt {
105782
105782
  async init(e) {
105783
105783
  var n;
105784
105784
  this.container = e;
105785
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
105785
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
105786
105786
  // In campus mode, we need to load the outdoors first
105787
105787
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
105788
105788
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.56.1",
3
+ "version": "0.56.2-23c7070.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",