@aws-solutions-constructs/core 2.13.0 → 2.14.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 +30 -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.36.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -1112,6 +1112,19 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
|
+
"aws-cdk-lib.aws_emrserverless": {
|
|
1116
|
+
"targets": {
|
|
1117
|
+
"dotnet": {
|
|
1118
|
+
"namespace": "Amazon.CDK.AWS.EMRServerless"
|
|
1119
|
+
},
|
|
1120
|
+
"java": {
|
|
1121
|
+
"package": "software.amazon.awscdk.services.emrserverless"
|
|
1122
|
+
},
|
|
1123
|
+
"python": {
|
|
1124
|
+
"module": "aws_cdk.aws_emrserverless"
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1115
1128
|
"aws-cdk-lib.aws_events": {
|
|
1116
1129
|
"targets": {
|
|
1117
1130
|
"dotnet": {
|
|
@@ -2191,6 +2204,19 @@
|
|
|
2191
2204
|
}
|
|
2192
2205
|
}
|
|
2193
2206
|
},
|
|
2207
|
+
"aws-cdk-lib.aws_redshiftserverless": {
|
|
2208
|
+
"targets": {
|
|
2209
|
+
"dotnet": {
|
|
2210
|
+
"namespace": "Amazon.CDK.AWS.RedshiftServerless"
|
|
2211
|
+
},
|
|
2212
|
+
"java": {
|
|
2213
|
+
"package": "software.amazon.awscdk.services.redshiftserverless"
|
|
2214
|
+
},
|
|
2215
|
+
"python": {
|
|
2216
|
+
"module": "aws_cdk.aws_redshiftserverless"
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2194
2220
|
"aws-cdk-lib.aws_refactorspaces": {
|
|
2195
2221
|
"targets": {
|
|
2196
2222
|
"dotnet": {
|
|
@@ -2948,7 +2974,7 @@
|
|
|
2948
2974
|
},
|
|
2949
2975
|
"targets": {
|
|
2950
2976
|
"dotnet": {
|
|
2951
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/
|
|
2977
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
|
2952
2978
|
"namespace": "Amazon.CDK",
|
|
2953
2979
|
"packageId": "Amazon.CDK.Lib"
|
|
2954
2980
|
},
|
|
@@ -5337,6 +5363,6 @@
|
|
|
5337
5363
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5338
5364
|
}
|
|
5339
5365
|
},
|
|
5340
|
-
"version": "2.
|
|
5341
|
-
"fingerprint": "
|
|
5366
|
+
"version": "2.14.0",
|
|
5367
|
+
"fingerprint": "2H935Jwg3jM8JFoERSKzNIwrrzjgnaMGpKWCqmChdjM="
|
|
5342
5368
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-solutions-constructs/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.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.36.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.36.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.36.0",
|
|
90
90
|
"constructs": "^10.0.0"
|
|
91
91
|
}
|
|
92
92
|
}
|