@okta/okta-auth-js 6.5.2 → 6.5.3
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/cjs/idx/types/api.js.map +1 -1
- 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.browser.js.map +1 -1
- package/esm/esm.node.mjs +2 -2
- package/esm/esm.node.mjs.map +1 -1
- package/lib/idx/remediators/Base/AuthenticatorData.d.ts +5 -0
- package/lib/idx/remediators/Base/SelectAuthenticator.d.ts +5 -0
- package/lib/idx/remediators/EnrollmentChannelData.d.ts +5 -0
- package/lib/idx/remediators/SelectEnrollmentChannel.d.ts +5 -0
- package/lib/idx/types/api.d.ts +5 -1
- package/package.json +3 -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.3")];
|
|
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.3";
|
|
8830
8830
|
}
|
|
8831
8831
|
}, {
|
|
8832
8832
|
key: "maybeAddNodeEnvironment",
|