@webex/plugin-device-manager 3.12.0-next.3 → 3.12.0-next.5

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.
@@ -555,7 +555,7 @@ var DeviceManager = _webexCore.WebexPlugin.extend({
555
555
  setPairedMethod: function setPairedMethod(pairedMethod) {
556
556
  this._pairedMethod = pairedMethod;
557
557
  },
558
- version: "3.12.0-next.3"
558
+ version: "3.12.0-next.5"
559
559
  });
560
560
  var _default = exports.default = DeviceManager;
561
561
  //# sourceMappingURL=device-manager.js.map
package/package.json CHANGED
@@ -22,14 +22,14 @@
22
22
  ]
23
23
  },
24
24
  "dependencies": {
25
- "@webex/internal-plugin-calendar": "3.12.0-next.3",
26
- "@webex/internal-plugin-device": "3.12.0-next.2",
27
- "@webex/internal-plugin-lyra": "3.12.0-next.3",
28
- "@webex/internal-plugin-search": "3.12.0-next.3",
29
- "@webex/plugin-authorization": "3.12.0-next.2",
30
- "@webex/plugin-logger": "3.12.0-next.2",
25
+ "@webex/internal-plugin-calendar": "3.12.0-next.5",
26
+ "@webex/internal-plugin-device": "3.12.0-next.4",
27
+ "@webex/internal-plugin-lyra": "3.12.0-next.5",
28
+ "@webex/internal-plugin-search": "3.12.0-next.5",
29
+ "@webex/plugin-authorization": "3.12.0-next.4",
30
+ "@webex/plugin-logger": "3.12.0-next.4",
31
31
  "@webex/test-helper-chai": "3.11.0-next.1",
32
- "@webex/webex-core": "3.12.0-next.2",
32
+ "@webex/webex-core": "3.12.0-next.4",
33
33
  "lodash": "^4.17.21",
34
34
  "uuid": "^3.3.2"
35
35
  },
@@ -55,5 +55,5 @@
55
55
  "eslint": "^8.24.0",
56
56
  "prettier": "^2.7.1"
57
57
  },
58
- "version": "3.12.0-next.3"
58
+ "version": "3.12.0-next.5"
59
59
  }