@aws-cdk/integ-runner 2.181.1-alpha.0 → 2.183.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/THIRD_PARTY_LICENSES +0 -20
- package/lib/index.js +10 -10
- package/lib/recommended-feature-flags.json +2 -1
- package/lib/runner/runner-base.d.ts +1 -0
- package/lib/workers/extract/index.js +321 -5794
- package/package.json +10 -10
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -748,26 +748,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
748
748
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
749
749
|
|
|
750
750
|
|
|
751
|
-
----------------
|
|
752
|
-
|
|
753
|
-
** semver@7.6.3 - https://www.npmjs.com/package/semver/v/7.6.3 | ISC
|
|
754
|
-
The ISC License
|
|
755
|
-
|
|
756
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
757
|
-
|
|
758
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
759
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
760
|
-
copyright notice and this permission notice appear in all copies.
|
|
761
|
-
|
|
762
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
763
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
764
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
765
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
766
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
767
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
768
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
769
|
-
|
|
770
|
-
|
|
771
751
|
----------------
|
|
772
752
|
|
|
773
753
|
** semver@7.7.1 - https://www.npmjs.com/package/semver/v/7.7.1 | ISC
|
package/lib/index.js
CHANGED
|
@@ -5783,9 +5783,9 @@ var require_build = __commonJS({
|
|
|
5783
5783
|
}
|
|
5784
5784
|
});
|
|
5785
5785
|
|
|
5786
|
-
//
|
|
5786
|
+
// node_modules/yargs-parser/build/index.cjs
|
|
5787
5787
|
var require_build2 = __commonJS({
|
|
5788
|
-
"
|
|
5788
|
+
"node_modules/yargs-parser/build/index.cjs"(exports2, module2) {
|
|
5789
5789
|
"use strict";
|
|
5790
5790
|
var util2 = require("util");
|
|
5791
5791
|
var fs3 = require("fs");
|
|
@@ -6853,9 +6853,9 @@ var require_string_width = __commonJS({
|
|
|
6853
6853
|
}
|
|
6854
6854
|
});
|
|
6855
6855
|
|
|
6856
|
-
//
|
|
6856
|
+
// node_modules/wrap-ansi/index.js
|
|
6857
6857
|
var require_wrap_ansi = __commonJS({
|
|
6858
|
-
"
|
|
6858
|
+
"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();
|
|
@@ -7012,9 +7012,9 @@ var require_wrap_ansi = __commonJS({
|
|
|
7012
7012
|
}
|
|
7013
7013
|
});
|
|
7014
7014
|
|
|
7015
|
-
//
|
|
7015
|
+
// node_modules/cliui/build/index.cjs
|
|
7016
7016
|
var require_build3 = __commonJS({
|
|
7017
|
-
"
|
|
7017
|
+
"node_modules/cliui/build/index.cjs"(exports2, module2) {
|
|
7018
7018
|
"use strict";
|
|
7019
7019
|
var align = {
|
|
7020
7020
|
right: alignRight,
|
|
@@ -7392,9 +7392,9 @@ var require_require_directory = __commonJS({
|
|
|
7392
7392
|
}
|
|
7393
7393
|
});
|
|
7394
7394
|
|
|
7395
|
-
//
|
|
7395
|
+
// node_modules/yargs/build/index.cjs
|
|
7396
7396
|
var require_build4 = __commonJS({
|
|
7397
|
-
"
|
|
7397
|
+
"node_modules/yargs/build/index.cjs"(exports2, module2) {
|
|
7398
7398
|
"use strict";
|
|
7399
7399
|
var assert = require("assert");
|
|
7400
7400
|
var YError = class _YError extends Error {
|
|
@@ -10101,9 +10101,9 @@ ${customMsgs.join("\n")}` : "";
|
|
|
10101
10101
|
}
|
|
10102
10102
|
});
|
|
10103
10103
|
|
|
10104
|
-
//
|
|
10104
|
+
// node_modules/yargs/index.cjs
|
|
10105
10105
|
var require_yargs = __commonJS({
|
|
10106
|
-
"
|
|
10106
|
+
"node_modules/yargs/index.cjs"(exports2, module2) {
|
|
10107
10107
|
"use strict";
|
|
10108
10108
|
var { Yargs, processArgv } = require_build4();
|
|
10109
10109
|
Argv(processArgv.hideBin(process.argv));
|
|
@@ -65,5 +65,6 @@
|
|
|
65
65
|
"@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault": true,
|
|
66
66
|
"@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": true,
|
|
67
67
|
"@aws-cdk/core:enableAdditionalMetadataCollection": true,
|
|
68
|
-
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true
|
|
68
|
+
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true,
|
|
69
|
+
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": true
|
|
69
70
|
}
|
|
@@ -281,4 +281,5 @@ export declare function currentlyRecommendedAwsCdkLibFlags(): {
|
|
|
281
281
|
"@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": boolean;
|
|
282
282
|
"@aws-cdk/core:enableAdditionalMetadataCollection": boolean;
|
|
283
283
|
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": boolean;
|
|
284
|
+
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": boolean;
|
|
284
285
|
};
|