akeyless-client-commons 1.1.17-test.5 → 1.1.17-test.6
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/dist/hooks/index.js +2 -1
- package/dist/hooks/index.mjs +2 -1
- package/package.json +1 -1
package/dist/hooks/index.js
CHANGED
|
@@ -980,7 +980,8 @@ var useSocketSubscription = function(configs, label, settings) {
|
|
|
980
980
|
}).join(", ")));
|
|
981
981
|
}
|
|
982
982
|
} else {
|
|
983
|
-
|
|
983
|
+
var _auth_currentUser;
|
|
984
|
+
auth === null || auth === void 0 ? void 0 : (_auth_currentUser = auth.currentUser) === null || _auth_currentUser === void 0 ? void 0 : _auth_currentUser.getIdToken().then(function(token) {
|
|
984
985
|
socketServiceInstance.setAuthToken(token);
|
|
985
986
|
socketServiceInstance.getSocketInstance();
|
|
986
987
|
if (!(settings === null || settings === void 0 ? void 0 : settings.disableLogs) && configs.length > 0) {
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -886,7 +886,8 @@ var useSocketSubscription = function(configs, label, settings) {
|
|
|
886
886
|
}).join(", ")));
|
|
887
887
|
}
|
|
888
888
|
} else {
|
|
889
|
-
|
|
889
|
+
var _auth_currentUser;
|
|
890
|
+
auth === null || auth === void 0 ? void 0 : (_auth_currentUser = auth.currentUser) === null || _auth_currentUser === void 0 ? void 0 : _auth_currentUser.getIdToken().then(function(token) {
|
|
890
891
|
socketServiceInstance.setAuthToken(token);
|
|
891
892
|
socketServiceInstance.getSocketInstance();
|
|
892
893
|
if (!(settings === null || settings === void 0 ? void 0 : settings.disableLogs) && configs.length > 0) {
|