cdk-insights 0.7.1 → 0.7.2

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/dist/cli/entry.js CHANGED
@@ -95117,8 +95117,8 @@ async function runStackAnalysis(finalConfig, fingerprint, authToken, licenseInfo
95117
95117
  terminal.displayQuotaWarning({
95118
95118
  currentResourcesAnalyzed: quotaValidation.quota.currentResourcesAnalyzed,
95119
95119
  maxResources: quotaValidation.quota.maxResources,
95120
- requestedResources: 50,
95121
- // Use a reasonable estimate for display
95120
+ requestedResources: totalResources,
95121
+ // Use actual resource count
95122
95122
  remainingResources: quotaValidation.quota.remainingResources,
95123
95123
  isTrial: quotaValidation.quota.isTrial
95124
95124
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdk-insights",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "AWS CDK security and cost analysis tool with AI-powered insights",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",