@auxilium/datalynk-client 1.2.6 → 1.2.7

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.
package/dist/index.js CHANGED
@@ -1710,7 +1710,7 @@ function takeWhile(predicate, inclusive) {
1710
1710
  });
1711
1711
  }
1712
1712
  async function getTheme(spoke, scope) {
1713
- let theme = await fetch(`https://${spoke}.auxiliumgroup.com/api/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
1713
+ let theme = await fetch(`https://${spoke}.auxiliumgroup.com/static/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
1714
1714
  if (scope && theme != null && theme[scope]) theme = { ...theme, ...theme[scope] };
1715
1715
  return {
1716
1716
  found: !!theme,
@@ -3355,7 +3355,7 @@ class Superuser {
3355
3355
  } });
3356
3356
  }
3357
3357
  }
3358
- const version = "1.2.6";
3358
+ const version = "1.2.7";
3359
3359
  class WebRtc {
3360
3360
  constructor(api) {
3361
3361
  __publicField(this, "ice");
package/dist/index.mjs CHANGED
@@ -1708,7 +1708,7 @@ function takeWhile(predicate, inclusive) {
1708
1708
  });
1709
1709
  }
1710
1710
  async function getTheme(spoke, scope) {
1711
- let theme = await fetch(`https://${spoke}.auxiliumgroup.com/api/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
1711
+ let theme = await fetch(`https://${spoke}.auxiliumgroup.com/static/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
1712
1712
  if (scope && theme != null && theme[scope]) theme = { ...theme, ...theme[scope] };
1713
1713
  return {
1714
1714
  found: !!theme,
@@ -3353,7 +3353,7 @@ class Superuser {
3353
3353
  } });
3354
3354
  }
3355
3355
  }
3356
- const version = "1.2.6";
3356
+ const version = "1.2.7";
3357
3357
  class WebRtc {
3358
3358
  constructor(api) {
3359
3359
  __publicField(this, "ice");
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@auxilium/datalynk-client",
3
3
  "description": "Datalynk client library",
4
4
  "repository": "https://gitlab.auxiliumgroup.com/auxilium/datalynk/datalynk-client",
5
- "version": "1.2.6",
5
+ "version": "1.2.7",
6
6
  "author": "Zak Timson <zaktimson@gmail.com>",
7
7
  "private": false,
8
8
  "main": "./dist/index.cjs",