@okta/okta-auth-js 6.6.0 → 6.6.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.
@@ -8907,7 +8907,7 @@ function _unlockAccount() {
8907
8907
  var OktaUserAgent = function () {
8908
8908
  function OktaUserAgent() {
8909
8909
  _classCallCheck(this, OktaUserAgent);
8910
- this.environments = ["okta-auth-js/".concat("6.6.0")];
8910
+ this.environments = ["okta-auth-js/".concat("6.6.1")];
8911
8911
  }
8912
8912
  _createClass(OktaUserAgent, [{
8913
8913
  key: "addEnvironment",
@@ -8925,7 +8925,7 @@ var OktaUserAgent = function () {
8925
8925
  }, {
8926
8926
  key: "getVersion",
8927
8927
  value: function getVersion() {
8928
- return "6.6.0";
8928
+ return "6.6.1";
8929
8929
  }
8930
8930
  }, {
8931
8931
  key: "maybeAddNodeEnvironment",
package/esm/esm.node.mjs CHANGED
@@ -9005,7 +9005,7 @@ function _unlockAccount() {
9005
9005
  var OktaUserAgent = function () {
9006
9006
  function OktaUserAgent() {
9007
9007
  _classCallCheck(this, OktaUserAgent);
9008
- this.environments = ["okta-auth-js/".concat("6.6.0")];
9008
+ this.environments = ["okta-auth-js/".concat("6.6.1")];
9009
9009
  }
9010
9010
  _createClass(OktaUserAgent, [{
9011
9011
  key: "addEnvironment",
@@ -9023,7 +9023,7 @@ var OktaUserAgent = function () {
9023
9023
  }, {
9024
9024
  key: "getVersion",
9025
9025
  value: function getVersion() {
9026
- return "6.6.0";
9026
+ return "6.6.1";
9027
9027
  }
9028
9028
  }, {
9029
9029
  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.6.0",
5
+ "version": "6.6.1",
6
6
  "homepage": "https://github.com/okta/okta-auth-js",
7
7
  "license": "Apache-2.0",
8
8
  "main": "cjs/index.js",
@@ -89,7 +89,7 @@
89
89
  "@peculiar/webcrypto": "1.1.6",
90
90
  "Base64": "1.1.0",
91
91
  "atob": "^2.1.2",
92
- "broadcast-channel": "^4.10.0",
92
+ "broadcast-channel": "^4.13.0",
93
93
  "btoa": "^1.2.1",
94
94
  "core-js": "^3.6.5",
95
95
  "cross-fetch": "^3.1.5",
@@ -178,8 +178,7 @@
178
178
  "directory": "test/types"
179
179
  },
180
180
  "okta": {
181
- "commitSha": "e79b294f01b1fa06d1cc547521c0b738e7fa7d72",
182
- "fullVersion": "6.6.0-ge79b294",
183
- "testedSha": "d3fb42e87bf8632f0cd41f3e806a5901c3916bcc"
181
+ "commitSha": "c6e175da61d401db70d4072ed058d23cea8bcb71",
182
+ "fullVersion": "6.6.1-gc6e175d"
184
183
  }
185
184
  }