@okta/okta-auth-js 6.5.2 → 6.5.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/esm/esm.node.mjs CHANGED
@@ -8906,7 +8906,7 @@ function _unlockAccount() {
8906
8906
  var OktaUserAgent = function () {
8907
8907
  function OktaUserAgent() {
8908
8908
  _classCallCheck(this, OktaUserAgent);
8909
- this.environments = ["okta-auth-js/".concat("6.5.2")];
8909
+ this.environments = ["okta-auth-js/".concat("6.5.3")];
8910
8910
  }
8911
8911
  _createClass(OktaUserAgent, [{
8912
8912
  key: "addEnvironment",
@@ -8924,7 +8924,7 @@ var OktaUserAgent = function () {
8924
8924
  }, {
8925
8925
  key: "getVersion",
8926
8926
  value: function getVersion() {
8927
- return "6.5.2";
8927
+ return "6.5.3";
8928
8928
  }
8929
8929
  }, {
8930
8930
  key: "maybeAddNodeEnvironment",