@webex/plugin-device-manager 3.0.0-beta.358 → 3.0.0-beta.359

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.
@@ -520,7 +520,7 @@ var DeviceManager = _webexCore.WebexPlugin.extend({
520
520
  }
521
521
  return _promise.default.resolve();
522
522
  },
523
- version: "3.0.0-beta.358"
523
+ version: "3.0.0-beta.359"
524
524
  });
525
525
  var _default = DeviceManager;
526
526
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-device-manager",
3
- "version": "3.0.0-beta.358",
3
+ "version": "3.0.0-beta.359",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -23,15 +23,15 @@
23
23
  ]
24
24
  },
25
25
  "dependencies": {
26
- "@webex/internal-plugin-calendar": "3.0.0-beta.358",
27
- "@webex/internal-plugin-device": "3.0.0-beta.358",
28
- "@webex/internal-plugin-lyra": "3.0.0-beta.358",
29
- "@webex/internal-plugin-search": "3.0.0-beta.358",
30
- "@webex/plugin-authorization": "3.0.0-beta.358",
31
- "@webex/plugin-device-manager": "3.0.0-beta.358",
32
- "@webex/plugin-logger": "3.0.0-beta.358",
33
- "@webex/test-helper-chai": "3.0.0-beta.358",
34
- "@webex/webex-core": "3.0.0-beta.358",
26
+ "@webex/internal-plugin-calendar": "3.0.0-beta.359",
27
+ "@webex/internal-plugin-device": "3.0.0-beta.359",
28
+ "@webex/internal-plugin-lyra": "3.0.0-beta.359",
29
+ "@webex/internal-plugin-search": "3.0.0-beta.359",
30
+ "@webex/plugin-authorization": "3.0.0-beta.359",
31
+ "@webex/plugin-device-manager": "3.0.0-beta.359",
32
+ "@webex/plugin-logger": "3.0.0-beta.359",
33
+ "@webex/test-helper-chai": "3.0.0-beta.359",
34
+ "@webex/webex-core": "3.0.0-beta.359",
35
35
  "lodash": "^4.17.21",
36
36
  "uuid": "^3.3.2"
37
37
  }