aws-cdk 2.1118.0 → 2.1118.2

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
package/package.json CHANGED
@@ -10,25 +10,25 @@
10
10
  "cdk": "bin/cdk"
11
11
  },
12
12
  "scripts": {
13
- "build": "npx projen build",
14
- "bump": "npx projen bump",
15
- "check-for-updates": "npx projen check-for-updates",
16
- "check-licenses": "npx projen check-licenses",
17
- "compile": "npx projen compile",
18
- "default": "npx projen default",
19
- "eslint": "npx projen eslint",
20
- "gather-versions": "npx projen gather-versions",
21
- "nx": "npx projen nx",
22
- "package": "npx projen package",
23
- "post-compile": "npx projen post-compile",
24
- "post-upgrade": "npx projen post-upgrade",
25
- "pre-compile": "npx projen pre-compile",
26
- "test": "npx projen test",
27
- "test:watch": "npx projen test:watch",
28
- "unbump": "npx projen unbump",
29
- "upgrade-aws-cdk-lib": "npx projen upgrade-aws-cdk-lib",
30
- "watch": "npx projen watch",
31
- "projen": "npx projen"
13
+ "build": "projen build",
14
+ "bump": "projen bump",
15
+ "check-for-updates": "projen check-for-updates",
16
+ "check-licenses": "projen check-licenses",
17
+ "compile": "projen compile",
18
+ "default": "projen default",
19
+ "eslint": "projen eslint",
20
+ "gather-versions": "projen gather-versions",
21
+ "nx": "projen nx",
22
+ "package": "projen package",
23
+ "post-compile": "projen post-compile",
24
+ "post-upgrade": "projen post-upgrade",
25
+ "pre-compile": "projen pre-compile",
26
+ "test": "projen test",
27
+ "test:watch": "projen test:watch",
28
+ "unbump": "projen unbump",
29
+ "upgrade-aws-cdk-lib": "projen upgrade-aws-cdk-lib",
30
+ "watch": "projen watch",
31
+ "projen": "projen"
32
32
  },
33
33
  "author": {
34
34
  "name": "Amazon Web Services",
@@ -36,15 +36,15 @@
36
36
  "organization": true
37
37
  },
38
38
  "devDependencies": {
39
- "@aws-cdk/cli-plugin-contract": "2.182.1",
39
+ "@aws-cdk/cli-plugin-contract": "2.182.2",
40
40
  "@aws-cdk/user-input-gen": "0.0.0",
41
- "@cdklabs/eslint-plugin": "^1.5.10",
41
+ "@cdklabs/eslint-plugin": "^2.0.0",
42
42
  "@stylistic/eslint-plugin": "^3",
43
43
  "@types/archiver": "^6.0.4",
44
- "@types/fs-extra": "^9",
44
+ "@types/fs-extra": "^11",
45
45
  "@types/jest": "^29.5.14",
46
46
  "@types/mockery": "^1.4.33",
47
- "@types/node": "^16",
47
+ "@types/node": "^20",
48
48
  "@types/picomatch": "^4.0.3",
49
49
  "@types/promptly": "^3.0.5",
50
50
  "@types/semver": "^7.7.1",
@@ -59,11 +59,11 @@
59
59
  "constructs": "^10.0.0",
60
60
  "eslint": "^9",
61
61
  "eslint-config-prettier": "^10.1.8",
62
- "eslint-import-resolver-typescript": "^3.10.1",
62
+ "eslint-import-resolver-typescript": "^4.4.4",
63
63
  "eslint-plugin-import": "^2.32.0",
64
- "eslint-plugin-jest": "^29.15.1",
64
+ "eslint-plugin-jest": "^29.15.2",
65
65
  "eslint-plugin-jsdoc": "^62.9.0",
66
- "eslint-plugin-prettier": "^5.5.5",
66
+ "eslint-plugin-prettier": "^4.2.5",
67
67
  "fast-check": "^3.23.2",
68
68
  "jest": "^29.7.0",
69
69
  "jest-environment-node": "^29.7.0",
@@ -72,17 +72,20 @@
72
72
  "license-checker": "^25.0.1",
73
73
  "nock": "13",
74
74
  "node-backpack": "^1.1.28",
75
+ "nx": "^22.6.4",
75
76
  "prettier": "^2.8",
77
+ "projen": "^0.99.48",
76
78
  "sinon": "^19.0.5",
77
79
  "ts-jest": "^29.4.9",
78
80
  "ts-mock-imports": "^1.3.19",
81
+ "tsx": "^4.21.0",
79
82
  "typescript": "5.9",
80
- "@aws-cdk/cdk-assets-lib": "^1.4.2",
81
- "@aws-cdk/cloud-assembly-api": "2.2.1",
82
- "@aws-cdk/cloud-assembly-schema": ">=53.14.0",
83
- "@aws-cdk/cloudformation-diff": "2.187.0",
83
+ "@aws-cdk/cdk-assets-lib": "^1.4.3",
84
+ "@aws-cdk/cloud-assembly-api": "2.2.2",
85
+ "@aws-cdk/cloud-assembly-schema": ">=53.16.0",
86
+ "@aws-cdk/cloudformation-diff": "2.187.1",
84
87
  "@aws-cdk/cx-api": "^2",
85
- "@aws-cdk/toolkit-lib": "^1.21.2",
88
+ "@aws-cdk/toolkit-lib": "^1.22.0",
86
89
  "@aws-sdk/client-appsync": "^3",
87
90
  "@aws-sdk/client-bedrock-agentcore-control": "^3",
88
91
  "@aws-sdk/client-cloudcontrol": "^3",
@@ -110,17 +113,17 @@
110
113
  "@smithy/shared-ini-file-loader": "^4.4.8",
111
114
  "@smithy/smithy-client": "^4.12.9",
112
115
  "@smithy/types": "^4.14.0",
113
- "@smithy/util-retry": "^4.3.0",
116
+ "@smithy/util-retry": "^4.3.1",
114
117
  "@smithy/util-waiter": "^4.2.15",
115
118
  "archiver": "^7.0.1",
116
119
  "camelcase": "^6",
117
- "cdk-from-cfn": "^0.293.0",
120
+ "cdk-from-cfn": "^0.295.0",
118
121
  "chalk": "^4",
119
122
  "chokidar": "^4",
120
123
  "decamelize": "^5",
121
124
  "enquirer": "^2.4.1",
122
125
  "fast-glob": "^3.3.3",
123
- "fs-extra": "^9",
126
+ "fs-extra": "^11",
124
127
  "p-limit": "^3",
125
128
  "p-queue": "^6",
126
129
  "picomatch": "^4.0.4",
@@ -144,7 +147,7 @@
144
147
  "devEngines": {
145
148
  "packageManager": {
146
149
  "name": "yarn",
147
- "version": "1.22.22",
150
+ "version": ">=4",
148
151
  "onFail": "ignore"
149
152
  }
150
153
  },
@@ -154,7 +157,8 @@
154
157
  "publishConfig": {
155
158
  "access": "public"
156
159
  },
157
- "version": "2.1118.0",
160
+ "version": "2.1118.2",
161
+ "packageManager": "yarn@4.13.0",
158
162
  "types": "lib/index.d.ts",
159
163
  "exports": {
160
164
  "./package.json": "./package.json",
@@ -162,5 +166,5 @@
162
166
  "./bin/cdk": "./bin/cdk",
163
167
  "./lib/api/bootstrap/bootstrap-template.yaml": "./lib/api/bootstrap/bootstrap-template.yaml"
164
168
  },
165
- "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
169
+ "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
166
170
  }