@vonage/client-sdk 0.3.0-alpha.2 → 1.0.0-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
|
@@ -21517,7 +21517,7 @@ function requireClientsdkClientcore () {
|
|
|
21517
21517
|
//endregion
|
|
21518
21518
|
function BuildKonfig() {
|
|
21519
21519
|
BuildKonfig_instance = this;
|
|
21520
|
-
this.s1a_1 = '0.
|
|
21520
|
+
this.s1a_1 = '1.0.0';
|
|
21521
21521
|
}
|
|
21522
21522
|
BuildKonfig.$metadata$ = objectMeta('BuildKonfig');
|
|
21523
21523
|
var BuildKonfig_instance;
|
package/dist/client/index.mjs
CHANGED
|
@@ -21493,7 +21493,7 @@ function requireClientsdkClientcore () {
|
|
|
21493
21493
|
//endregion
|
|
21494
21494
|
function BuildKonfig() {
|
|
21495
21495
|
BuildKonfig_instance = this;
|
|
21496
|
-
this.s1a_1 = '0.
|
|
21496
|
+
this.s1a_1 = '1.0.0';
|
|
21497
21497
|
}
|
|
21498
21498
|
BuildKonfig.$metadata$ = objectMeta('BuildKonfig');
|
|
21499
21499
|
var BuildKonfig_instance;
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -21523,7 +21523,7 @@
|
|
|
21523
21523
|
//endregion
|
|
21524
21524
|
function BuildKonfig() {
|
|
21525
21525
|
BuildKonfig_instance = this;
|
|
21526
|
-
this.s1a_1 = '0.
|
|
21526
|
+
this.s1a_1 = '1.0.0';
|
|
21527
21527
|
}
|
|
21528
21528
|
BuildKonfig.$metadata$ = objectMeta('BuildKonfig');
|
|
21529
21529
|
var BuildKonfig_instance;
|