@aws-cdk/aws-codestar-alpha 2.173.3-alpha.0 → 2.174.0-alpha.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.173.3",
11
+ "aws-cdk-lib": "^2.174.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2736,6 +2736,19 @@
2736
2736
  }
2737
2737
  }
2738
2738
  },
2739
+ "aws-cdk-lib.aws_pcs": {
2740
+ "targets": {
2741
+ "dotnet": {
2742
+ "package": "Amazon.CDK.AWS.PCS"
2743
+ },
2744
+ "java": {
2745
+ "package": "software.amazon.awscdk.services.pcs"
2746
+ },
2747
+ "python": {
2748
+ "module": "aws_cdk.aws_pcs"
2749
+ }
2750
+ }
2751
+ },
2739
2752
  "aws-cdk-lib.aws_personalize": {
2740
2753
  "targets": {
2741
2754
  "dotnet": {
@@ -3191,6 +3204,19 @@
3191
3204
  }
3192
3205
  }
3193
3206
  },
3207
+ "aws-cdk-lib.aws_s3tables": {
3208
+ "targets": {
3209
+ "dotnet": {
3210
+ "package": "Amazon.CDK.AWS.S3Tables"
3211
+ },
3212
+ "java": {
3213
+ "package": "software.amazon.awscdk.services.s3tables"
3214
+ },
3215
+ "python": {
3216
+ "module": "aws_cdk.aws_s3tables"
3217
+ }
3218
+ }
3219
+ },
3194
3220
  "aws-cdk-lib.aws_sagemaker": {
3195
3221
  "targets": {
3196
3222
  "dotnet": {
@@ -3900,7 +3926,7 @@
3900
3926
  "stability": "experimental"
3901
3927
  },
3902
3928
  "homepage": "https://github.com/aws/aws-cdk",
3903
- "jsiiVersion": "5.5.8 (build 06b640f)",
3929
+ "jsiiVersion": "5.7.3 (build e7089ad)",
3904
3930
  "keywords": [
3905
3931
  "aws",
3906
3932
  "cdk",
@@ -4308,6 +4334,6 @@
4308
4334
  "symbolId": "lib/github-repository:RepositoryVisibility"
4309
4335
  }
4310
4336
  },
4311
- "version": "2.173.3-alpha.0",
4337
+ "version": "2.174.0-alpha.0",
4312
4338
  "fingerprint": "**********"
4313
4339
  }
Binary file
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -42,7 +42,7 @@ class GitHubRepository extends cdk.Resource {
42
42
  }
43
43
  exports.GitHubRepository = GitHubRepository;
44
44
  _a = JSII_RTTI_SYMBOL_1;
45
- GitHubRepository[_a] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.173.3-alpha.0" };
45
+ GitHubRepository[_a] = { fqn: "@aws-cdk/aws-codestar-alpha.GitHubRepository", version: "2.174.0-alpha.0" };
46
46
  /**
47
47
  * Visibility of the GitHubRepository
48
48
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-codestar-alpha",
3
- "version": "2.173.3-alpha.0",
3
+ "version": "2.174.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::CodeStar",
6
6
  "main": "lib/index.js",
@@ -83,16 +83,16 @@
83
83
  },
84
84
  "license": "Apache-2.0",
85
85
  "devDependencies": {
86
- "@aws-cdk/cdk-build-tools": "2.173.3-alpha.0",
87
- "@aws-cdk/integ-runner": "2.173.3-alpha.0",
88
- "@aws-cdk/pkglint": "2.173.3-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.174.0-alpha.0",
87
+ "@aws-cdk/integ-runner": "2.174.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.174.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.173.3",
90
+ "aws-cdk-lib": "2.174.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "dependencies": {},
94
94
  "peerDependencies": {
95
- "aws-cdk-lib": "^2.173.3",
95
+ "aws-cdk-lib": "^2.174.0",
96
96
  "constructs": "^10.0.0"
97
97
  },
98
98
  "engines": {