@okta/okta-auth-js 6.4.0 → 6.4.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/OktaUserAgent.js +2 -2
- package/cjs/ServiceManager.js +1 -1
- package/cjs/ServiceManager.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 +3 -3
- package/esm/esm.browser.js.map +1 -1
- package/esm/esm.node.mjs +3 -3
- package/esm/esm.node.mjs.map +1 -1
- package/package.json +4 -3
package/esm/esm.browser.js
CHANGED
|
@@ -3531,7 +3531,7 @@ var ServiceManager = function () {
|
|
|
3531
3531
|
key: "start",
|
|
3532
3532
|
value: function start() {
|
|
3533
3533
|
if (this.started) {
|
|
3534
|
-
|
|
3534
|
+
return;
|
|
3535
3535
|
}
|
|
3536
3536
|
if (this.isLeaderRequired()) {
|
|
3537
3537
|
this.startElector();
|
|
@@ -8486,7 +8486,7 @@ function _unlockAccount() {
|
|
|
8486
8486
|
var OktaUserAgent = function () {
|
|
8487
8487
|
function OktaUserAgent() {
|
|
8488
8488
|
_classCallCheck(this, OktaUserAgent);
|
|
8489
|
-
this.environments = ["okta-auth-js/".concat("6.4.
|
|
8489
|
+
this.environments = ["okta-auth-js/".concat("6.4.1")];
|
|
8490
8490
|
}
|
|
8491
8491
|
_createClass(OktaUserAgent, [{
|
|
8492
8492
|
key: "addEnvironment",
|
|
@@ -8504,7 +8504,7 @@ var OktaUserAgent = function () {
|
|
|
8504
8504
|
}, {
|
|
8505
8505
|
key: "getVersion",
|
|
8506
8506
|
value: function getVersion() {
|
|
8507
|
-
return "6.4.
|
|
8507
|
+
return "6.4.1";
|
|
8508
8508
|
}
|
|
8509
8509
|
}, {
|
|
8510
8510
|
key: "maybeAddNodeEnvironment",
|