@okta/okta-auth-js 5.9.0 → 5.9.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.
- package/CHANGELOG.md +6 -0
- package/cjs/OktaAuth.js +2 -2
- package/cjs/OktaUserAgent.js +2 -2
- package/dist/okta-auth-js.min.js +1 -1
- package/dist/okta-auth-js.umd.js +1 -1
- package/esm/index.js +4 -4
- package/package.json +4 -5
package/esm/index.js
CHANGED
|
@@ -7459,7 +7459,7 @@ var OktaUserAgent = /*#__PURE__*/function () {
|
|
|
7459
7459
|
function OktaUserAgent() {
|
|
7460
7460
|
_classCallCheck(this, OktaUserAgent);
|
|
7461
7461
|
|
|
7462
|
-
this.environments = ["okta-auth-js/".concat("5.9.
|
|
7462
|
+
this.environments = ["okta-auth-js/".concat("5.9.1")];
|
|
7463
7463
|
}
|
|
7464
7464
|
|
|
7465
7465
|
_createClass(OktaUserAgent, [{
|
|
@@ -7478,7 +7478,7 @@ var OktaUserAgent = /*#__PURE__*/function () {
|
|
|
7478
7478
|
}, {
|
|
7479
7479
|
key: "getVersion",
|
|
7480
7480
|
value: function getVersion() {
|
|
7481
|
-
return "5.9.
|
|
7481
|
+
return "5.9.1";
|
|
7482
7482
|
}
|
|
7483
7483
|
}, {
|
|
7484
7484
|
key: "maybeAddNodeEnvironment",
|
|
@@ -7537,9 +7537,9 @@ var OktaAuth = /*#__PURE__*/function () {
|
|
|
7537
7537
|
this.options = Object.assign(this.options, {
|
|
7538
7538
|
redirectUri: toAbsoluteUrl(args.redirectUri, window.location.origin)
|
|
7539
7539
|
});
|
|
7540
|
-
this.userAgent = getUserAgent(args, "okta-auth-js/".concat("5.9.
|
|
7540
|
+
this.userAgent = getUserAgent(args, "okta-auth-js/".concat("5.9.1"));
|
|
7541
7541
|
} else {
|
|
7542
|
-
this.userAgent = getUserAgent(args, "okta-auth-js-server/".concat("5.9.
|
|
7542
|
+
this.userAgent = getUserAgent(args, "okta-auth-js-server/".concat("5.9.1"));
|
|
7543
7543
|
}
|
|
7544
7544
|
|
|
7545
7545
|
if (!args.maxClockSkew && args.maxClockSkew !== 0) {
|
package/package.json
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@okta/okta-auth-js",
|
|
4
4
|
"description": "The Okta Auth SDK",
|
|
5
|
-
"version": "5.9.
|
|
5
|
+
"version": "5.9.1",
|
|
6
6
|
"homepage": "https://github.com/okta/okta-auth-js",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
-
"type": "commonjs",
|
|
9
8
|
"main": "cjs/index.js",
|
|
10
9
|
"module": "esm/index.js",
|
|
11
10
|
"browser": {
|
|
@@ -172,8 +171,8 @@
|
|
|
172
171
|
}
|
|
173
172
|
},
|
|
174
173
|
"okta": {
|
|
175
|
-
"commitSha": "
|
|
176
|
-
"fullVersion": "5.9.
|
|
177
|
-
"testedSha": "
|
|
174
|
+
"commitSha": "77c767240cef539a3afbe21c8e8117d8c1121d7b",
|
|
175
|
+
"fullVersion": "5.9.1-g77c7672",
|
|
176
|
+
"testedSha": "16065f291239478bf5c8b76717ad42aecd42b6e5"
|
|
178
177
|
}
|
|
179
178
|
}
|