akeyless-client-commons 1.1.68 → 1.1.69
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/helpers/index.js +3 -0
- package/dist/helpers/index.mjs +3 -0
- package/package.json +1 -1
package/dist/helpers/index.js
CHANGED
|
@@ -2535,6 +2535,9 @@ var nxApiCall = /*#__PURE__*/ function() {
|
|
|
2535
2535
|
_state.label = 3;
|
|
2536
2536
|
case 3:
|
|
2537
2537
|
headers = (_tmp.authorization = _tmp1, _tmp);
|
|
2538
|
+
if (data.ignoreAuth) {
|
|
2539
|
+
delete data.ignoreAuth;
|
|
2540
|
+
}
|
|
2538
2541
|
return [
|
|
2539
2542
|
4,
|
|
2540
2543
|
(0, import_axios2.default)({
|
package/dist/helpers/index.mjs
CHANGED