@aws-solutions-constructs/core 2.6.0 → 2.7.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 (2) hide show
  1. package/.jsii +2 -2
  2. package/package.json +1 -1
package/.jsii CHANGED
@@ -5242,6 +5242,6 @@
5242
5242
  "symbolId": "lib/input-validation:VerifiedProps"
5243
5243
  }
5244
5244
  },
5245
- "version": "2.6.0",
5246
- "fingerprint": "MMRgoXlV8AMGoBKAm0K4FCuIsFZaIsX6ZnFhcPrX9x8="
5245
+ "version": "2.7.0",
5246
+ "fingerprint": "7AbF4TOUplqeP6tAMFye2d0sQnDadIvtRCfnh8tCTik="
5247
5247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "Core CDK Construct for patterns library",
5
5
  "main": "index.js",
6
6
  "types": "index.ts",