@webex/internal-plugin-device 3.0.0-beta.422 → 3.0.0-beta.423
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/dist/ipNetworkDetector.js +1 -1
- package/package.json +10 -10
package/dist/device.js
CHANGED
|
@@ -735,7 +735,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
|
|
|
735
735
|
_this9.resetLogoutTimer();
|
|
736
736
|
});
|
|
737
737
|
} /* eslint-enable require-jsdoc */,
|
|
738
|
-
version: "3.0.0-beta.
|
|
738
|
+
version: "3.0.0-beta.423"
|
|
739
739
|
}, ((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)));
|
|
740
740
|
var _default = Device;
|
|
741
741
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-device",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.423",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Timothy Scheuering <timsch@cisco.com>",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
25
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
26
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
24
|
+
"@webex/test-helper-chai": "3.0.0-beta.423",
|
|
25
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.423",
|
|
26
|
+
"@webex/test-helper-test-users": "3.0.0-beta.423",
|
|
27
27
|
"chai": "^4.3.4",
|
|
28
28
|
"chai-as-promised": "^7.1.1",
|
|
29
29
|
"sinon": "^9.2.4"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@webex/common": "3.0.0-beta.
|
|
33
|
-
"@webex/common-timers": "3.0.0-beta.
|
|
34
|
-
"@webex/http-core": "3.0.0-beta.
|
|
35
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
36
|
-
"@webex/internal-plugin-metrics": "3.0.0-beta.
|
|
37
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
32
|
+
"@webex/common": "3.0.0-beta.423",
|
|
33
|
+
"@webex/common-timers": "3.0.0-beta.423",
|
|
34
|
+
"@webex/http-core": "3.0.0-beta.423",
|
|
35
|
+
"@webex/internal-plugin-device": "3.0.0-beta.423",
|
|
36
|
+
"@webex/internal-plugin-metrics": "3.0.0-beta.423",
|
|
37
|
+
"@webex/webex-core": "3.0.0-beta.423",
|
|
38
38
|
"ampersand-collection": "^2.0.2",
|
|
39
39
|
"ampersand-state": "^5.0.3",
|
|
40
40
|
"lodash": "^4.17.21"
|