@okta/okta-auth-js 6.4.0 → 6.4.1

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.
@@ -3531,7 +3531,7 @@ var ServiceManager = function () {
3531
3531
  key: "start",
3532
3532
  value: function start() {
3533
3533
  if (this.started) {
3534
- this.stop();
3534
+ return;
3535
3535
  }
3536
3536
  if (this.isLeaderRequired()) {
3537
3537
  this.startElector();
@@ -8486,7 +8486,7 @@ function _unlockAccount() {
8486
8486
  var OktaUserAgent = function () {
8487
8487
  function OktaUserAgent() {
8488
8488
  _classCallCheck(this, OktaUserAgent);
8489
- this.environments = ["okta-auth-js/".concat("6.4.0")];
8489
+ this.environments = ["okta-auth-js/".concat("6.4.1")];
8490
8490
  }
8491
8491
  _createClass(OktaUserAgent, [{
8492
8492
  key: "addEnvironment",
@@ -8504,7 +8504,7 @@ var OktaUserAgent = function () {
8504
8504
  }, {
8505
8505
  key: "getVersion",
8506
8506
  value: function getVersion() {
8507
- return "6.4.0";
8507
+ return "6.4.1";
8508
8508
  }
8509
8509
  }, {
8510
8510
  key: "maybeAddNodeEnvironment",