@webex/internal-plugin-device 3.6.0-next.4 → 3.7.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.
package/dist/device.js CHANGED
@@ -826,7 +826,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
826
826
  _this11.resetLogoutTimer();
827
827
  });
828
828
  } /* eslint-enable require-jsdoc */,
829
- version: "3.6.0-next.4"
829
+ version: "3.7.0"
830
830
  }, ((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, "_registerInternal", [_common.oneFlight, _dec3], (0, _getOwnPropertyDescriptor.default)(_obj, "_registerInternal"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "unregister", [_common.oneFlight, _dec4], (0, _getOwnPropertyDescriptor.default)(_obj, "unregister"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "markUrlFailedAndGetNew", [_dec5], (0, _getOwnPropertyDescriptor.default)(_obj, "markUrlFailedAndGetNew"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "initialize", [_dec6], (0, _getOwnPropertyDescriptor.default)(_obj, "initialize"), _obj)), _obj)));
831
831
  var _default = exports.default = Device;
832
832
  //# sourceMappingURL=device.js.map
@@ -225,7 +225,7 @@ var IpNetworkDetector = _webexCore.WebexPlugin.extend({
225
225
  }, _callee2, null, [[6,, 12, 16]]);
226
226
  }))();
227
227
  },
228
- version: "3.6.0-next.4"
228
+ version: "3.7.0"
229
229
  });
230
230
  var _default = exports.default = IpNetworkDetector;
231
231
  //# 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.6.0-next.4",
29
- "@webex/test-helper-mocha": "3.6.0-next.4",
30
- "@webex/test-helper-mock-webex": "3.6.0-next.4",
31
- "@webex/test-helper-test-users": "3.6.0-next.4",
28
+ "@webex/test-helper-chai": "3.7.0",
29
+ "@webex/test-helper-mocha": "3.7.0",
30
+ "@webex/test-helper-mock-webex": "3.7.0",
31
+ "@webex/test-helper-test-users": "3.7.0",
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.6.0-next.4",
40
- "@webex/common-timers": "3.6.0-next.4",
41
- "@webex/http-core": "3.6.0-next.4",
42
- "@webex/internal-plugin-metrics": "3.6.0-next.4",
43
- "@webex/webex-core": "3.6.0-next.4",
39
+ "@webex/common": "3.7.0",
40
+ "@webex/common-timers": "3.7.0",
41
+ "@webex/http-core": "3.7.0",
42
+ "@webex/internal-plugin-metrics": "3.7.0",
43
+ "@webex/webex-core": "3.7.0",
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.6.0-next.4"
57
+ "version": "3.7.0"
58
58
  }