@aws-solutions-constructs/core 2.81.0 → 2.82.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 +3 -3
  2. package/package.json +3 -3
package/.jsii CHANGED
@@ -13,7 +13,7 @@
13
13
  "npmlog": "^7.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "aws-cdk-lib": "^2.186.0",
16
+ "aws-cdk-lib": "^2.187.0",
17
17
  "constructs": "^10.0.0"
18
18
  },
19
19
  "dependencyClosure": {
@@ -9505,6 +9505,6 @@
9505
9505
  "symbolId": "lib/waf-helper:WafWebAclProps"
9506
9506
  }
9507
9507
  },
9508
- "version": "2.81.0",
9509
- "fingerprint": "i3VmOXfvxbapddynrc7FxmPe4EZkoDoXXfI2bnylOJA="
9508
+ "version": "2.82.0",
9509
+ "fingerprint": "niUh/KSKa76iHXKLdXFnEq0ORJaRbDQ69RoaC/e+dAs="
9510
9510
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.81.0",
3
+ "version": "2.82.0",
4
4
  "description": "Core CDK Construct for patterns library",
5
5
  "main": "index.js",
6
6
  "types": "index.ts",
@@ -66,7 +66,7 @@
66
66
  "@types/jest": "^27.4.0",
67
67
  "@types/node": "^10.3.0",
68
68
  "constructs": "^10.0.0",
69
- "aws-cdk-lib": "2.186.0"
69
+ "aws-cdk-lib": "2.187.0"
70
70
  },
71
71
  "jest": {
72
72
  "moduleFileExtensions": [
@@ -89,6 +89,6 @@
89
89
  ],
90
90
  "peerDependencies": {
91
91
  "constructs": "^10.0.0",
92
- "aws-cdk-lib": "^2.186.0"
92
+ "aws-cdk-lib": "^2.187.0"
93
93
  }
94
94
  }