@aws-cdk/integ-runner 2.197.12 → 2.197.14
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/.yarnrc.yml +3 -0
- package/THIRD_PARTY_LICENSES +91 -102
- package/lib/index.js +725 -1085
- package/lib/runner/runner-base.d.ts.map +1 -1
- package/lib/runner/runner-base.js +2 -3
- package/lib/workers/extract/index.js +58540 -57113
- package/package.json +49 -42
package/package.json
CHANGED
|
@@ -6,27 +6,25 @@
|
|
|
6
6
|
"url": "https://github.com/aws/aws-cdk-cli",
|
|
7
7
|
"directory": "packages/@aws-cdk/integ-runner"
|
|
8
8
|
},
|
|
9
|
-
"bin":
|
|
10
|
-
"integ-runner": "bin/integ-runner"
|
|
11
|
-
},
|
|
9
|
+
"bin": "bin/integ-runner",
|
|
12
10
|
"scripts": {
|
|
13
|
-
"build": "
|
|
14
|
-
"bump": "
|
|
15
|
-
"check-for-updates": "
|
|
16
|
-
"check-licenses": "
|
|
17
|
-
"compile": "
|
|
18
|
-
"default": "
|
|
19
|
-
"eslint": "
|
|
20
|
-
"gather-versions": "
|
|
21
|
-
"nx": "
|
|
22
|
-
"package": "
|
|
23
|
-
"post-compile": "
|
|
24
|
-
"pre-compile": "
|
|
25
|
-
"test": "
|
|
26
|
-
"test:watch": "
|
|
27
|
-
"unbump": "
|
|
28
|
-
"watch": "
|
|
29
|
-
"projen": "
|
|
11
|
+
"build": "projen build",
|
|
12
|
+
"bump": "projen bump",
|
|
13
|
+
"check-for-updates": "projen check-for-updates",
|
|
14
|
+
"check-licenses": "projen check-licenses",
|
|
15
|
+
"compile": "projen compile",
|
|
16
|
+
"default": "projen default",
|
|
17
|
+
"eslint": "projen eslint",
|
|
18
|
+
"gather-versions": "projen gather-versions",
|
|
19
|
+
"nx": "projen nx",
|
|
20
|
+
"package": "projen package",
|
|
21
|
+
"post-compile": "projen post-compile",
|
|
22
|
+
"pre-compile": "projen pre-compile",
|
|
23
|
+
"test": "projen test",
|
|
24
|
+
"test:watch": "projen test:watch",
|
|
25
|
+
"unbump": "projen unbump",
|
|
26
|
+
"watch": "projen watch",
|
|
27
|
+
"projen": "projen"
|
|
30
28
|
},
|
|
31
29
|
"author": {
|
|
32
30
|
"name": "Amazon Web Services",
|
|
@@ -35,53 +33,54 @@
|
|
|
35
33
|
},
|
|
36
34
|
"devDependencies": {
|
|
37
35
|
"@aws-cdk/integ-tests-alpha": "2.184.1-alpha.0",
|
|
38
|
-
"@cdklabs/eslint-plugin": "^
|
|
36
|
+
"@cdklabs/eslint-plugin": "^2.0.0",
|
|
39
37
|
"@stylistic/eslint-plugin": "^3",
|
|
40
|
-
"@types/fs-extra": "^11
|
|
38
|
+
"@types/fs-extra": "^11",
|
|
41
39
|
"@types/jest": "^29.5.14",
|
|
42
40
|
"@types/mock-fs": "^4",
|
|
43
|
-
"@types/node": "^
|
|
41
|
+
"@types/node": "^20",
|
|
44
42
|
"@types/workerpool": "^6",
|
|
45
43
|
"@types/yargs": "^17.0.35",
|
|
46
44
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
47
45
|
"@typescript-eslint/parser": "^8",
|
|
48
|
-
"aws-cdk-lib": "2.
|
|
46
|
+
"aws-cdk-lib": "2.248.0",
|
|
49
47
|
"commit-and-tag-version": "^12",
|
|
50
48
|
"constructs": "^10",
|
|
51
49
|
"eslint": "^9",
|
|
52
50
|
"eslint-config-prettier": "^10.1.8",
|
|
53
51
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
54
52
|
"eslint-plugin-import": "^2.32.0",
|
|
55
|
-
"eslint-plugin-jest": "^29.15.
|
|
56
|
-
"eslint-plugin-jsdoc": "^62.
|
|
57
|
-
"eslint-plugin-prettier": "^
|
|
53
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
54
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
55
|
+
"eslint-plugin-prettier": "^4.2.5",
|
|
58
56
|
"jest": "^29.7.0",
|
|
59
57
|
"jest-junit": "^16",
|
|
60
58
|
"license-checker": "^25.0.1",
|
|
61
59
|
"mock-fs": "^5",
|
|
62
|
-
"node-backpack": "^1.1.
|
|
60
|
+
"node-backpack": "^1.1.28",
|
|
61
|
+
"nx": "^22.6.4",
|
|
63
62
|
"prettier": "^2.8",
|
|
64
|
-
"
|
|
63
|
+
"projen": "^0.99.48",
|
|
64
|
+
"ts-jest": "^29.4.9",
|
|
65
65
|
"typescript": "5.9",
|
|
66
|
-
"@aws-cdk/aws-service-spec": "^0.1.
|
|
67
|
-
"@aws-cdk/cdk-assets-lib": "1.4.
|
|
68
|
-
"@aws-cdk/cloud-assembly-api": "2.2.
|
|
69
|
-
"@aws-cdk/cloud-assembly-schema": ">=53.
|
|
70
|
-
"@aws-cdk/cloudformation-diff": "2.187.
|
|
71
|
-
"@aws-cdk/
|
|
72
|
-
"@aws-cdk/toolkit-lib": "1.21.1",
|
|
66
|
+
"@aws-cdk/aws-service-spec": "^0.1.171",
|
|
67
|
+
"@aws-cdk/cdk-assets-lib": "1.4.3",
|
|
68
|
+
"@aws-cdk/cloud-assembly-api": "2.2.2",
|
|
69
|
+
"@aws-cdk/cloud-assembly-schema": ">=53.15.0",
|
|
70
|
+
"@aws-cdk/cloudformation-diff": "2.187.1",
|
|
71
|
+
"@aws-cdk/toolkit-lib": "1.21.3",
|
|
73
72
|
"@aws-sdk/client-cloudformation": "^3",
|
|
74
|
-
"aws-cdk": "2.
|
|
73
|
+
"aws-cdk": "2.1118.1",
|
|
75
74
|
"chalk": "^4",
|
|
76
75
|
"chokidar": "^4",
|
|
77
|
-
"fs-extra": "^
|
|
76
|
+
"fs-extra": "^11",
|
|
78
77
|
"proxy-agent": "^6.5.0",
|
|
79
78
|
"workerpool": "^6",
|
|
80
79
|
"yargs": "^16"
|
|
81
80
|
},
|
|
82
81
|
"dependencies": {
|
|
83
|
-
"@aws-cdk/aws-service-spec": "0.1.
|
|
84
|
-
"aws-cdk": "2.
|
|
82
|
+
"@aws-cdk/aws-service-spec": "0.1.171",
|
|
83
|
+
"aws-cdk": "2.1118.1"
|
|
85
84
|
},
|
|
86
85
|
"keywords": [
|
|
87
86
|
"aws",
|
|
@@ -90,13 +89,21 @@
|
|
|
90
89
|
"engines": {
|
|
91
90
|
"node": ">= 18.0.0"
|
|
92
91
|
},
|
|
92
|
+
"devEngines": {
|
|
93
|
+
"packageManager": {
|
|
94
|
+
"name": "yarn",
|
|
95
|
+
"version": ">=4",
|
|
96
|
+
"onFail": "ignore"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
93
99
|
"main": "lib/index.js",
|
|
94
100
|
"license": "Apache-2.0",
|
|
95
101
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
102
|
"publishConfig": {
|
|
97
103
|
"access": "public"
|
|
98
104
|
},
|
|
99
|
-
"version": "2.197.
|
|
105
|
+
"version": "2.197.14",
|
|
106
|
+
"packageManager": "yarn@4.13.0",
|
|
100
107
|
"types": "lib/index.d.ts",
|
|
101
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
108
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
102
109
|
}
|