@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.
package/dist/client/index.cjs
CHANGED
|
@@ -20448,7 +20448,7 @@ function requireClientsdkClientcore () {
|
|
|
20448
20448
|
//endregion
|
|
20449
20449
|
function BuildKonfig() {
|
|
20450
20450
|
BuildKonfig_instance = this;
|
|
20451
|
-
this.t17_1 = '1.4.0';
|
|
20451
|
+
this.t17_1 = '1.4.1-alpha.0';
|
|
20452
20452
|
}
|
|
20453
20453
|
var BuildKonfig_instance;
|
|
20454
20454
|
function BuildKonfig_getInstance() {
|
|
@@ -44864,7 +44864,7 @@ function requireClientsdkClientcore () {
|
|
|
44864
44864
|
this.b2m_1 = true;
|
|
44865
44865
|
this.c2m_1 = false;
|
|
44866
44866
|
this.d2m_1 = ClientConfigRegion_US_getInstance();
|
|
44867
|
-
this.e2m_1 =
|
|
44867
|
+
this.e2m_1 = LoggingLevel_Error_getInstance();
|
|
44868
44868
|
}
|
|
44869
44869
|
var DefaultConfig_instance;
|
|
44870
44870
|
function DefaultConfig_getInstance() {
|
package/dist/client/index.mjs
CHANGED
|
@@ -20424,7 +20424,7 @@ function requireClientsdkClientcore () {
|
|
|
20424
20424
|
//endregion
|
|
20425
20425
|
function BuildKonfig() {
|
|
20426
20426
|
BuildKonfig_instance = this;
|
|
20427
|
-
this.t17_1 = '1.4.0';
|
|
20427
|
+
this.t17_1 = '1.4.1-alpha.0';
|
|
20428
20428
|
}
|
|
20429
20429
|
var BuildKonfig_instance;
|
|
20430
20430
|
function BuildKonfig_getInstance() {
|
|
@@ -44840,7 +44840,7 @@ function requireClientsdkClientcore () {
|
|
|
44840
44840
|
this.b2m_1 = true;
|
|
44841
44841
|
this.c2m_1 = false;
|
|
44842
44842
|
this.d2m_1 = ClientConfigRegion_US_getInstance();
|
|
44843
|
-
this.e2m_1 =
|
|
44843
|
+
this.e2m_1 = LoggingLevel_Error_getInstance();
|
|
44844
44844
|
}
|
|
44845
44845
|
var DefaultConfig_instance;
|
|
44846
44846
|
function DefaultConfig_getInstance() {
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -19960,7 +19960,7 @@
|
|
|
19960
19960
|
//endregion
|
|
19961
19961
|
function BuildKonfig() {
|
|
19962
19962
|
BuildKonfig_instance = this;
|
|
19963
|
-
this.t17_1 = '1.4.0';
|
|
19963
|
+
this.t17_1 = '1.4.1-alpha.0';
|
|
19964
19964
|
}
|
|
19965
19965
|
var BuildKonfig_instance;
|
|
19966
19966
|
function BuildKonfig_getInstance() {
|
|
@@ -43845,7 +43845,7 @@
|
|
|
43845
43845
|
this.b2m_1 = true;
|
|
43846
43846
|
this.c2m_1 = false;
|
|
43847
43847
|
this.d2m_1 = ClientConfigRegion_US_getInstance();
|
|
43848
|
-
this.e2m_1 =
|
|
43848
|
+
this.e2m_1 = LoggingLevel_Error_getInstance();
|
|
43849
43849
|
}
|
|
43850
43850
|
var DefaultConfig_instance;
|
|
43851
43851
|
function DefaultConfig_getInstance() {
|