infra-cost 1.6.0 → 1.8.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 (3) hide show
  1. package/dist/cli/index.js +1687 -356
  2. package/dist/index.js +1683 -351
  3. package/package.json +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infra-cost",
3
- "version": "1.6.0",
3
+ "version": "1.8.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",
@@ -111,12 +111,15 @@
111
111
  "cli-progress": "^3.12.0",
112
112
  "cli-table3": "^0.6.5",
113
113
  "commander": "^12.1.0",
114
+ "cors": "^2.8.6",
114
115
  "dayjs": "^1.11.19",
115
116
  "exceljs": "^4.4.0",
116
117
  "express": "^5.2.1",
118
+ "express-rate-limit": "^8.2.1",
117
119
  "fd-slicer": "^1.1.0",
118
120
  "google-auth-library": "^10.5.0",
119
121
  "googleapis": "^171.0.0",
122
+ "helmet": "^8.1.0",
120
123
  "ini": "^6.0.0",
121
124
  "ink": "^6.6.0",
122
125
  "moment": "^2.30.1",
@@ -133,10 +136,14 @@
133
136
  "pako": "^2.1.0",
134
137
  "pend": "^1.2.0",
135
138
  "react": "^19.2.4",
139
+ "swagger-jsdoc": "^6.2.8",
140
+ "swagger-ui-express": "^5.0.1",
136
141
  "yauzl": "^3.0.0",
137
142
  "zod": "^3.23.8"
138
143
  },
139
144
  "devDependencies": {
145
+ "@types/cors": "^2.8.19",
146
+ "@types/express": "^5.0.6",
140
147
  "@types/jest": "^29.5.12",
141
148
  "@types/node": "^22.5.4",
142
149
  "@types/yauzl": "^2.10.3",