@webex/plugin-meetings 3.0.0-beta.161 → 3.0.0-beta.162

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.
@@ -205,7 +205,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
205
205
  sessionId: this.sessionId
206
206
  });
207
207
  },
208
- version: "3.0.0-beta.161"
208
+ version: "3.0.0-beta.162"
209
209
  });
210
210
  var _default = Breakout;
211
211
  exports.default = _default;
@@ -1039,7 +1039,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1039
1039
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1040
1040
  }
1041
1041
  },
1042
- version: "3.0.0-beta.161"
1042
+ version: "3.0.0-beta.162"
1043
1043
  });
1044
1044
  var _default = Breakouts;
1045
1045
  exports.default = _default;
@@ -207,7 +207,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
207
207
  throw error;
208
208
  });
209
209
  },
210
- version: "3.0.0-beta.161"
210
+ version: "3.0.0-beta.162"
211
211
  });
212
212
  var _default = SimultaneousInterpretation;
213
213
  exports.default = _default;
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.0.0-beta.161"
21
+ version: "3.0.0-beta.162"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  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.161",
3
+ "version": "3.0.0-beta.162",
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.161",
36
- "@webex/test-helper-chai": "3.0.0-beta.161",
37
- "@webex/test-helper-mocha": "3.0.0-beta.161",
38
- "@webex/test-helper-mock-webex": "3.0.0-beta.161",
39
- "@webex/test-helper-retry": "3.0.0-beta.161",
40
- "@webex/test-helper-test-users": "3.0.0-beta.161",
35
+ "@webex/plugin-meetings": "3.0.0-beta.162",
36
+ "@webex/test-helper-chai": "3.0.0-beta.162",
37
+ "@webex/test-helper-mocha": "3.0.0-beta.162",
38
+ "@webex/test-helper-mock-webex": "3.0.0-beta.162",
39
+ "@webex/test-helper-retry": "3.0.0-beta.162",
40
+ "@webex/test-helper-test-users": "3.0.0-beta.162",
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.161",
49
+ "@webex/common": "3.0.0-beta.162",
50
50
  "@webex/internal-media-core": "1.38.6",
51
- "@webex/internal-plugin-conversation": "3.0.0-beta.161",
52
- "@webex/internal-plugin-device": "3.0.0-beta.161",
53
- "@webex/internal-plugin-llm": "3.0.0-beta.161",
54
- "@webex/internal-plugin-mercury": "3.0.0-beta.161",
55
- "@webex/internal-plugin-metrics": "3.0.0-beta.161",
56
- "@webex/internal-plugin-support": "3.0.0-beta.161",
57
- "@webex/internal-plugin-user": "3.0.0-beta.161",
58
- "@webex/media-helpers": "3.0.0-beta.161",
59
- "@webex/plugin-people": "3.0.0-beta.161",
60
- "@webex/plugin-rooms": "3.0.0-beta.161",
61
- "@webex/webex-core": "3.0.0-beta.161",
51
+ "@webex/internal-plugin-conversation": "3.0.0-beta.162",
52
+ "@webex/internal-plugin-device": "3.0.0-beta.162",
53
+ "@webex/internal-plugin-llm": "3.0.0-beta.162",
54
+ "@webex/internal-plugin-mercury": "3.0.0-beta.162",
55
+ "@webex/internal-plugin-metrics": "3.0.0-beta.162",
56
+ "@webex/internal-plugin-support": "3.0.0-beta.162",
57
+ "@webex/internal-plugin-user": "3.0.0-beta.162",
58
+ "@webex/media-helpers": "3.0.0-beta.162",
59
+ "@webex/plugin-people": "3.0.0-beta.162",
60
+ "@webex/plugin-rooms": "3.0.0-beta.162",
61
+ "@webex/webex-core": "3.0.0-beta.162",
62
62
  "ampersand-collection": "^2.0.2",
63
63
  "bowser": "^2.11.0",
64
64
  "btoa": "^1.2.1",