@webex/widgets 1.26.0 → 1.26.1

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.
@@ -64730,7 +64730,7 @@ var WebexMeetings = cp(sp(WebexMeetingsWidget), function (props) {
64730
64730
  },
64731
64731
  config: {
64732
64732
  appName: appName,
64733
- appVersion: "1.25.5",
64733
+ appVersion: "1.26.0",
64734
64734
  fedramp: props.fedramp,
64735
64735
  meetings: {
64736
64736
  experimental: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/widgets",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "main": "dist/webexWidgets.esm.js",
5
5
  "module": "dist/webexWidgets.esm.js",
6
6
  "scripts": {