@aws-cdk/toolkit-lib 1.21.1 → 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 +51 -40
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,35 +35,35 @@
|
|
|
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.
|
|
45
|
-
"@smithy/util-stream": "^4.5.
|
|
44
|
+
"@microsoft/api-extractor": "^7.58.2",
|
|
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",
|
|
54
54
|
"@typescript-eslint/parser": "^8",
|
|
55
|
-
"aws-cdk-lib": "2.
|
|
55
|
+
"aws-cdk-lib": "2.248.0",
|
|
56
56
|
"aws-sdk-client-mock": "^4.1.0",
|
|
57
57
|
"aws-sdk-client-mock-jest": "^4.1.0",
|
|
58
58
|
"commit-and-tag-version": "^12",
|
|
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.
|
|
65
|
-
"eslint-plugin-jsdoc": "^62.
|
|
66
|
-
"eslint-plugin-prettier": "^
|
|
64
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
65
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
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,8 +71,11 @@
|
|
|
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",
|
|
75
|
-
"
|
|
76
|
+
"projen": "^0.99.48",
|
|
77
|
+
"ts-jest": "^29.4.9",
|
|
78
|
+
"tsx": "^4.21.0",
|
|
76
79
|
"typescript": "5.9"
|
|
77
80
|
},
|
|
78
81
|
"peerDependencies": {
|
|
@@ -80,8 +83,8 @@
|
|
|
80
83
|
},
|
|
81
84
|
"dependencies": {
|
|
82
85
|
"@aws-cdk/cdk-assets-lib": "^1",
|
|
83
|
-
"@aws-cdk/cloud-assembly-api": "2.2.
|
|
84
|
-
"@aws-cdk/cloud-assembly-schema": ">=53.
|
|
86
|
+
"@aws-cdk/cloud-assembly-api": "2.2.2",
|
|
87
|
+
"@aws-cdk/cloud-assembly-schema": ">=53.15.0",
|
|
85
88
|
"@aws-cdk/cloudformation-diff": "^2",
|
|
86
89
|
"@aws-cdk/cx-api": "^2",
|
|
87
90
|
"@aws-sdk/client-appsync": "^3",
|
|
@@ -112,12 +115,12 @@
|
|
|
112
115
|
"@smithy/util-retry": "^4",
|
|
113
116
|
"@smithy/util-waiter": "^4",
|
|
114
117
|
"archiver": "^7.0.1",
|
|
115
|
-
"cdk-from-cfn": "^0.
|
|
118
|
+
"cdk-from-cfn": "^0.295.0",
|
|
116
119
|
"chalk": "^4",
|
|
117
120
|
"chokidar": "^4",
|
|
118
121
|
"fast-deep-equal": "^3.1.3",
|
|
119
122
|
"fast-glob": "^3.3.3",
|
|
120
|
-
"fs-extra": "^
|
|
123
|
+
"fs-extra": "^11",
|
|
121
124
|
"p-limit": "^3",
|
|
122
125
|
"picomatch": "^4",
|
|
123
126
|
"semver": "^7.7.4",
|
|
@@ -133,13 +136,21 @@
|
|
|
133
136
|
"engines": {
|
|
134
137
|
"node": ">= 18.0.0"
|
|
135
138
|
},
|
|
139
|
+
"devEngines": {
|
|
140
|
+
"packageManager": {
|
|
141
|
+
"name": "yarn",
|
|
142
|
+
"version": ">=4",
|
|
143
|
+
"onFail": "ignore"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
136
146
|
"main": "lib/index.js",
|
|
137
147
|
"license": "Apache-2.0",
|
|
138
148
|
"homepage": "https://docs.aws.amazon.com/cdk/api/toolkit-lib",
|
|
139
149
|
"publishConfig": {
|
|
140
150
|
"access": "public"
|
|
141
151
|
},
|
|
142
|
-
"version": "1.21.
|
|
152
|
+
"version": "1.21.3",
|
|
153
|
+
"packageManager": "yarn@4.13.0",
|
|
143
154
|
"types": "lib/index.d.ts",
|
|
144
155
|
"exports": {
|
|
145
156
|
".": {
|
|
@@ -148,5 +159,5 @@
|
|
|
148
159
|
},
|
|
149
160
|
"./package.json": "./package.json"
|
|
150
161
|
},
|
|
151
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
162
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|
|
152
163
|
}
|