infra-cost 0.2.3 → 0.2.4

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/bin/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
2
  'use strict';
3
3
 
4
- require('../dist/index.cjs');
4
+ require('../dist/index.js');
package/dist/index.js CHANGED
@@ -1353,7 +1353,7 @@ var import_commander = require("commander");
1353
1353
  // package.json
1354
1354
  var package_default = {
1355
1355
  name: "infra-cost",
1356
- version: "0.2.3",
1356
+ version: "0.2.4",
1357
1357
  description: "Multi-cloud FinOps CLI tool for comprehensive cost analysis and infrastructure optimization across AWS, GCP, Azure, Alibaba Cloud, and Oracle Cloud",
1358
1358
  author: {
1359
1359
  name: "Code Collab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infra-cost",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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
  "author": {
6
6
  "name": "Code Collab",