@vonage/client-sdk 1.4.0 → 1.4.1-alpha.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.
@@ -19954,7 +19954,7 @@ function requireClientsdkClientcore () {
19954
19954
  //endregion
19955
19955
  function BuildKonfig() {
19956
19956
  BuildKonfig_instance = this;
19957
- this.t17_1 = '1.4.0';
19957
+ this.t17_1 = '1.4.1-alpha.0';
19958
19958
  }
19959
19959
  var BuildKonfig_instance;
19960
19960
  function BuildKonfig_getInstance() {
@@ -43839,7 +43839,7 @@ function requireClientsdkClientcore () {
43839
43839
  this.b2m_1 = true;
43840
43840
  this.c2m_1 = false;
43841
43841
  this.d2m_1 = ClientConfigRegion_US_getInstance();
43842
- this.e2m_1 = LoggingLevel_Info_getInstance();
43842
+ this.e2m_1 = LoggingLevel_Error_getInstance();
43843
43843
  }
43844
43844
  var DefaultConfig_instance;
43845
43845
  function DefaultConfig_getInstance() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",