@webex/plugin-rooms 3.0.0-bnr.3 → 3.0.0-bnr.4

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
@@ -490,7 +490,7 @@ var Rooms = _webexCore.WebexPlugin.extend({
490
490
  return null;
491
491
  }
492
492
  },
493
- version: "3.0.0-bnr.3"
493
+ version: "3.0.0-bnr.4"
494
494
  });
495
495
  var _default = Rooms;
496
496
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-rooms",
3
- "version": "3.0.0-bnr.3",
3
+ "version": "3.0.0-bnr.4",
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-bnr.3",
24
- "@webex/test-helper-test-users": "3.0.0-bnr.3",
23
+ "@webex/test-helper-chai": "workspace:^",
24
+ "@webex/test-helper-test-users": "workspace:^",
25
25
  "sinon": "^9.2.4"
26
26
  },
27
27
  "dependencies": {
28
- "@webex/common": "3.0.0-bnr.3",
29
- "@webex/internal-plugin-conversation": "3.0.0-bnr.3",
30
- "@webex/internal-plugin-mercury": "3.0.0-bnr.3",
31
- "@webex/plugin-logger": "3.0.0-bnr.3",
32
- "@webex/plugin-memberships": "3.0.0-bnr.3",
33
- "@webex/plugin-messages": "3.0.0-bnr.3",
34
- "@webex/plugin-people": "3.0.0-bnr.3",
35
- "@webex/plugin-rooms": "3.0.0-bnr.3",
36
- "@webex/webex-core": "3.0.0-bnr.3",
28
+ "@webex/common": "workspace:^",
29
+ "@webex/internal-plugin-conversation": "workspace:^",
30
+ "@webex/internal-plugin-mercury": "workspace:^",
31
+ "@webex/plugin-logger": "workspace:^",
32
+ "@webex/plugin-memberships": "workspace:^",
33
+ "@webex/plugin-messages": "workspace:^",
34
+ "@webex/plugin-people": "workspace:^",
35
+ "@webex/plugin-rooms": "workspace:^",
36
+ "@webex/webex-core": "workspace:^",
37
37
  "debug": "^4.3.4",
38
38
  "lodash": "^4.17.21"
39
39
  }