@webex/plugin-device-manager 3.0.0-beta.7 → 3.0.0-beta.9

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.
@@ -623,7 +623,7 @@ var DeviceManager = _webexCore.WebexPlugin.extend({
623
623
 
624
624
  return _promise.default.resolve();
625
625
  },
626
- version: "3.0.0-beta.7"
626
+ version: "3.0.0-beta.9"
627
627
  });
628
628
 
629
629
  var _default = DeviceManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-device-manager",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.0-beta.9",
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.7",
27
- "@webex/internal-plugin-device": "3.0.0-beta.7",
28
- "@webex/internal-plugin-lyra": "3.0.0-beta.7",
29
- "@webex/internal-plugin-search": "3.0.0-beta.7",
30
- "@webex/plugin-authorization": "3.0.0-beta.7",
31
- "@webex/plugin-device-manager": "3.0.0-beta.7",
32
- "@webex/plugin-logger": "3.0.0-beta.7",
33
- "@webex/test-helper-chai": "3.0.0-beta.7",
34
- "@webex/webex-core": "3.0.0-beta.7",
26
+ "@webex/internal-plugin-calendar": "3.0.0-beta.9",
27
+ "@webex/internal-plugin-device": "3.0.0-beta.9",
28
+ "@webex/internal-plugin-lyra": "3.0.0-beta.9",
29
+ "@webex/internal-plugin-search": "3.0.0-beta.9",
30
+ "@webex/plugin-authorization": "3.0.0-beta.9",
31
+ "@webex/plugin-device-manager": "3.0.0-beta.9",
32
+ "@webex/plugin-logger": "3.0.0-beta.9",
33
+ "@webex/test-helper-chai": "3.0.0-beta.9",
34
+ "@webex/webex-core": "3.0.0-beta.9",
35
35
  "lodash": "^4.17.21",
36
36
  "uuid": "^3.3.2"
37
37
  }