@webex/plugin-meetings 3.0.0-beta.123 → 3.0.0-beta.124

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.
@@ -186,7 +186,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
186
186
  sessionId: this.sessionId
187
187
  });
188
188
  },
189
- version: "3.0.0-beta.123"
189
+ version: "3.0.0-beta.124"
190
190
  });
191
191
  var _default = Breakout;
192
192
  exports.default = _default;
@@ -988,7 +988,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
988
988
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
989
989
  }
990
990
  },
991
- version: "3.0.0-beta.123"
991
+ version: "3.0.0-beta.124"
992
992
  });
993
993
  var _default = Breakouts;
994
994
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-meetings",
3
- "version": "3.0.0-beta.123",
3
+ "version": "3.0.0-beta.124",
4
4
  "description": "",
5
5
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
6
6
  "contributors": [
@@ -32,12 +32,12 @@
32
32
  "build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
33
33
  },
34
34
  "devDependencies": {
35
- "@webex/plugin-meetings": "3.0.0-beta.123",
36
- "@webex/test-helper-chai": "3.0.0-beta.123",
37
- "@webex/test-helper-mocha": "3.0.0-beta.123",
38
- "@webex/test-helper-mock-webex": "3.0.0-beta.123",
39
- "@webex/test-helper-retry": "3.0.0-beta.123",
40
- "@webex/test-helper-test-users": "3.0.0-beta.123",
35
+ "@webex/plugin-meetings": "3.0.0-beta.124",
36
+ "@webex/test-helper-chai": "3.0.0-beta.124",
37
+ "@webex/test-helper-mocha": "3.0.0-beta.124",
38
+ "@webex/test-helper-mock-webex": "3.0.0-beta.124",
39
+ "@webex/test-helper-retry": "3.0.0-beta.124",
40
+ "@webex/test-helper-test-users": "3.0.0-beta.124",
41
41
  "chai": "^4.3.4",
42
42
  "chai-as-promised": "^7.1.1",
43
43
  "jsdom-global": "3.0.2",
@@ -46,19 +46,19 @@
46
46
  "typescript": "^4.7.4"
47
47
  },
48
48
  "dependencies": {
49
- "@webex/common": "3.0.0-beta.123",
49
+ "@webex/common": "3.0.0-beta.124",
50
50
  "@webex/internal-media-core": "1.38.1",
51
- "@webex/internal-plugin-conversation": "3.0.0-beta.123",
52
- "@webex/internal-plugin-device": "3.0.0-beta.123",
53
- "@webex/internal-plugin-llm": "3.0.0-beta.123",
54
- "@webex/internal-plugin-mercury": "3.0.0-beta.123",
55
- "@webex/internal-plugin-metrics": "3.0.0-beta.123",
56
- "@webex/internal-plugin-support": "3.0.0-beta.123",
57
- "@webex/internal-plugin-user": "3.0.0-beta.123",
58
- "@webex/media-helpers": "3.0.0-beta.123",
59
- "@webex/plugin-people": "3.0.0-beta.123",
60
- "@webex/plugin-rooms": "3.0.0-beta.123",
61
- "@webex/webex-core": "3.0.0-beta.123",
51
+ "@webex/internal-plugin-conversation": "3.0.0-beta.124",
52
+ "@webex/internal-plugin-device": "3.0.0-beta.124",
53
+ "@webex/internal-plugin-llm": "3.0.0-beta.124",
54
+ "@webex/internal-plugin-mercury": "3.0.0-beta.124",
55
+ "@webex/internal-plugin-metrics": "3.0.0-beta.124",
56
+ "@webex/internal-plugin-support": "3.0.0-beta.124",
57
+ "@webex/internal-plugin-user": "3.0.0-beta.124",
58
+ "@webex/media-helpers": "3.0.0-beta.124",
59
+ "@webex/plugin-people": "3.0.0-beta.124",
60
+ "@webex/plugin-rooms": "3.0.0-beta.124",
61
+ "@webex/webex-core": "3.0.0-beta.124",
62
62
  "ampersand-collection": "^2.0.2",
63
63
  "bowser": "^2.11.0",
64
64
  "btoa": "^1.2.1",