@webex/internal-plugin-device 3.12.0-next.2 → 3.12.0-next.3

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
@@ -951,7 +951,7 @@ var Device = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)(
951
951
  _this10.resetLogoutTimer();
952
952
  });
953
953
  } /* eslint-enable require-jsdoc */,
954
- version: "3.12.0-next.2"
954
+ version: "3.12.0-next.3"
955
955
  }, (0, _applyDecoratedDescriptor2.default)(_obj, "refresh", [_common.oneFlight, _dec], (0, _getOwnPropertyDescriptor.default)(_obj, "refresh"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "register", [_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));
956
956
  var _default = exports.default = Device;
957
957
  //# sourceMappingURL=device.js.map
@@ -225,7 +225,7 @@ var IpNetworkDetector = _webexCore.WebexPlugin.extend({
225
225
  }, _callee2, null, [[2,, 4, 5]]);
226
226
  }))();
227
227
  },
228
- version: "3.12.0-next.2"
228
+ version: "3.12.0-next.3"
229
229
  });
230
230
  var _default = exports.default = IpNetworkDetector;
231
231
  //# sourceMappingURL=ipNetworkDetector.js.map
package/package.json CHANGED
@@ -39,8 +39,8 @@
39
39
  "@webex/common": "3.11.0-next.1",
40
40
  "@webex/common-timers": "3.11.0-next.1",
41
41
  "@webex/http-core": "3.11.0-next.1",
42
- "@webex/internal-plugin-metrics": "3.12.0-next.2",
43
- "@webex/webex-core": "3.12.0-next.2",
42
+ "@webex/internal-plugin-metrics": "3.12.0-next.3",
43
+ "@webex/webex-core": "3.12.0-next.3",
44
44
  "ampersand-collection": "^2.0.2",
45
45
  "ampersand-state": "^5.0.3",
46
46
  "lodash": "^4.17.21",
@@ -55,5 +55,5 @@
55
55
  "test:style": "eslint ./src/**/*.*",
56
56
  "test:unit": "webex-legacy-tools test --unit --runner jest"
57
57
  },
58
- "version": "3.12.0-next.2"
58
+ "version": "3.12.0-next.3"
59
59
  }