aws-cdk 2.1027.0 → 2.1028.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 +2 -2
- package/THIRD_PARTY_LICENSES +59 -59
- package/build-info.json +2 -2
- package/db.json.gz +0 -0
- package/lib/cli/cdk-toolkit.js +2 -2
- package/lib/cli/cli-config.js +9 -2
- package/lib/cli/cli-type-registry.json +10 -2
- package/lib/cli/cli.js +3 -1
- package/lib/cli/parse-command-line-arguments.js +3 -3
- package/lib/commands/init/init.js +4 -1
- package/lib/commands/language.d.ts +20 -0
- package/lib/commands/language.js +35 -0
- package/lib/index.js +10083 -7614
- package/lib/index_bg.wasm +0 -0
- package/lib/init-templates/.init-version.json +1 -1
- package/lib/init-templates/.recommended-feature-flags.json +1 -0
- package/package.json +9 -9
package/lib/index_bg.wasm
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"aws-cdk-lib": "2.
|
|
1
|
+
{"aws-cdk-lib": "2.213.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.4",
|
|
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.213.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",
|
|
@@ -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.5",
|
|
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.7.0",
|
|
82
82
|
"@aws-cdk/cloudformation-diff": "2.183.1",
|
|
83
|
-
"@aws-cdk/cx-api": "^2.
|
|
84
|
-
"@aws-cdk/toolkit-lib": "^1.
|
|
83
|
+
"@aws-cdk/cx-api": "^2.213.0",
|
|
84
|
+
"@aws-cdk/toolkit-lib": "^1.7.0",
|
|
85
85
|
"@aws-sdk/client-appsync": "^3",
|
|
86
86
|
"@aws-sdk/client-cloudcontrol": "^3",
|
|
87
87
|
"@aws-sdk/client-cloudformation": "^3",
|
|
@@ -106,7 +106,7 @@
|
|
|
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.
|
|
109
|
+
"@smithy/middleware-endpoint": "^4.1.19",
|
|
110
110
|
"@smithy/property-provider": "^4.0.5",
|
|
111
111
|
"@smithy/shared-ini-file-loader": "^4.0.5",
|
|
112
112
|
"@smithy/types": "^4.3.2",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
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.242.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.1028.0",
|
|
150
150
|
"types": "lib/index.d.ts",
|
|
151
151
|
"exports": {
|
|
152
152
|
"./package.json": "./package.json",
|