aws-cdk 2.1025.0 → 2.1026.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/README.md +143 -0
- package/THIRD_PARTY_LICENSES +56 -130
- package/build-info.json +2 -2
- package/db.json.gz +0 -0
- package/lib/api/bootstrap/bootstrap-template.yaml +152 -22
- package/lib/cli/cdk-toolkit.js +4 -4
- package/lib/cli/cli-config.js +4 -2
- package/lib/cli/cli-type-registry.json +14 -2
- package/lib/cli/cli.js +6 -2
- package/lib/cli/convert-to-user-input.js +5 -1
- package/lib/cli/parse-command-line-arguments.js +16 -2
- package/lib/cli/user-input.d.ts +13 -0
- package/lib/cli/user-input.js +1 -1
- package/lib/commands/flag-operations.js +5 -1
- package/lib/commands/init/init.js +12 -8
- package/lib/index.js +1631 -2947
- package/lib/index_bg.wasm +0 -0
- package/lib/init-templates/.init-version.json +1 -1
- package/lib/init-templates/app/typescript/tsconfig.json +1 -0
- package/lib/init-templates/lib/typescript/tsconfig.json +1 -0
- package/lib/init-templates/sample-app/javascript/tsconfig.json +1 -0
- package/lib/init-templates/sample-app/typescript/tsconfig.json +1 -0
- package/package.json +15 -15
package/lib/index_bg.wasm
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"aws-cdk-lib": "2.
|
|
1
|
+
{"aws-cdk-lib": "2.211.0", "constructs": "^10.0.0"}
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@aws-cdk/cli-plugin-contract": "2.181.1",
|
|
38
38
|
"@aws-cdk/user-input-gen": "0.0.0",
|
|
39
|
-
"@cdklabs/eslint-plugin": "^1.3.
|
|
39
|
+
"@cdklabs/eslint-plugin": "^1.3.3",
|
|
40
40
|
"@stylistic/eslint-plugin": "^3",
|
|
41
41
|
"@types/archiver": "^6.0.3",
|
|
42
42
|
"@types/fs-extra": "^9",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/yargs": "^15",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
51
51
|
"@typescript-eslint/parser": "^8",
|
|
52
|
-
"aws-cdk-lib": "2.
|
|
52
|
+
"aws-cdk-lib": "2.211.0",
|
|
53
53
|
"aws-sdk-client-mock": "^4.1.0",
|
|
54
54
|
"aws-sdk-client-mock-jest": "^4.1.0",
|
|
55
55
|
"axios": "^1.11.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"eslint-plugin-import": "^2.32.0",
|
|
62
62
|
"eslint-plugin-jest": "^28.14.0",
|
|
63
63
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
64
|
-
"eslint-plugin-prettier": "^5.5.
|
|
64
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
65
65
|
"fast-check": "^3.23.2",
|
|
66
66
|
"jest": "^29.7.0",
|
|
67
67
|
"jest-environment-node": "^29.7.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"license-checker": "^25.0.1",
|
|
71
71
|
"madge": "^8.0.0",
|
|
72
72
|
"nock": "13",
|
|
73
|
-
"node-backpack": "^1.1.
|
|
73
|
+
"node-backpack": "^1.1.3",
|
|
74
74
|
"prettier": "^2.8",
|
|
75
75
|
"sinon": "^19.0.5",
|
|
76
76
|
"ts-jest": "^29.4.1",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"typescript": "5.8",
|
|
79
79
|
"xml-js": "^1.6.11",
|
|
80
80
|
"@aws-cdk/cdk-assets-lib": "^1.0.3",
|
|
81
|
-
"@aws-cdk/cloud-assembly-schema": ">=48.
|
|
81
|
+
"@aws-cdk/cloud-assembly-schema": ">=48.5.0",
|
|
82
82
|
"@aws-cdk/cloudformation-diff": "2.183.0",
|
|
83
|
-
"@aws-cdk/cx-api": "^2.
|
|
84
|
-
"@aws-cdk/toolkit-lib": "^1.
|
|
83
|
+
"@aws-cdk/cx-api": "^2.211.0",
|
|
84
|
+
"@aws-cdk/toolkit-lib": "^1.6.0",
|
|
85
85
|
"@aws-sdk/client-appsync": "^3",
|
|
86
86
|
"@aws-sdk/client-cloudcontrol": "^3",
|
|
87
87
|
"@aws-sdk/client-cloudformation": "^3",
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
"@aws-sdk/middleware-endpoint": "^3.374.0",
|
|
107
107
|
"@aws-sdk/util-retry": "^3.374.0",
|
|
108
108
|
"@aws-sdk/util-waiter": "^3.374.0",
|
|
109
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
110
|
-
"@smithy/property-provider": "^4.0.
|
|
111
|
-
"@smithy/shared-ini-file-loader": "^4.0.
|
|
112
|
-
"@smithy/types": "^4.3.
|
|
113
|
-
"@smithy/util-retry": "^4.0.
|
|
114
|
-
"@smithy/util-waiter": "^4.0.
|
|
109
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
|
110
|
+
"@smithy/property-provider": "^4.0.5",
|
|
111
|
+
"@smithy/shared-ini-file-loader": "^4.0.5",
|
|
112
|
+
"@smithy/types": "^4.3.2",
|
|
113
|
+
"@smithy/util-retry": "^4.0.7",
|
|
114
|
+
"@smithy/util-waiter": "^4.0.7",
|
|
115
115
|
"archiver": "^7.0.1",
|
|
116
116
|
"camelcase": "^6",
|
|
117
|
-
"cdk-from-cfn": "^0.
|
|
117
|
+
"cdk-from-cfn": "^0.236.0",
|
|
118
118
|
"chalk": "^4",
|
|
119
119
|
"chokidar": "^3",
|
|
120
120
|
"decamelize": "^5",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"version": "2.
|
|
149
|
+
"version": "2.1026.0",
|
|
150
150
|
"types": "lib/index.d.ts",
|
|
151
151
|
"exports": {
|
|
152
152
|
"./package.json": "./package.json",
|