@aws-solutions-constructs/core 2.9.0 → 2.10.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 +4 -4
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.24.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
},
|
|
2988
2988
|
"description": "Core CDK Construct for patterns library",
|
|
2989
2989
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
2990
|
-
"jsiiVersion": "1.
|
|
2990
|
+
"jsiiVersion": "1.61.0 (build abf4039)",
|
|
2991
2991
|
"license": "Apache-2.0",
|
|
2992
2992
|
"metadata": {
|
|
2993
2993
|
"jsii": {
|
|
@@ -5268,6 +5268,6 @@
|
|
|
5268
5268
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5269
5269
|
}
|
|
5270
5270
|
},
|
|
5271
|
-
"version": "2.
|
|
5272
|
-
"fingerprint": "
|
|
5271
|
+
"version": "2.10.0",
|
|
5272
|
+
"fingerprint": "I6QLHYFbaJtNiORCu64yGut0IR46wcKx595+k135x24="
|
|
5273
5273
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-solutions-constructs/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"description": "Core CDK Construct for patterns library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.ts",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/deep-diff": "^1.0.0",
|
|
61
61
|
"@types/npmlog": "^4.1.2",
|
|
62
|
-
"@aws-cdk/assert": "2.
|
|
62
|
+
"@aws-cdk/assert": "2.24.0",
|
|
63
63
|
"@types/prettier": "2.6.0",
|
|
64
64
|
"@types/jest": "^27.4.0",
|
|
65
65
|
"@types/node": "^10.3.0",
|
|
66
|
-
"aws-cdk-lib": "2.
|
|
66
|
+
"aws-cdk-lib": "2.24.0",
|
|
67
67
|
"constructs": "^10.0.0"
|
|
68
68
|
},
|
|
69
69
|
"jest": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"deep-diff"
|
|
87
87
|
],
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"aws-cdk-lib": "^2.
|
|
89
|
+
"aws-cdk-lib": "^2.24.0",
|
|
90
90
|
"constructs": "^10.0.0"
|
|
91
91
|
}
|
|
92
92
|
}
|