@webex/plugin-rooms 3.0.0-beta.6 → 3.0.0-beta.7

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.
Files changed (2) hide show
  1. package/dist/rooms.js +1 -1
  2. package/package.json +12 -12
package/dist/rooms.js CHANGED
@@ -550,7 +550,7 @@ var Rooms = _webexCore.WebexPlugin.extend({
550
550
  return null;
551
551
  }
552
552
  },
553
- version: "3.0.0-beta.6"
553
+ version: "3.0.0-beta.7"
554
554
  });
555
555
 
556
556
  var _default = Rooms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-rooms",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.7",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,20 +20,20 @@
20
20
  ]
21
21
  },
22
22
  "devDependencies": {
23
- "@webex/test-helper-chai": "3.0.0-beta.6",
24
- "@webex/test-helper-test-users": "3.0.0-beta.6",
23
+ "@webex/test-helper-chai": "3.0.0-beta.7",
24
+ "@webex/test-helper-test-users": "3.0.0-beta.7",
25
25
  "sinon": "^9.2.4"
26
26
  },
27
27
  "dependencies": {
28
- "@webex/common": "3.0.0-beta.6",
29
- "@webex/internal-plugin-conversation": "3.0.0-beta.6",
30
- "@webex/internal-plugin-mercury": "3.0.0-beta.6",
31
- "@webex/plugin-logger": "3.0.0-beta.6",
32
- "@webex/plugin-memberships": "3.0.0-beta.6",
33
- "@webex/plugin-messages": "3.0.0-beta.6",
34
- "@webex/plugin-people": "3.0.0-beta.6",
35
- "@webex/plugin-rooms": "3.0.0-beta.6",
36
- "@webex/webex-core": "3.0.0-beta.6",
28
+ "@webex/common": "3.0.0-beta.7",
29
+ "@webex/internal-plugin-conversation": "3.0.0-beta.7",
30
+ "@webex/internal-plugin-mercury": "3.0.0-beta.7",
31
+ "@webex/plugin-logger": "3.0.0-beta.7",
32
+ "@webex/plugin-memberships": "3.0.0-beta.7",
33
+ "@webex/plugin-messages": "3.0.0-beta.7",
34
+ "@webex/plugin-people": "3.0.0-beta.7",
35
+ "@webex/plugin-rooms": "3.0.0-beta.7",
36
+ "@webex/webex-core": "3.0.0-beta.7",
37
37
  "debug": "^4.3.4",
38
38
  "lodash": "^4.17.21"
39
39
  }