@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.
@@ -30571,7 +30571,7 @@ var WebexMeeting = ai(ti(WebexMeetingWidget), function (props) {
30571
30571
  },
30572
30572
  config: {
30573
30573
  appName: appName,
30574
- appVersion: "1.19.0"
30574
+ appVersion: "1.19.1"
30575
30575
  }
30576
30576
  });
30577
30577
  return new WebexSDKAdapter(webex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/widgets",
3
- "version": "1.19.1",
3
+ "version": "1.20.0",
4
4
  "main": "dist/webexWidgets.esm.js",
5
5
  "module": "dist/webexWidgets.esm.js",
6
6
  "scripts": {