|
59 | 59 | "require": "./lib/cjs/schemas/apigwv2.js",
|
60 | 60 | "import": "./lib/esm/schemas/apigwv2.js"
|
61 | 61 | },
|
| 62 | + "./schemas/appsync": { |
| 63 | + "require": "./lib/cjs/schemas/appsync.js", |
| 64 | + "import": "./lib/esm/schemas/appsync.js" |
| 65 | + }, |
62 | 66 | "./schemas/cloudformation-custom-resources": {
|
63 | 67 | "require": "./lib/cjs/schemas/cloudformation-custom-resources.js",
|
64 | 68 | "import": "./lib/esm/schemas/cloudformation-custom-resources.js"
|
|
203 | 207 | "./lib/cjs/schemas/apigwv2.d.ts",
|
204 | 208 | "./lib/esm/schemas/apigwv2.d.ts"
|
205 | 209 | ],
|
| 210 | + "schemas/appsync": [ |
| 211 | + "./lib/cjs/schemas/appsync.d.ts", |
| 212 | + "./lib/esm/schemas/appsync.d.ts" |
| 213 | + ], |
206 | 214 | "schemas/cloudformation-custom-resources": [
|
207 | 215 | "./lib/cjs/schemas/cloudformation-custom-resources.d.ts",
|
208 | 216 | "./lib/esm/schemas/cloudformation-custom-resources.d.ts"
|
|
235 | 243 | "./lib/cjs/schemas/lambda.d.ts",
|
236 | 244 | "./lib/esm/schemas/lambda.d.ts"
|
237 | 245 | ],
|
238 |
| - "schemas/s3": ["./lib/cjs/schemas/s3.d.ts", "./lib/esm/schemas/s3.d.ts"], |
| 246 | + "schemas/s3": [ |
| 247 | + "./lib/cjs/schemas/s3.d.ts", |
| 248 | + "./lib/esm/schemas/s3.d.ts" |
| 249 | + ], |
239 | 250 | "schemas/ses": [
|
240 | 251 | "./lib/cjs/schemas/ses.d.ts",
|
241 | 252 | "./lib/esm/schemas/ses.d.ts"
|
|
312 | 323 | "./lib/cjs/envelopes/vpc-latticev2.d.ts",
|
313 | 324 | "./lib/esm/envelopes/vpc-latticev2.d.ts"
|
314 | 325 | ],
|
315 |
| - "helpers": ["./lib/cjs/helpers.d.ts", "./lib/esm/helpers.d.ts"] |
| 326 | + "helpers": [ |
| 327 | + "./lib/cjs/helpers.d.ts", |
| 328 | + "./lib/esm/helpers.d.ts" |
| 329 | + ] |
316 | 330 | }
|
317 | 331 | },
|
318 | 332 | "main": "./lib/cjs/index.js",
|
|
0 commit comments