@aws-solutions-constructs/core 2.11.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.
Files changed (2) hide show
  1. package/.jsii +44 -5
  2. 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.24.0",
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": {
@@ -2724,6 +2750,19 @@
2724
2750
  }
2725
2751
  }
2726
2752
  },
2753
+ "aws-cdk-lib.aws_voiceid": {
2754
+ "targets": {
2755
+ "dotnet": {
2756
+ "namespace": "Amazon.CDK.AWS.VoiceID"
2757
+ },
2758
+ "java": {
2759
+ "package": "software.amazon.awscdk.services.voiceid"
2760
+ },
2761
+ "python": {
2762
+ "module": "aws_cdk.aws_voiceid"
2763
+ }
2764
+ }
2765
+ },
2727
2766
  "aws-cdk-lib.aws_waf": {
2728
2767
  "targets": {
2729
2768
  "dotnet": {
@@ -2935,7 +2974,7 @@
2935
2974
  },
2936
2975
  "targets": {
2937
2976
  "dotnet": {
2938
- "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
2977
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
2939
2978
  "namespace": "Amazon.CDK",
2940
2979
  "packageId": "Amazon.CDK.Lib"
2941
2980
  },
@@ -2987,7 +3026,7 @@
2987
3026
  },
2988
3027
  "description": "Core CDK Construct for patterns library",
2989
3028
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
2990
- "jsiiVersion": "1.62.0 (build 293ac17)",
3029
+ "jsiiVersion": "1.63.2 (build a8a8833)",
2991
3030
  "license": "Apache-2.0",
2992
3031
  "metadata": {
2993
3032
  "jsii": {
@@ -5324,6 +5363,6 @@
5324
5363
  "symbolId": "lib/input-validation:VerifiedProps"
5325
5364
  }
5326
5365
  },
5327
- "version": "2.11.0",
5328
- "fingerprint": "1PwLEQqldCoAfXXivuX7BaPJku60iNlVAGQD2twGB7g="
5366
+ "version": "2.14.0",
5367
+ "fingerprint": "2H935Jwg3jM8JFoERSKzNIwrrzjgnaMGpKWCqmChdjM="
5329
5368
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.11.0",
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.24.0",
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.24.0",
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.24.0",
89
+ "aws-cdk-lib": "^2.36.0",
90
90
  "constructs": "^10.0.0"
91
91
  }
92
92
  }