@robinmordasiewicz/f5xc-xcsh 2.0.27-2601161808 → 2.0.39-2601190837

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.
Files changed (2) hide show
  1. package/dist/index.js +72361 -551
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "2.0.27-2601161808",
3
+ "version": "2.0.39-2601190837",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {
@@ -102,6 +102,7 @@
102
102
  "node": ">=18.0.0"
103
103
  },
104
104
  "overrides": {
105
- "esbuild": ">=0.25.0"
105
+ "esbuild": ">=0.25.0",
106
+ "tar": ">=7.5.3"
106
107
  }
107
108
  }