@aws-solutions-constructs/core 2.54.0 → 2.54.1

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 +18 -5
  2. package/package.json +4 -4
package/.jsii CHANGED
@@ -13,8 +13,8 @@
13
13
  "npmlog": "^7.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "@aws-cdk/integ-tests-alpha": "2.130.0-alpha.0",
17
- "aws-cdk-lib": "^2.130.0",
16
+ "@aws-cdk/integ-tests-alpha": "2.135.0-alpha.0",
17
+ "aws-cdk-lib": "^2.135.0",
18
18
  "constructs": "^10.0.0"
19
19
  },
20
20
  "dependencyClosure": {
@@ -3070,6 +3070,19 @@
3070
3070
  }
3071
3071
  }
3072
3072
  },
3073
+ "aws-cdk-lib.aws_securitylake": {
3074
+ "targets": {
3075
+ "dotnet": {
3076
+ "package": "Amazon.CDK.AWS.SecurityLake"
3077
+ },
3078
+ "java": {
3079
+ "package": "software.amazon.awscdk.services.securitylake"
3080
+ },
3081
+ "python": {
3082
+ "module": "aws_cdk.aws_securitylake"
3083
+ }
3084
+ }
3085
+ },
3073
3086
  "aws-cdk-lib.aws_servicecatalog": {
3074
3087
  "targets": {
3075
3088
  "dotnet": {
@@ -3684,7 +3697,7 @@
3684
3697
  },
3685
3698
  "description": "Core CDK Construct for patterns library",
3686
3699
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3687
- "jsiiVersion": "1.94.0 (build b380f01)",
3700
+ "jsiiVersion": "1.96.0 (build 921e240)",
3688
3701
  "license": "Apache-2.0",
3689
3702
  "metadata": {
3690
3703
  "jsii": {
@@ -8018,6 +8031,6 @@
8018
8031
  "symbolId": "lib/waf-helper:WafWebAclProps"
8019
8032
  }
8020
8033
  },
8021
- "version": "2.54.0",
8022
- "fingerprint": "gGkG454xtx2PVM7wrSebey5B+Drd69ciFCGbsa0Q9I4="
8034
+ "version": "2.54.1",
8035
+ "fingerprint": "zsnprWE3Q7u3O+q2kZ7TNh/2w+y9sbJpkM+XtL5UXls="
8023
8036
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.54.0",
3
+ "version": "2.54.1",
4
4
  "description": "Core CDK Construct for patterns library",
5
5
  "main": "index.js",
6
6
  "types": "index.ts",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@aws-cdk/integ-tests-alpha": "2.130.0-alpha.0",
55
+ "@aws-cdk/integ-tests-alpha": "2.135.0-alpha.0",
56
56
  "deep-diff": "^1.0.2",
57
57
  "deepmerge": "^4.0.0",
58
58
  "npmlog": "^7.0.0",
@@ -65,7 +65,7 @@
65
65
  "@types/jest": "^27.4.0",
66
66
  "@types/node": "^10.3.0",
67
67
  "constructs": "^10.0.0",
68
- "aws-cdk-lib": "2.130.0"
68
+ "aws-cdk-lib": "2.135.0"
69
69
  },
70
70
  "jest": {
71
71
  "moduleFileExtensions": [
@@ -88,6 +88,6 @@
88
88
  ],
89
89
  "peerDependencies": {
90
90
  "constructs": "^10.0.0",
91
- "aws-cdk-lib": "^2.130.0"
91
+ "aws-cdk-lib": "^2.135.0"
92
92
  }
93
93
  }