@aws-solutions-constructs/core 2.19.0 → 2.20.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
@@ -5363,6 +5363,6 @@
5363
5363
  "symbolId": "lib/input-validation:VerifiedProps"
5364
5364
  }
5365
5365
  },
5366
- "version": "2.19.0",
5367
- "fingerprint": "Q546ZkaIwvrqAOCXdDQcSsuqQln84N0Q4vxxsmEUZe4="
5366
+ "version": "2.20.0",
5367
+ "fingerprint": "n1T/jGi+9BA1JDtNpeTazxx8d3LWOUOO1PMOhZI4hsA="
5368
5368
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Core CDK Construct for patterns library",
5
5
  "main": "index.js",
6
6
  "types": "index.ts",