aws-cdk 2.1019.1 → 2.1020.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/lib/index_bg.wasm CHANGED
Binary file
@@ -1 +1 @@
1
- {"aws-cdk-lib": "2.201.0", "constructs": "^10.0.0"}
1
+ {"aws-cdk-lib": "2.202.0", "constructs": "^10.0.0"}
@@ -31,6 +31,7 @@
31
31
  "@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": true,
32
32
  "@aws-cdk/aws-apigateway:requestValidatorUniqueId": true,
33
33
  "@aws-cdk/aws-kms:aliasNameRef": true,
34
+ "@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal": true,
34
35
  "@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": true,
35
36
  "@aws-cdk/core:includePrefixInUniqueNameGeneration": true,
36
37
  "@aws-cdk/aws-efs:denyAnonymousAccess": true,
package/package.json CHANGED
@@ -35,7 +35,6 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@aws-cdk/cli-plugin-contract": "2.181.0",
38
- "@aws-cdk/node-bundle": "0.0.0",
39
38
  "@aws-cdk/user-input-gen": "0.0.0",
40
39
  "@cdklabs/eslint-plugin": "^1.3.2",
41
40
  "@stylistic/eslint-plugin": "^3",
@@ -50,7 +49,7 @@
50
49
  "@types/yargs": "^15",
51
50
  "@typescript-eslint/eslint-plugin": "^8",
52
51
  "@typescript-eslint/parser": "^8",
53
- "aws-cdk-lib": "^2.201.0",
52
+ "aws-cdk-lib": "^2.202.0",
54
53
  "aws-sdk-client-mock": "^4.1.0",
55
54
  "aws-sdk-client-mock-jest": "^4.1.0",
56
55
  "axios": "^1.10.0",
@@ -59,10 +58,10 @@
59
58
  "eslint": "^9",
60
59
  "eslint-config-prettier": "^10.1.5",
61
60
  "eslint-import-resolver-typescript": "^3.10.1",
62
- "eslint-plugin-import": "^2.31.0",
61
+ "eslint-plugin-import": "^2.32.0",
63
62
  "eslint-plugin-jest": "^28.14.0",
64
63
  "eslint-plugin-jsdoc": "^50.8.0",
65
- "eslint-plugin-prettier": "^5.4.1",
64
+ "eslint-plugin-prettier": "^5.5.1",
66
65
  "fast-check": "^3.23.2",
67
66
  "jest": "^29.7.0",
68
67
  "jest-environment-node": "^29.7.0",
@@ -71,16 +70,18 @@
71
70
  "license-checker": "^25.0.1",
72
71
  "madge": "^8.0.0",
73
72
  "nock": "13",
73
+ "node-backpack": "^1.0.0",
74
74
  "prettier": "^2.8",
75
75
  "sinon": "^19.0.5",
76
76
  "ts-jest": "^29.4.0",
77
77
  "ts-mock-imports": "^1.3.17",
78
78
  "typescript": "5.6",
79
79
  "xml-js": "^1.6.11",
80
- "@aws-cdk/cloud-assembly-schema": ">=44.7.0",
80
+ "@aws-cdk/cdk-assets-lib": "^1.0.0",
81
+ "@aws-cdk/cloud-assembly-schema": ">=44.9.0",
81
82
  "@aws-cdk/cloudformation-diff": "2.182.0",
82
- "@aws-cdk/cx-api": "^2.201.0",
83
- "@aws-cdk/toolkit-lib": "^1.2.0",
83
+ "@aws-cdk/cx-api": "^2.202.0",
84
+ "@aws-cdk/toolkit-lib": "^1.2.2",
84
85
  "@aws-sdk/client-appsync": "^3",
85
86
  "@aws-sdk/client-cloudcontrol": "^3",
86
87
  "@aws-sdk/client-cloudformation": "^3",
@@ -105,16 +106,15 @@
105
106
  "@aws-sdk/middleware-endpoint": "^3.374.0",
106
107
  "@aws-sdk/util-retry": "^3.374.0",
107
108
  "@aws-sdk/util-waiter": "^3.374.0",
108
- "@smithy/middleware-endpoint": "^4.1.11",
109
+ "@smithy/middleware-endpoint": "^4.1.13",
109
110
  "@smithy/property-provider": "^4.0.4",
110
111
  "@smithy/shared-ini-file-loader": "^4.0.4",
111
112
  "@smithy/types": "^4.3.1",
112
- "@smithy/util-retry": "^4.0.5",
113
- "@smithy/util-waiter": "^4.0.5",
113
+ "@smithy/util-retry": "^4.0.6",
114
+ "@smithy/util-waiter": "^4.0.6",
114
115
  "archiver": "^7.0.1",
115
116
  "camelcase": "^6",
116
- "cdk-assets": "^3.3.1",
117
- "cdk-from-cfn": "^0.222.0",
117
+ "cdk-from-cfn": "^0.226.0",
118
118
  "chalk": "^4",
119
119
  "chokidar": "^3",
120
120
  "decamelize": "^5",
@@ -145,7 +145,7 @@
145
145
  "publishConfig": {
146
146
  "access": "public"
147
147
  },
148
- "version": "2.1019.1",
148
+ "version": "2.1020.0",
149
149
  "types": "lib/index.d.ts",
150
150
  "exports": {
151
151
  "./package.json": "./package.json",