cdk-insights 1.41.2 → 1.41.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdk-insights",
3
- "version": "1.41.2",
3
+ "version": "1.41.3",
4
4
  "description": "AWS CDK security and cost analysis CLI. Free static scans via npm — no account needed. Sign up free to add AI-powered insights.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -137,8 +137,14 @@
137
137
  "constructs": "^10.4.2"
138
138
  },
139
139
  "peerDependenciesMeta": {
140
- "@aws-solutions-constructs/aws-apigateway-lambda": { "optional": true },
141
- "@aws-solutions-constructs/aws-lambda-stepfunctions": { "optional": true },
142
- "@aws-solutions-constructs/aws-s3-lambda": { "optional": true }
140
+ "@aws-solutions-constructs/aws-apigateway-lambda": {
141
+ "optional": true
142
+ },
143
+ "@aws-solutions-constructs/aws-lambda-stepfunctions": {
144
+ "optional": true
145
+ },
146
+ "@aws-solutions-constructs/aws-s3-lambda": {
147
+ "optional": true
148
+ }
143
149
  }
144
150
  }