@okta/okta-auth-js 6.5.3 → 6.5.4
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/CHANGELOG.md +4 -0
- package/cjs/OktaUserAgent.js +2 -2
- package/dist/okta-auth-js.min.js +1 -1
- package/dist/okta-auth-js.min.js.map +1 -1
- package/dist/okta-auth-js.umd.js +1 -1
- package/dist/okta-auth-js.umd.js.map +1 -1
- package/esm/esm.browser.js +2 -2
- package/esm/esm.node.mjs +2 -2
- package/package.json +4 -4
package/esm/esm.browser.js
CHANGED
|
@@ -8808,7 +8808,7 @@ function _unlockAccount() {
|
|
|
8808
8808
|
var OktaUserAgent = function () {
|
|
8809
8809
|
function OktaUserAgent() {
|
|
8810
8810
|
_classCallCheck(this, OktaUserAgent);
|
|
8811
|
-
this.environments = ["okta-auth-js/".concat("6.5.
|
|
8811
|
+
this.environments = ["okta-auth-js/".concat("6.5.4")];
|
|
8812
8812
|
}
|
|
8813
8813
|
_createClass(OktaUserAgent, [{
|
|
8814
8814
|
key: "addEnvironment",
|
|
@@ -8826,7 +8826,7 @@ var OktaUserAgent = function () {
|
|
|
8826
8826
|
}, {
|
|
8827
8827
|
key: "getVersion",
|
|
8828
8828
|
value: function getVersion() {
|
|
8829
|
-
return "6.5.
|
|
8829
|
+
return "6.5.4";
|
|
8830
8830
|
}
|
|
8831
8831
|
}, {
|
|
8832
8832
|
key: "maybeAddNodeEnvironment",
|
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.
|
|
8909
|
+
this.environments = ["okta-auth-js/".concat("6.5.4")];
|
|
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.
|
|
8927
|
+
return "6.5.4";
|
|
8928
8928
|
}
|
|
8929
8929
|
}, {
|
|
8930
8930
|
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.5.
|
|
5
|
+
"version": "6.5.4",
|
|
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": "
|
|
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",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"okta": {
|
|
191
|
-
"commitSha": "
|
|
192
|
-
"fullVersion": "6.5.
|
|
191
|
+
"commitSha": "af0db5dc254e986f45cc666344963c9561472a2d",
|
|
192
|
+
"fullVersion": "6.5.4-gaf0db5d"
|
|
193
193
|
}
|
|
194
194
|
}
|