@webex/widgets 1.28.2-next.1 → 1.28.2-next.2

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.
@@ -56504,7 +56504,7 @@ var WebexMeetings = Pc(wc(WebexMeetingsWidget), function (props) {
56504
56504
  },
56505
56505
  config: {
56506
56506
  appName: appName,
56507
- appVersion: "1.28.2-next.1",
56507
+ appVersion: "1.28.2-next.2",
56508
56508
  fedramp: props.fedramp,
56509
56509
  meetings: {
56510
56510
  experimental: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/widgets",
3
- "version": "1.28.2-next.1",
3
+ "version": "1.28.2-next.2",
4
4
  "engines": {
5
5
  "node": ">=20.13.1"
6
6
  },