@aws-cdk/integ-runner 2.179.0-alpha.0 → 2.180.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/lib/index.js CHANGED
@@ -6853,9 +6853,9 @@ var require_string_width = __commonJS({
6853
6853
  }
6854
6854
  });
6855
6855
 
6856
- // ../../../node_modules/wrap-ansi/index.js
6856
+ // ../../../node_modules/yargs/node_modules/wrap-ansi/index.js
6857
6857
  var require_wrap_ansi = __commonJS({
6858
- "../../../node_modules/wrap-ansi/index.js"(exports2, module2) {
6858
+ "../../../node_modules/yargs/node_modules/wrap-ansi/index.js"(exports2, module2) {
6859
6859
  "use strict";
6860
6860
  var stringWidth = require_string_width();
6861
6861
  var stripAnsi = require_strip_ansi();
@@ -64,5 +64,6 @@
64
64
  "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true,
65
65
  "@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault": true,
66
66
  "@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": true,
67
- "@aws-cdk/core:enableAdditionalMetadataCollection": true
67
+ "@aws-cdk/core:enableAdditionalMetadataCollection": true,
68
+ "@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true
68
69
  }
@@ -280,4 +280,5 @@ export declare function currentlyRecommendedAwsCdkLibFlags(): {
280
280
  "@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault": boolean;
281
281
  "@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": boolean;
282
282
  "@aws-cdk/core:enableAdditionalMetadataCollection": boolean;
283
+ "@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": boolean;
283
284
  };