@okta/okta-auth-js 6.4.1 → 6.4.2

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.
@@ -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.1")];
8489
+ this.environments = ["okta-auth-js/".concat("6.4.2")];
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.1";
8507
+ return "6.4.2";
8508
8508
  }
8509
8509
  }, {
8510
8510
  key: "maybeAddNodeEnvironment",
package/esm/esm.node.mjs CHANGED
@@ -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.1")];
8587
+ this.environments = ["okta-auth-js/".concat("6.4.2")];
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.1";
8605
+ return "6.4.2";
8606
8606
  }
8607
8607
  }, {
8608
8608
  key: "maybeAddNodeEnvironment",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-auth-js",
4
4
  "description": "The Okta Auth SDK",
5
- "version": "6.4.1",
5
+ "version": "6.4.2",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/index.js",
@@ -187,8 +187,8 @@
187
187
  }
188
188
  },
189
189
  "okta": {
190
- "commitSha": "38f27304c795b6eb5e434915df7484e95e50094a",
191
- "fullVersion": "6.4.1-g38f2730",
192
- "testedSha": "d13b08bbe4f80b2009f48f2d1b1fcb4d64fc2450"
190
+ "commitSha": "df5296fe5935b093118455de1856279ea0aa4790",
191
+ "fullVersion": "6.4.2-gdf5296f",
192
+ "testedSha": "8b2980f93ad144dc81ba8c9866ed380a86396544"
193
193
  }
194
194
  }