@aws-cdk/app-staging-synthesizer-alpha 2.238.0-alpha.0 → 2.239.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 +4 -4
- package/.jsii.tabl.json.gz +0 -0
- package/lib/app-staging-synthesizer.js +1 -1
- package/lib/bootstrap-roles.js +2 -2
- package/lib/default-staging-stack.js +2 -2
- package/package.json +9 -9
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
12
|
-
"constructs": "^10.
|
|
11
|
+
"aws-cdk-lib": "^2.239.0",
|
|
12
|
+
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
15
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -8499,7 +8499,7 @@
|
|
|
8499
8499
|
"stability": "experimental"
|
|
8500
8500
|
},
|
|
8501
8501
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8502
|
-
"jsiiVersion": "5.9.
|
|
8502
|
+
"jsiiVersion": "5.9.26 (build f85d3df)",
|
|
8503
8503
|
"keywords": [
|
|
8504
8504
|
"aws",
|
|
8505
8505
|
"cdk"
|
|
@@ -10260,6 +10260,6 @@
|
|
|
10260
10260
|
"symbolId": "lib/default-staging-stack:UsingAppStagingSynthesizer"
|
|
10261
10261
|
}
|
|
10262
10262
|
},
|
|
10263
|
-
"version": "2.
|
|
10263
|
+
"version": "2.239.0-alpha.0",
|
|
10264
10264
|
"fingerprint": "**********"
|
|
10265
10265
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -17,7 +17,7 @@ const ENV_AWARE_STACKS = new app_global_1.AppScopedGlobal(() => new Set());
|
|
|
17
17
|
*/
|
|
18
18
|
class AppStagingSynthesizer extends core_1.StackSynthesizer {
|
|
19
19
|
props;
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.AppStagingSynthesizer", version: "2.239.0-alpha.0" };
|
|
21
21
|
/**
|
|
22
22
|
* Default ARN qualifier
|
|
23
23
|
*/
|
package/lib/bootstrap-roles.js
CHANGED
|
@@ -11,7 +11,7 @@ const app_staging_synthesizer_1 = require("./app-staging-synthesizer");
|
|
|
11
11
|
*/
|
|
12
12
|
class BootstrapRole {
|
|
13
13
|
roleArn;
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.BootstrapRole", version: "2.239.0-alpha.0" };
|
|
15
15
|
/**
|
|
16
16
|
* Use the currently assumed role/credentials
|
|
17
17
|
*/
|
|
@@ -60,7 +60,7 @@ exports.BootstrapRole = BootstrapRole;
|
|
|
60
60
|
* when deploying the App.
|
|
61
61
|
*/
|
|
62
62
|
class DeploymentIdentities {
|
|
63
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.
|
|
63
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DeploymentIdentities", version: "2.239.0-alpha.0" };
|
|
64
64
|
/**
|
|
65
65
|
* Use CLI credentials for all deployment identities.
|
|
66
66
|
*/
|
|
@@ -23,7 +23,7 @@ exports.DEPLOY_TIME_PREFIX = 'deploy-time/';
|
|
|
23
23
|
* injested in our metrics like every other construct.
|
|
24
24
|
*/
|
|
25
25
|
class UsingAppStagingSynthesizer extends constructs_1.Construct {
|
|
26
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.
|
|
26
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.UsingAppStagingSynthesizer", version: "2.239.0-alpha.0" };
|
|
27
27
|
constructor(scope, id) {
|
|
28
28
|
super(scope, id);
|
|
29
29
|
}
|
|
@@ -38,7 +38,7 @@ exports.UsingAppStagingSynthesizer = UsingAppStagingSynthesizer;
|
|
|
38
38
|
*/
|
|
39
39
|
class DefaultStagingStack extends core_1.Stack {
|
|
40
40
|
props;
|
|
41
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.
|
|
41
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/app-staging-synthesizer-alpha.DefaultStagingStack", version: "2.239.0-alpha.0" };
|
|
42
42
|
/**
|
|
43
43
|
* Return a factory that will create DefaultStagingStacks
|
|
44
44
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/app-staging-synthesizer-alpha",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.239.0-alpha.0",
|
|
5
5
|
"description": "Cdk synthesizer for with app-scoped staging stack",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"aws-cdk-lib": "2.
|
|
93
|
-
"@aws-cdk/integ-runner": "^2.
|
|
94
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
95
|
-
"constructs": "^10.
|
|
96
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
97
|
-
"@aws-cdk/pkglint": "2.
|
|
92
|
+
"aws-cdk-lib": "2.239.0",
|
|
93
|
+
"@aws-cdk/integ-runner": "^2.195.0",
|
|
94
|
+
"@aws-cdk/integ-tests-alpha": "2.239.0-alpha.0",
|
|
95
|
+
"constructs": "^10.5.0",
|
|
96
|
+
"@aws-cdk/cdk-build-tools": "2.239.0-alpha.0",
|
|
97
|
+
"@aws-cdk/pkglint": "2.239.0-alpha.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"aws-cdk-lib": "^2.
|
|
101
|
-
"constructs": "^10.
|
|
100
|
+
"aws-cdk-lib": "^2.239.0",
|
|
101
|
+
"constructs": "^10.5.0"
|
|
102
102
|
},
|
|
103
103
|
"publishConfig": {
|
|
104
104
|
"tag": "latest"
|