@webex/internal-plugin-board 3.0.0-bnr.2 → 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.
package/dist/board.js CHANGED
@@ -711,7 +711,7 @@ var Board = _webexCore.WebexPlugin.extend({
711
711
  return _promise.default.resolve([]);
712
712
  });
713
713
  },
714
- version: "3.0.0-bnr.2"
714
+ version: "3.0.0-bnr.4"
715
715
  });
716
716
  var _default = Board;
717
717
  exports.default = _default;
package/dist/realtime.js CHANGED
@@ -221,7 +221,7 @@ var RealtimeService = _webexCore.WebexPlugin.extend({
221
221
  return _this7.realtimeChannels.remove(channel.channelId);
222
222
  }));
223
223
  },
224
- version: "3.0.0-bnr.2"
224
+ version: "3.0.0-bnr.4"
225
225
  });
226
226
  var _default = RealtimeService;
227
227
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-board",
3
- "version": "3.0.0-bnr.2",
3
+ "version": "3.0.0-bnr.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Greg Hewett <ghewett@cisco.com>",
@@ -21,22 +21,22 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@webex/test-helper-chai": "3.0.0-bnr.2",
25
- "@webex/test-helper-file": "3.0.0-bnr.2",
26
- "@webex/test-helper-mocha": "3.0.0-bnr.2",
27
- "@webex/test-helper-mock-web-socket": "3.0.0-bnr.2",
28
- "@webex/test-helper-mock-webex": "3.0.0-bnr.2",
29
- "@webex/test-helper-test-users": "3.0.0-bnr.2",
24
+ "@webex/test-helper-chai": "workspace:^",
25
+ "@webex/test-helper-file": "workspace:^",
26
+ "@webex/test-helper-mocha": "workspace:^",
27
+ "@webex/test-helper-mock-web-socket": "workspace:^",
28
+ "@webex/test-helper-mock-webex": "workspace:^",
29
+ "@webex/test-helper-test-users": "workspace:^",
30
30
  "sinon": "^9.2.4"
31
31
  },
32
32
  "dependencies": {
33
- "@webex/common": "3.0.0-bnr.2",
34
- "@webex/internal-plugin-board": "3.0.0-bnr.2",
35
- "@webex/internal-plugin-conversation": "3.0.0-bnr.2",
36
- "@webex/internal-plugin-encryption": "3.0.0-bnr.2",
37
- "@webex/internal-plugin-feature": "3.0.0-bnr.2",
38
- "@webex/internal-plugin-mercury": "3.0.0-bnr.2",
39
- "@webex/webex-core": "3.0.0-bnr.2",
33
+ "@webex/common": "workspace:^",
34
+ "@webex/internal-plugin-board": "workspace:^",
35
+ "@webex/internal-plugin-conversation": "workspace:^",
36
+ "@webex/internal-plugin-encryption": "workspace:^",
37
+ "@webex/internal-plugin-feature": "workspace:^",
38
+ "@webex/internal-plugin-mercury": "workspace:^",
39
+ "@webex/webex-core": "workspace:^",
40
40
  "ampersand-collection": "^2.0.2",
41
41
  "es6-promise-series": "^0.2.2",
42
42
  "lodash": "^4.17.21",