@webex/plugin-meetings 3.0.0-beta.59 → 3.0.0-beta.60

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.
@@ -130,7 +130,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
130
130
  sessionId: this.sessionId
131
131
  });
132
132
  },
133
- version: "3.0.0-beta.59"
133
+ version: "3.0.0-beta.60"
134
134
  });
135
135
  var _default = Breakout;
136
136
  exports.default = _default;
@@ -718,7 +718,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
718
718
  }
719
719
  });
720
720
  },
721
- version: "3.0.0-beta.59"
721
+ version: "3.0.0-beta.60"
722
722
  });
723
723
  var _default = Breakouts;
724
724
  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.59",
3
+ "version": "3.0.0-beta.60",
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.59",
36
- "@webex/test-helper-chai": "3.0.0-beta.59",
37
- "@webex/test-helper-mocha": "3.0.0-beta.59",
38
- "@webex/test-helper-mock-webex": "3.0.0-beta.59",
39
- "@webex/test-helper-retry": "3.0.0-beta.59",
40
- "@webex/test-helper-test-users": "3.0.0-beta.59",
35
+ "@webex/plugin-meetings": "3.0.0-beta.60",
36
+ "@webex/test-helper-chai": "3.0.0-beta.60",
37
+ "@webex/test-helper-mocha": "3.0.0-beta.60",
38
+ "@webex/test-helper-mock-webex": "3.0.0-beta.60",
39
+ "@webex/test-helper-retry": "3.0.0-beta.60",
40
+ "@webex/test-helper-test-users": "3.0.0-beta.60",
41
41
  "chai": "^4.3.4",
42
42
  "chai-as-promised": "^7.1.1",
43
43
  "jsdom-global": "3.0.2",
@@ -46,18 +46,18 @@
46
46
  "typescript": "^4.7.4"
47
47
  },
48
48
  "dependencies": {
49
- "@webex/common": "3.0.0-beta.59",
50
- "@webex/internal-media-core": "1.35.3",
51
- "@webex/internal-plugin-conversation": "3.0.0-beta.59",
52
- "@webex/internal-plugin-device": "3.0.0-beta.59",
53
- "@webex/internal-plugin-llm": "3.0.0-beta.59",
54
- "@webex/internal-plugin-mercury": "3.0.0-beta.59",
55
- "@webex/internal-plugin-metrics": "3.0.0-beta.59",
56
- "@webex/internal-plugin-support": "3.0.0-beta.59",
57
- "@webex/internal-plugin-user": "3.0.0-beta.59",
58
- "@webex/plugin-people": "3.0.0-beta.59",
59
- "@webex/plugin-rooms": "3.0.0-beta.59",
60
- "@webex/webex-core": "3.0.0-beta.59",
49
+ "@webex/common": "3.0.0-beta.60",
50
+ "@webex/internal-media-core": "1.35.7",
51
+ "@webex/internal-plugin-conversation": "3.0.0-beta.60",
52
+ "@webex/internal-plugin-device": "3.0.0-beta.60",
53
+ "@webex/internal-plugin-llm": "3.0.0-beta.60",
54
+ "@webex/internal-plugin-mercury": "3.0.0-beta.60",
55
+ "@webex/internal-plugin-metrics": "3.0.0-beta.60",
56
+ "@webex/internal-plugin-support": "3.0.0-beta.60",
57
+ "@webex/internal-plugin-user": "3.0.0-beta.60",
58
+ "@webex/plugin-people": "3.0.0-beta.60",
59
+ "@webex/plugin-rooms": "3.0.0-beta.60",
60
+ "@webex/webex-core": "3.0.0-beta.60",
61
61
  "ampersand-collection": "^2.0.2",
62
62
  "bowser": "^2.11.0",
63
63
  "btoa": "^1.2.1",