@aws-solutions-constructs/core 2.45.0 → 2.47.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.
- package/.jsii +4 -4
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"npmlog": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"aws-cdk-lib": "^2.111.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
},
|
|
3560
3560
|
"description": "Core CDK Construct for patterns library",
|
|
3561
3561
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3562
|
-
"jsiiVersion": "1.
|
|
3562
|
+
"jsiiVersion": "1.92.0 (build db7f27d)",
|
|
3563
3563
|
"license": "Apache-2.0",
|
|
3564
3564
|
"metadata": {
|
|
3565
3565
|
"jsii": {
|
|
@@ -7697,6 +7697,6 @@
|
|
|
7697
7697
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
7698
7698
|
}
|
|
7699
7699
|
},
|
|
7700
|
-
"version": "2.
|
|
7701
|
-
"fingerprint": "
|
|
7700
|
+
"version": "2.47.0",
|
|
7701
|
+
"fingerprint": "UAb9sQBrQO7g7+Fg7fiaYCc6KY4DPqvSYBfzS7v5eNI="
|
|
7702
7702
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-solutions-constructs/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.47.0",
|
|
4
4
|
"description": "Core CDK Construct for patterns library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.ts",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/prettier": "2.6.0",
|
|
63
63
|
"@types/jest": "^27.4.0",
|
|
64
64
|
"@types/node": "^10.3.0",
|
|
65
|
-
"aws-cdk-lib": "2.
|
|
65
|
+
"aws-cdk-lib": "2.111.0",
|
|
66
66
|
"constructs": "^10.0.0"
|
|
67
67
|
},
|
|
68
68
|
"jest": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"deep-diff"
|
|
86
86
|
],
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"aws-cdk-lib": "^2.
|
|
88
|
+
"aws-cdk-lib": "^2.111.0",
|
|
89
89
|
"constructs": "^10.0.0"
|
|
90
90
|
}
|
|
91
91
|
}
|