@okta/okta-auth-js 6.4.4 → 6.4.5

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.
@@ -7984,6 +7984,7 @@ function _run() {
7984
7984
  proceed,
7985
7985
  rawIdxState,
7986
7986
  requestDidSucceed,
7987
+ stepUp,
7987
7988
  _args5 = arguments;
7988
7989
  return _regeneratorRuntime.wrap(function _callee5$(_context5) {
7989
7990
  while (1) {
@@ -8032,8 +8033,8 @@ function _run() {
8032
8033
  });
8033
8034
  }
8034
8035
  }
8035
- _ref = idxResponse || {}, actions = _ref.actions, context = _ref.context, neededToProceed = _ref.neededToProceed, proceed = _ref.proceed, rawIdxState = _ref.rawIdxState, requestDidSucceed = _ref.requestDidSucceed;
8036
- return _context5.abrupt("return", _Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign({
8036
+ _ref = idxResponse || {}, actions = _ref.actions, context = _ref.context, neededToProceed = _ref.neededToProceed, proceed = _ref.proceed, rawIdxState = _ref.rawIdxState, requestDidSucceed = _ref.requestDidSucceed, stepUp = _ref.stepUp;
8037
+ return _context5.abrupt("return", _Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign(_Object$assign({
8037
8038
  status: status
8038
8039
  }, meta && {
8039
8040
  meta: meta
@@ -8049,6 +8050,8 @@ function _run() {
8049
8050
  messages: messages
8050
8051
  }), error && {
8051
8052
  error: error
8053
+ }), stepUp && {
8054
+ stepUp: stepUp
8052
8055
  }), {
8053
8056
  interactionCode: interactionCode,
8054
8057
  actions: actions,
@@ -8520,7 +8523,7 @@ function _unlockAccount() {
8520
8523
  var OktaUserAgent = function () {
8521
8524
  function OktaUserAgent() {
8522
8525
  _classCallCheck(this, OktaUserAgent);
8523
- this.environments = ["okta-auth-js/".concat("6.4.4")];
8526
+ this.environments = ["okta-auth-js/".concat("6.4.5")];
8524
8527
  }
8525
8528
  _createClass(OktaUserAgent, [{
8526
8529
  key: "addEnvironment",
@@ -8538,7 +8541,7 @@ var OktaUserAgent = function () {
8538
8541
  }, {
8539
8542
  key: "getVersion",
8540
8543
  value: function getVersion() {
8541
- return "6.4.4";
8544
+ return "6.4.5";
8542
8545
  }
8543
8546
  }, {
8544
8547
  key: "maybeAddNodeEnvironment",