@aws-cdk/toolkit-lib 1.21.2 → 1.21.3
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/build-info.json +2 -2
- package/db.json.gz +0 -0
- package/lib/actions/deploy/private/deployment-method.d.ts +39 -0
- package/lib/actions/deploy/private/deployment-method.js +36 -0
- package/lib/actions/deploy/private/index.d.ts +1 -0
- package/lib/actions/deploy/private/index.js +2 -1
- package/lib/api/aws-auth/awscli-compatible.js +12 -1
- package/lib/api/aws-auth/ec2-detection.d.ts +2 -0
- package/lib/api/aws-auth/ec2-detection.js +77 -0
- package/lib/api/deployments/deploy-stack.d.ts +2 -1
- package/lib/api/deployments/deploy-stack.js +75 -6
- package/lib/api/deployments/deployment-result.d.ts +6 -0
- package/lib/api/deployments/deployment-result.js +1 -1
- package/lib/api/deployments/deployments.d.ts +32 -3
- package/lib/api/deployments/deployments.js +47 -1
- package/lib/index_bg.wasm +0 -0
- package/lib/toolkit/toolkit.js +57 -32
- package/package.json +40 -37
package/package.json
CHANGED
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
"directory": "packages/@aws-cdk/toolkit-lib"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "
|
|
11
|
-
"bump": "
|
|
12
|
-
"check-for-updates": "
|
|
13
|
-
"check-licenses": "
|
|
14
|
-
"compile": "
|
|
15
|
-
"default": "
|
|
16
|
-
"docs": "
|
|
17
|
-
"eslint": "
|
|
18
|
-
"gather-versions": "
|
|
19
|
-
"gen-fixture": "
|
|
20
|
-
"nx": "
|
|
21
|
-
"package": "
|
|
22
|
-
"post-compile": "
|
|
23
|
-
"pre-compile": "
|
|
24
|
-
"publish-local": "
|
|
25
|
-
"registry": "
|
|
26
|
-
"test": "
|
|
27
|
-
"test:watch": "
|
|
28
|
-
"unbump": "
|
|
29
|
-
"watch": "
|
|
30
|
-
"projen": "
|
|
10
|
+
"build": "projen build",
|
|
11
|
+
"bump": "projen bump",
|
|
12
|
+
"check-for-updates": "projen check-for-updates",
|
|
13
|
+
"check-licenses": "projen check-licenses",
|
|
14
|
+
"compile": "projen compile",
|
|
15
|
+
"default": "projen default",
|
|
16
|
+
"docs": "projen docs",
|
|
17
|
+
"eslint": "projen eslint",
|
|
18
|
+
"gather-versions": "projen gather-versions",
|
|
19
|
+
"gen-fixture": "projen gen-fixture",
|
|
20
|
+
"nx": "projen nx",
|
|
21
|
+
"package": "projen package",
|
|
22
|
+
"post-compile": "projen post-compile",
|
|
23
|
+
"pre-compile": "projen pre-compile",
|
|
24
|
+
"publish-local": "projen publish-local",
|
|
25
|
+
"registry": "projen registry",
|
|
26
|
+
"test": "projen test",
|
|
27
|
+
"test:watch": "projen test:watch",
|
|
28
|
+
"unbump": "projen unbump",
|
|
29
|
+
"watch": "projen watch",
|
|
30
|
+
"projen": "projen"
|
|
31
31
|
},
|
|
32
32
|
"author": {
|
|
33
33
|
"name": "Amazon Web Services",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"organization": true
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@aws-cdk/aws-service-spec": "^0.1.
|
|
39
|
-
"@aws-cdk/cli-plugin-contract": "2.182.
|
|
40
|
-
"@cdklabs/eslint-plugin": "^
|
|
38
|
+
"@aws-cdk/aws-service-spec": "^0.1.171",
|
|
39
|
+
"@aws-cdk/cli-plugin-contract": "2.182.2",
|
|
40
|
+
"@cdklabs/eslint-plugin": "^2.0.0",
|
|
41
41
|
"@jest/environment": "^29.7.0",
|
|
42
42
|
"@jest/globals": "^29.7.0",
|
|
43
43
|
"@jest/types": "^29.6.3",
|
|
44
|
-
"@microsoft/api-extractor": "^7.58.
|
|
44
|
+
"@microsoft/api-extractor": "^7.58.2",
|
|
45
45
|
"@smithy/util-stream": "^4.5.22",
|
|
46
46
|
"@stylistic/eslint-plugin": "^3",
|
|
47
|
-
"@types/fs-extra": "^11
|
|
47
|
+
"@types/fs-extra": "^11",
|
|
48
48
|
"@types/jest": "^29.5.14",
|
|
49
49
|
"@types/jest-when": "^3.5.5",
|
|
50
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^20",
|
|
51
51
|
"@types/picomatch": "^4",
|
|
52
52
|
"@types/split2": "^4.2.3",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"constructs": "^10.0.0",
|
|
60
60
|
"eslint": "^9",
|
|
61
61
|
"eslint-config-prettier": "^10.1.8",
|
|
62
|
-
"eslint-import-resolver-typescript": "^
|
|
62
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
63
63
|
"eslint-plugin-import": "^2.32.0",
|
|
64
|
-
"eslint-plugin-jest": "^29.15.
|
|
64
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
65
65
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
66
|
-
"eslint-plugin-prettier": "^
|
|
66
|
+
"eslint-plugin-prettier": "^4.2.5",
|
|
67
67
|
"fast-check": "^4.6.0",
|
|
68
68
|
"jest": "^29.7.0",
|
|
69
69
|
"jest-environment-node": "^29.7.0",
|
|
@@ -71,7 +71,9 @@
|
|
|
71
71
|
"jest-when": "^3.7.0",
|
|
72
72
|
"license-checker": "^25.0.1",
|
|
73
73
|
"nock": "13",
|
|
74
|
+
"nx": "^22.6.4",
|
|
74
75
|
"prettier": "^2.8",
|
|
76
|
+
"projen": "^0.99.48",
|
|
75
77
|
"ts-jest": "^29.4.9",
|
|
76
78
|
"tsx": "^4.21.0",
|
|
77
79
|
"typescript": "5.9"
|
|
@@ -81,8 +83,8 @@
|
|
|
81
83
|
},
|
|
82
84
|
"dependencies": {
|
|
83
85
|
"@aws-cdk/cdk-assets-lib": "^1",
|
|
84
|
-
"@aws-cdk/cloud-assembly-api": "2.2.
|
|
85
|
-
"@aws-cdk/cloud-assembly-schema": ">=53.
|
|
86
|
+
"@aws-cdk/cloud-assembly-api": "2.2.2",
|
|
87
|
+
"@aws-cdk/cloud-assembly-schema": ">=53.15.0",
|
|
86
88
|
"@aws-cdk/cloudformation-diff": "^2",
|
|
87
89
|
"@aws-cdk/cx-api": "^2",
|
|
88
90
|
"@aws-sdk/client-appsync": "^3",
|
|
@@ -113,12 +115,12 @@
|
|
|
113
115
|
"@smithy/util-retry": "^4",
|
|
114
116
|
"@smithy/util-waiter": "^4",
|
|
115
117
|
"archiver": "^7.0.1",
|
|
116
|
-
"cdk-from-cfn": "^0.
|
|
118
|
+
"cdk-from-cfn": "^0.295.0",
|
|
117
119
|
"chalk": "^4",
|
|
118
120
|
"chokidar": "^4",
|
|
119
121
|
"fast-deep-equal": "^3.1.3",
|
|
120
122
|
"fast-glob": "^3.3.3",
|
|
121
|
-
"fs-extra": "^
|
|
123
|
+
"fs-extra": "^11",
|
|
122
124
|
"p-limit": "^3",
|
|
123
125
|
"picomatch": "^4",
|
|
124
126
|
"semver": "^7.7.4",
|
|
@@ -137,7 +139,7 @@
|
|
|
137
139
|
"devEngines": {
|
|
138
140
|
"packageManager": {
|
|
139
141
|
"name": "yarn",
|
|
140
|
-
"version": "
|
|
142
|
+
"version": ">=4",
|
|
141
143
|
"onFail": "ignore"
|
|
142
144
|
}
|
|
143
145
|
},
|
|
@@ -147,7 +149,8 @@
|
|
|
147
149
|
"publishConfig": {
|
|
148
150
|
"access": "public"
|
|
149
151
|
},
|
|
150
|
-
"version": "1.21.
|
|
152
|
+
"version": "1.21.3",
|
|
153
|
+
"packageManager": "yarn@4.13.0",
|
|
151
154
|
"types": "lib/index.d.ts",
|
|
152
155
|
"exports": {
|
|
153
156
|
".": {
|
|
@@ -156,5 +159,5 @@
|
|
|
156
159
|
},
|
|
157
160
|
"./package.json": "./package.json"
|
|
158
161
|
},
|
|
159
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
162
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
160
163
|
}
|