@okta/okta-auth-js 5.10.0 → 5.10.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/cjs/idx/remediators/EnrollPoll.js.map +1 -1
- 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/esm/index.js.map +1 -1
- package/lib/idx/remediators/EnrollPoll.d.ts +1 -1
- package/package.json +4 -4
package/esm/index.js
CHANGED
|
@@ -7634,7 +7634,7 @@ var OktaUserAgent = /*#__PURE__*/function () {
|
|
|
7634
7634
|
function OktaUserAgent() {
|
|
7635
7635
|
_classCallCheck(this, OktaUserAgent);
|
|
7636
7636
|
|
|
7637
|
-
this.environments = ["okta-auth-js/".concat("5.10.
|
|
7637
|
+
this.environments = ["okta-auth-js/".concat("5.10.1")];
|
|
7638
7638
|
}
|
|
7639
7639
|
|
|
7640
7640
|
_createClass(OktaUserAgent, [{
|
|
@@ -7653,7 +7653,7 @@ var OktaUserAgent = /*#__PURE__*/function () {
|
|
|
7653
7653
|
}, {
|
|
7654
7654
|
key: "getVersion",
|
|
7655
7655
|
value: function getVersion() {
|
|
7656
|
-
return "5.10.
|
|
7656
|
+
return "5.10.1";
|
|
7657
7657
|
}
|
|
7658
7658
|
}, {
|
|
7659
7659
|
key: "maybeAddNodeEnvironment",
|
|
@@ -7712,9 +7712,9 @@ var OktaAuth = /*#__PURE__*/function () {
|
|
|
7712
7712
|
this.options = Object.assign(this.options, {
|
|
7713
7713
|
redirectUri: toAbsoluteUrl(args.redirectUri, window.location.origin)
|
|
7714
7714
|
});
|
|
7715
|
-
this.userAgent = getUserAgent(args, "okta-auth-js/".concat("5.10.
|
|
7715
|
+
this.userAgent = getUserAgent(args, "okta-auth-js/".concat("5.10.1"));
|
|
7716
7716
|
} else {
|
|
7717
|
-
this.userAgent = getUserAgent(args, "okta-auth-js-server/".concat("5.10.
|
|
7717
|
+
this.userAgent = getUserAgent(args, "okta-auth-js-server/".concat("5.10.1"));
|
|
7718
7718
|
}
|
|
7719
7719
|
|
|
7720
7720
|
if (!args.maxClockSkew && args.maxClockSkew !== 0) {
|