@webex/internal-plugin-device 1.151.3 → 1.151.7
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/device.js +1 -1
- package/package.json +5 -5
package/dist/device.js
CHANGED
|
@@ -760,7 +760,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
|
|
|
760
760
|
}
|
|
761
761
|
/* eslint-enable require-jsdoc */
|
|
762
762
|
,
|
|
763
|
-
version: "1.151.
|
|
763
|
+
version: "1.151.7"
|
|
764
764
|
}, ((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)));
|
|
765
765
|
|
|
766
766
|
var _default = Device;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-device",
|
|
3
|
-
"version": "1.151.
|
|
3
|
+
"version": "1.151.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Timothy Scheuering <timsch@cisco.com>",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
20
|
-
"@webex/webex-core": "1.151.
|
|
21
|
-
"@webex/common": "1.151.
|
|
22
|
-
"@webex/common-timers": "1.151.
|
|
20
|
+
"@webex/webex-core": "1.151.7",
|
|
21
|
+
"@webex/common": "1.151.7",
|
|
22
|
+
"@webex/common-timers": "1.151.7",
|
|
23
23
|
"ampersand-state": "^5.0.3",
|
|
24
24
|
"ampersand-collection": "^2.0.2",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
|
-
"@webex/http-core": "1.151.
|
|
26
|
+
"@webex/http-core": "1.151.7",
|
|
27
27
|
"envify": "^4.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|