infra-cost 1.2.0 → 1.4.0

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 (4) hide show
  1. package/README.md +328 -25
  2. package/dist/cli/index.js +8207 -6941
  3. package/dist/index.js +8204 -6938
  4. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infra-cost",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "Multi-cloud FinOps CLI tool for comprehensive cost analysis and infrastructure optimization across AWS, GCP, Azure, Alibaba Cloud, and Oracle Cloud",
5
5
  "keywords": [
6
6
  "aws",
@@ -118,6 +118,7 @@
118
118
  "google-auth-library": "^10.5.0",
119
119
  "googleapis": "^171.0.0",
120
120
  "ini": "^6.0.0",
121
+ "ink": "^6.6.0",
121
122
  "moment": "^2.30.1",
122
123
  "node-fetch": "^2.7.0",
123
124
  "oci-budget": "^2.88.0",
@@ -131,6 +132,7 @@
131
132
  "ora": "^9.1.0",
132
133
  "pako": "^2.1.0",
133
134
  "pend": "^1.2.0",
135
+ "react": "^19.2.4",
134
136
  "yauzl": "^3.0.0",
135
137
  "zod": "^3.23.8"
136
138
  },