@auxilium/datalynk-client 1.3.18 → 1.3.20

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
@@ -3769,7 +3769,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
3769
3769
  } });
3770
3770
  }
3771
3771
  }
3772
- const version = "1.3.18";
3772
+ const version = "1.3.20";
3773
3773
  class WebRtc {
3774
3774
  constructor(api) {
3775
3775
  __publicField(this, "ice");
package/dist/index.mjs CHANGED
@@ -3765,7 +3765,7 @@ class Superuser {
3765
3765
  } });
3766
3766
  }
3767
3767
  }
3768
- const version = "1.3.18";
3768
+ const version = "1.3.20";
3769
3769
  class WebRtc {
3770
3770
  constructor(api) {
3771
3771
  __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.3.18",
5
+ "version": "1.3.20",
6
6
  "author": "Zak Timson <zaktimson@gmail.com>",
7
7
  "private": false,
8
8
  "main": "./dist/index.cjs",