@webex/internal-plugin-device 3.5.0-next.12 → 3.5.0-next.13
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
|
@@ -764,7 +764,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
|
|
|
764
764
|
_this9.resetLogoutTimer();
|
|
765
765
|
});
|
|
766
766
|
} /* eslint-enable require-jsdoc */,
|
|
767
|
-
version: "3.5.0-next.
|
|
767
|
+
version: "3.5.0-next.13"
|
|
768
768
|
}, ((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)));
|
|
769
769
|
var _default = exports.default = Device;
|
|
770
770
|
//# sourceMappingURL=device.js.map
|
|
@@ -193,7 +193,7 @@ var IpNetworkDetector = _webexCore.WebexPlugin.extend({
|
|
|
193
193
|
}, _callee2, null, [[0,, 5, 8]]);
|
|
194
194
|
}))();
|
|
195
195
|
},
|
|
196
|
-
version: "3.5.0-next.
|
|
196
|
+
version: "3.5.0-next.13"
|
|
197
197
|
});
|
|
198
198
|
var _default = exports.default = IpNetworkDetector;
|
|
199
199
|
//# sourceMappingURL=ipNetworkDetector.js.map
|
package/package.json
CHANGED
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
26
26
|
"@webex/jest-config-legacy": "0.0.0",
|
|
27
27
|
"@webex/legacy-tools": "0.0.0",
|
|
28
|
-
"@webex/test-helper-chai": "3.5.0-next.
|
|
29
|
-
"@webex/test-helper-mocha": "3.5.0-next.
|
|
30
|
-
"@webex/test-helper-mock-webex": "3.5.0-next.
|
|
31
|
-
"@webex/test-helper-test-users": "3.5.0-next.
|
|
28
|
+
"@webex/test-helper-chai": "3.5.0-next.13",
|
|
29
|
+
"@webex/test-helper-mocha": "3.5.0-next.13",
|
|
30
|
+
"@webex/test-helper-mock-webex": "3.5.0-next.13",
|
|
31
|
+
"@webex/test-helper-test-users": "3.5.0-next.13",
|
|
32
32
|
"chai": "^4.3.4",
|
|
33
33
|
"chai-as-promised": "^7.1.1",
|
|
34
34
|
"eslint": "^8.24.0",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"sinon": "^9.2.4"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@webex/common": "3.5.0-next.
|
|
40
|
-
"@webex/common-timers": "3.5.0-next.
|
|
41
|
-
"@webex/http-core": "3.5.0-next.
|
|
42
|
-
"@webex/internal-plugin-metrics": "3.5.0-next.
|
|
43
|
-
"@webex/webex-core": "3.5.0-next.
|
|
39
|
+
"@webex/common": "3.5.0-next.13",
|
|
40
|
+
"@webex/common-timers": "3.5.0-next.13",
|
|
41
|
+
"@webex/http-core": "3.5.0-next.13",
|
|
42
|
+
"@webex/internal-plugin-metrics": "3.5.0-next.13",
|
|
43
|
+
"@webex/webex-core": "3.5.0-next.13",
|
|
44
44
|
"ampersand-collection": "^2.0.2",
|
|
45
45
|
"ampersand-state": "^5.0.3",
|
|
46
46
|
"lodash": "^4.17.21"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"test:style": "eslint ./src/**/*.*",
|
|
55
55
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
56
56
|
},
|
|
57
|
-
"version": "3.5.0-next.
|
|
57
|
+
"version": "3.5.0-next.13"
|
|
58
58
|
}
|