@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.
package/esm/esm.node.mjs CHANGED
@@ -3567,7 +3567,7 @@ var ServiceManager = function () {
3567
3567
  key: "start",
3568
3568
  value: function start() {
3569
3569
  if (this.started) {
3570
- this.stop();
3570
+ return;
3571
3571
  }
3572
3572
  if (this.isLeaderRequired()) {
3573
3573
  this.startElector();
@@ -8584,7 +8584,7 @@ function _unlockAccount() {
8584
8584
  var OktaUserAgent = function () {
8585
8585
  function OktaUserAgent() {
8586
8586
  _classCallCheck(this, OktaUserAgent);
8587
- this.environments = ["okta-auth-js/".concat("6.4.0")];
8587
+ this.environments = ["okta-auth-js/".concat("6.4.1")];
8588
8588
  }
8589
8589
  _createClass(OktaUserAgent, [{
8590
8590
  key: "addEnvironment",
@@ -8602,7 +8602,7 @@ var OktaUserAgent = function () {
8602
8602
  }, {
8603
8603
  key: "getVersion",
8604
8604
  value: function getVersion() {
8605
- return "6.4.0";
8605
+ return "6.4.1";
8606
8606
  }
8607
8607
  }, {
8608
8608
  key: "maybeAddNodeEnvironment",