@aws-cdk/integ-runner 2.197.13 → 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 +59 -70
- package/lib/index.js +722 -1086
- package/lib/runner/runner-base.d.ts.map +1 -1
- package/lib/runner/runner-base.js +2 -3
- package/lib/workers/extract/index.js +84022 -84466
- package/package.json +39 -39
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,12 +33,12 @@
|
|
|
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",
|
|
@@ -52,36 +50,37 @@
|
|
|
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.
|
|
53
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
56
54
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
57
|
-
"eslint-plugin-prettier": "^
|
|
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
60
|
"node-backpack": "^1.1.28",
|
|
61
|
+
"nx": "^22.6.4",
|
|
63
62
|
"prettier": "^2.8",
|
|
63
|
+
"projen": "^0.99.48",
|
|
64
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.2",
|
|
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.1118.
|
|
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.1118.
|
|
82
|
+
"@aws-cdk/aws-service-spec": "0.1.171",
|
|
83
|
+
"aws-cdk": "2.1118.1"
|
|
85
84
|
},
|
|
86
85
|
"keywords": [
|
|
87
86
|
"aws",
|
|
@@ -93,7 +92,7 @@
|
|
|
93
92
|
"devEngines": {
|
|
94
93
|
"packageManager": {
|
|
95
94
|
"name": "yarn",
|
|
96
|
-
"version": "
|
|
95
|
+
"version": ">=4",
|
|
97
96
|
"onFail": "ignore"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
@@ -103,7 +102,8 @@
|
|
|
103
102
|
"publishConfig": {
|
|
104
103
|
"access": "public"
|
|
105
104
|
},
|
|
106
|
-
"version": "2.197.
|
|
105
|
+
"version": "2.197.14",
|
|
106
|
+
"packageManager": "yarn@4.13.0",
|
|
107
107
|
"types": "lib/index.d.ts",
|
|
108
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
108
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
109
109
|
}
|