@webex/internal-plugin-device 1.161.0 → 2.2.0

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/device.js +1 -1
  2. package/package.json +6 -6
package/dist/device.js CHANGED
@@ -772,7 +772,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
772
772
  }
773
773
  /* eslint-enable require-jsdoc */
774
774
  ,
775
- version: "1.161.0"
775
+ version: "2.2.0"
776
776
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "refresh", [_common.oneFlight, _dec], (0, _getOwnPropertyDescriptor.default)(_obj, "refresh"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "register", [_common.oneFlight, _dec2], (0, _getOwnPropertyDescriptor.default)(_obj, "register"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "unregister", [_common.oneFlight, _dec3], (0, _getOwnPropertyDescriptor.default)(_obj, "unregister"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "markUrlFailedAndGetNew", [_dec4], (0, _getOwnPropertyDescriptor.default)(_obj, "markUrlFailedAndGetNew"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "initialize", [_dec5], (0, _getOwnPropertyDescriptor.default)(_obj, "initialize"), _obj)), _obj)));
777
777
 
778
778
  var _default = Device;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-device",
3
- "version": "1.161.0",
3
+ "version": "2.2.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Timothy Scheuering <timsch@cisco.com>",
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
- "@webex/internal-plugin-metrics": "1.161.0",
21
- "@webex/webex-core": "1.161.0",
22
- "@webex/common": "1.161.0",
23
- "@webex/common-timers": "1.161.0",
20
+ "@webex/internal-plugin-metrics": "2.2.0",
21
+ "@webex/webex-core": "2.2.0",
22
+ "@webex/common": "2.2.0",
23
+ "@webex/common-timers": "2.2.0",
24
24
  "ampersand-state": "^5.0.3",
25
25
  "ampersand-collection": "^2.0.2",
26
26
  "lodash": "^4.17.21",
27
- "@webex/http-core": "1.161.0",
27
+ "@webex/http-core": "2.2.0",
28
28
  "envify": "^4.1.0"
29
29
  }
30
30
  }