@auxilium/datalynk-client 1.3.8 → 1.3.9

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.cjs CHANGED
@@ -3500,7 +3500,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
3500
3500
  } });
3501
3501
  }
3502
3502
  }
3503
- const version = "1.3.8";
3503
+ const version = "1.3.9";
3504
3504
  class WebRtc {
3505
3505
  constructor(api) {
3506
3506
  __publicField(this, "ice");
@@ -3809,7 +3809,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
3809
3809
  const warning = resp.headers["X-Warning"];
3810
3810
  if (warning) console.warn(warning);
3811
3811
  const banner = resp.headers["X-User-Notice"];
3812
- if (warning) {
3812
+ if (banner) {
3813
3813
  createBanner(banner);
3814
3814
  setTimeout(() => removeBanner(), 1e4);
3815
3815
  }
package/dist/index.mjs CHANGED
@@ -3496,7 +3496,7 @@ class Superuser {
3496
3496
  } });
3497
3497
  }
3498
3498
  }
3499
- const version = "1.3.8";
3499
+ const version = "1.3.9";
3500
3500
  class WebRtc {
3501
3501
  constructor(api) {
3502
3502
  __publicField(this, "ice");
@@ -3805,7 +3805,7 @@ const _Api = class _Api {
3805
3805
  const warning = resp.headers["X-Warning"];
3806
3806
  if (warning) console.warn(warning);
3807
3807
  const banner = resp.headers["X-User-Notice"];
3808
- if (warning) {
3808
+ if (banner) {
3809
3809
  createBanner(banner);
3810
3810
  setTimeout(() => removeBanner(), 1e4);
3811
3811
  }
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.3.8",
5
+ "version": "1.3.9",
6
6
  "author": "Zak Timson <zaktimson@gmail.com>",
7
7
  "private": false,
8
8
  "main": "./dist/index.cjs",