@aws-cdk/integ-runner 2.184.0-alpha.0 → 2.185.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.
|
@@ -9442,6 +9442,7 @@ var init_features = __esm({
|
|
|
9442
9442
|
introducedIn: { v2: "2.178.0" },
|
|
9443
9443
|
recommendedValue: true
|
|
9444
9444
|
},
|
|
9445
|
+
//////////////////////////////////////////////////////////////////////
|
|
9445
9446
|
[LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY]: {
|
|
9446
9447
|
type: 1 /* BugFix */,
|
|
9447
9448
|
summary: "When enabled, Lambda will create new inline policies with AddToRolePolicy instead of adding to the Default Policy Statement",
|
|
@@ -9453,6 +9454,7 @@ var init_features = __esm({
|
|
|
9453
9454
|
introducedIn: { v2: "2.180.0" },
|
|
9454
9455
|
recommendedValue: true
|
|
9455
9456
|
},
|
|
9457
|
+
//////////////////////////////////////////////////////////////////////
|
|
9456
9458
|
[SET_UNIQUE_REPLICATION_ROLE_NAME]: {
|
|
9457
9459
|
type: 1 /* BugFix */,
|
|
9458
9460
|
summary: "When enabled, CDK will automatically generate a unique role name that is used for s3 object replication.",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/integ-runner",
|
|
3
3
|
"description": "CDK Integration Testing Tool",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.185.0-alpha.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"bin": {
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
61
|
-
"aws-cdk-lib": "2.
|
|
62
|
-
"@aws-cdk/pkglint": "2.
|
|
60
|
+
"@aws-cdk/cdk-build-tools": "2.185.0-alpha.0",
|
|
61
|
+
"aws-cdk-lib": "2.185.0",
|
|
62
|
+
"@aws-cdk/pkglint": "2.185.0-alpha.0",
|
|
63
63
|
"@types/fs-extra": "^9.0.13",
|
|
64
64
|
"@types/jest": "^29.5.14",
|
|
65
65
|
"@types/mock-fs": "^4.13.4",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@aws-cdk/cloud-assembly-schema": "^40.7.0",
|
|
74
74
|
"@aws-sdk/client-cloudformation": "^3",
|
|
75
75
|
"@aws-cdk/cloudformation-diff": "^2",
|
|
76
|
-
"@aws-cdk/cx-api": "2.
|
|
77
|
-
"@aws-cdk/aws-service-spec": "^0.1.
|
|
76
|
+
"@aws-cdk/cx-api": "2.185.0",
|
|
77
|
+
"@aws-cdk/aws-service-spec": "^0.1.62",
|
|
78
78
|
"cdk-assets": "3.1.0",
|
|
79
|
-
"@aws-cdk/cdk-cli-wrapper": "2.
|
|
79
|
+
"@aws-cdk/cdk-cli-wrapper": "2.185.0-alpha.0",
|
|
80
80
|
"aws-cdk": "^2",
|
|
81
81
|
"chalk": "^4",
|
|
82
82
|
"fs-extra": "^9.1.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"yargs": "^16.2.0"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@aws-cdk/aws-service-spec": "0.1.
|
|
87
|
+
"@aws-cdk/aws-service-spec": "0.1.62",
|
|
88
88
|
"aws-cdk": "2"
|
|
89
89
|
},
|
|
90
90
|
"repository": {
|