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.
@@ -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)({
@@ -2153,6 +2153,9 @@ var nxApiCall = /*#__PURE__*/ function() {
2153
2153
  _state.label = 3;
2154
2154
  case 3:
2155
2155
  headers = (_tmp.authorization = _tmp1, _tmp);
2156
+ if (data.ignoreAuth) {
2157
+ delete data.ignoreAuth;
2158
+ }
2156
2159
  return [
2157
2160
  4,
2158
2161
  axios2({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",