aws-cdk 2.1120.0 → 2.1122.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.251.0", "constructs": "^10.5.0"}
1
+ {"aws-cdk-lib": "^2.254.0", "constructs": "^10.5.0"}
@@ -83,5 +83,6 @@
83
83
  "@aws-cdk/aws-route53-patterns:useDistribution": true,
84
84
  "@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0": true,
85
85
  "@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy": true,
86
- "@aws-cdk/aws-batch:defaultToAL2023": true
86
+ "@aws-cdk/aws-batch:defaultToAL2023": true,
87
+ "@aws-cdk/core:annotationsInValidationReport": true
87
88
  }
@@ -1,5 +1,4 @@
1
1
  *.swp
2
- package-lock.json
3
2
  __pycache__
4
3
  .pytest_cache
5
4
  .venv
@@ -1,5 +1,4 @@
1
1
  *.swp
2
- package-lock.json
3
2
  .pytest_cache
4
3
  *.egg-info
5
4
 
package/package.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@aws-cdk/cli-plugin-contract": "2.182.2",
40
40
  "@aws-cdk/user-input-gen": "0.0.0",
41
- "@cdklabs/eslint-plugin": "^2.0.2",
41
+ "@cdklabs/eslint-plugin": "^2.0.4",
42
42
  "@stylistic/eslint-plugin": "^3",
43
43
  "@types/archiver": "^6.0.4",
44
44
  "@types/fs-extra": "^11",
@@ -52,7 +52,7 @@
52
52
  "@types/yargs": "^15",
53
53
  "@typescript-eslint/eslint-plugin": "^8",
54
54
  "@typescript-eslint/parser": "^8",
55
- "aws-cdk-lib": "2.251.0",
55
+ "aws-cdk-lib": "2.254.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",
@@ -71,22 +71,22 @@
71
71
  "jest-mock": "^29.7.0",
72
72
  "license-checker": "^25.0.1",
73
73
  "nock": "13",
74
- "node-backpack": "^1.1.30",
75
- "nx": "^22.6.5",
74
+ "node-backpack": "^1.1.32",
75
+ "nx": "^22.7.1",
76
76
  "prettier": "^2.8",
77
- "projen": "^0.99.52",
77
+ "projen": "^0.99.61",
78
78
  "sinon": "^19.0.5",
79
79
  "ts-jest": "^29.4.9",
80
80
  "ts-mock-imports": "^1.3.19",
81
81
  "ts-node": "^10.9.2",
82
82
  "tsx": "^4.21.0",
83
83
  "typescript": "5.9",
84
- "@aws-cdk/cdk-assets-lib": "^1.4.5",
85
- "@aws-cdk/cloud-assembly-api": "2.2.2",
86
- "@aws-cdk/cloud-assembly-schema": ">=53.19.0",
84
+ "@aws-cdk/cdk-assets-lib": "^1.4.6",
85
+ "@aws-cdk/cloud-assembly-api": "2.2.3",
86
+ "@aws-cdk/cloud-assembly-schema": ">=53.24.0",
87
87
  "@aws-cdk/cloudformation-diff": "2.187.1",
88
88
  "@aws-cdk/cx-api": "^2",
89
- "@aws-cdk/toolkit-lib": "^1.25.0",
89
+ "@aws-cdk/toolkit-lib": "^1.25.2",
90
90
  "@aws-sdk/client-appsync": "^3",
91
91
  "@aws-sdk/client-bedrock-agentcore-control": "^3",
92
92
  "@aws-sdk/client-cloudcontrol": "^3",
@@ -118,7 +118,7 @@
118
118
  "@smithy/util-waiter": "^4",
119
119
  "archiver": "^7.0.1",
120
120
  "camelcase": "^6",
121
- "cdk-from-cfn": "^0.297.0",
121
+ "cdk-from-cfn": "^0.299.0",
122
122
  "chalk": "^4",
123
123
  "chokidar": "^4",
124
124
  "decamelize": "^5",
@@ -130,9 +130,8 @@
130
130
  "picomatch": "^4.0.4",
131
131
  "promptly": "^3.2.0",
132
132
  "proxy-agent": "^6.5.0",
133
- "semver": "^7.7.4",
133
+ "semver": "^7.8.0",
134
134
  "strip-ansi": "^6",
135
- "uuid": "^11.1.0",
136
135
  "wrap-ansi": "^7",
137
136
  "yaml": "^1",
138
137
  "yargs": "^15"
@@ -158,7 +157,7 @@
158
157
  "publishConfig": {
159
158
  "access": "public"
160
159
  },
161
- "version": "2.1120.0",
160
+ "version": "2.1122.0",
162
161
  "packageManager": "yarn@4.13.0",
163
162
  "types": "lib/index.d.ts",
164
163
  "exports": {