@webex/widgets 1.19.1 → 1.20.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/webexWidgets.esm.js +1 -1
- package/package.json +1 -1
package/dist/webexWidgets.esm.js
CHANGED
@@ -30571,7 +30571,7 @@ var WebexMeeting = ai(ti(WebexMeetingWidget), function (props) {
|
|
30571
30571
|
},
|
30572
30572
|
config: {
|
30573
30573
|
appName: appName,
|
30574
|
-
appVersion: "1.19.
|
30574
|
+
appVersion: "1.19.1"
|
30575
30575
|
}
|
30576
30576
|
});
|
30577
30577
|
return new WebexSDKAdapter(webex);
|