@remotion/lambda 4.0.0-alpha.217 → 4.0.0-alpha4

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.
Files changed (65) hide show
  1. package/dist/admin/bundle-lambda.js +20 -15
  2. package/dist/admin/make-layer-public.js +87 -60
  3. package/dist/api/clean-items.js +1 -1
  4. package/dist/api/create-bucket.js +34 -1
  5. package/dist/api/create-function.d.ts +3 -1
  6. package/dist/api/create-function.js +4 -4
  7. package/dist/api/deploy-function.d.ts +3 -0
  8. package/dist/api/deploy-function.js +7 -1
  9. package/dist/api/deploy-site.js +8 -3
  10. package/dist/api/download-media.d.ts +4 -0
  11. package/dist/api/download-media.js +5 -1
  12. package/dist/api/estimate-price.d.ts +3 -1
  13. package/dist/api/estimate-price.js +9 -3
  14. package/dist/api/get-compositions-on-lambda.d.ts +2 -2
  15. package/dist/api/get-or-create-bucket.d.ts +1 -0
  16. package/dist/api/get-or-create-bucket.js +3 -0
  17. package/dist/api/iam-validation/simulate.js +2 -4
  18. package/dist/api/iam-validation/user-permissions.js +2 -0
  19. package/dist/api/render-media-on-lambda.d.ts +6 -10
  20. package/dist/api/render-media-on-lambda.js +3 -6
  21. package/dist/api/render-still-on-lambda.d.ts +3 -7
  22. package/dist/api/render-still-on-lambda.js +3 -6
  23. package/dist/cli/args.d.ts +2 -0
  24. package/dist/cli/commands/functions/deploy.js +9 -7
  25. package/dist/cli/commands/functions/ls.js +1 -4
  26. package/dist/cli/commands/functions/rm.js +2 -8
  27. package/dist/cli/commands/functions/rmall.js +2 -8
  28. package/dist/cli/commands/render/render.js +12 -22
  29. package/dist/cli/commands/sites/create.js +8 -7
  30. package/dist/cli/commands/sites/index.js +3 -0
  31. package/dist/cli/commands/still.js +5 -7
  32. package/dist/cli/helpers/progress-bar.d.ts +2 -1
  33. package/dist/cli/helpers/progress-bar.js +7 -3
  34. package/dist/cli/log.d.ts +0 -12
  35. package/dist/functions/chunk-optimization/plan-frame-ranges.d.ts +1 -4
  36. package/dist/functions/compositions.d.ts +1 -1
  37. package/dist/functions/compositions.js +2 -0
  38. package/dist/functions/helpers/calculate-price-from-bucket.d.ts +3 -1
  39. package/dist/functions/helpers/calculate-price-from-bucket.js +2 -1
  40. package/dist/functions/helpers/concat-videos.d.ts +4 -2
  41. package/dist/functions/helpers/concat-videos.js +5 -2
  42. package/dist/functions/helpers/create-post-render-data.js +2 -0
  43. package/dist/functions/helpers/get-progress.js +2 -0
  44. package/dist/functions/helpers/is-enosp-err.js +1 -1
  45. package/dist/functions/helpers/validate-composition.d.ts +5 -3
  46. package/dist/functions/helpers/validate-composition.js +3 -1
  47. package/dist/functions/index.d.ts +4 -15
  48. package/dist/functions/index.js +1 -1
  49. package/dist/functions/launch.js +6 -2
  50. package/dist/functions/renderer.js +9 -9
  51. package/dist/functions/start.js +1 -1
  52. package/dist/functions/still.js +5 -1
  53. package/dist/index.d.ts +6 -5
  54. package/dist/index.js +2 -1
  55. package/dist/shared/constants.d.ts +17 -20
  56. package/dist/shared/constants.js +2 -1
  57. package/dist/shared/function-zip-path.d.ts +1 -0
  58. package/dist/shared/function-zip-path.js +2 -1
  59. package/dist/shared/hosted-layers.d.ts +91 -2
  60. package/dist/shared/hosted-layers.js +300 -1
  61. package/dist/shared/invoke-webhook.d.ts +2 -0
  62. package/package.json +89 -90
  63. package/remotionlambda-arm64.zip +0 -0
  64. package/remotionlambda-x64.zip +0 -0
  65. package/remotionlambda.zip +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.hostedLayers = exports.REMOTION_HOSTED_LAYER_ARN = void 0;
3
+ exports.__internal_doNotUsehostedLayers = exports.hostedLayers = exports.REMOTION_HOSTED_LAYER_ARN = void 0;
4
4
  exports.REMOTION_HOSTED_LAYER_ARN = `arn:aws:lambda:*:678892195805:layer:remotion-binaries-*`;
5
5
  exports.hostedLayers = {
6
6
  'ap-northeast-1': [
@@ -298,3 +298,302 @@ exports.hostedLayers = {
298
298
  },
299
299
  ],
300
300
  };
301
+ exports.__internal_doNotUsehostedLayers = {
302
+ arm64: exports.hostedLayers,
303
+ x86_64: {
304
+ 'ap-northeast-1': [
305
+ {
306
+ layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-fonts-x86_64',
307
+ version: 4,
308
+ },
309
+ {
310
+ layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
311
+ version: 8,
312
+ },
313
+ {
314
+ layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-chromium-x86_64',
315
+ version: 8,
316
+ },
317
+ ],
318
+ 'ap-south-1': [
319
+ {
320
+ layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-fonts-x86_64',
321
+ version: 4,
322
+ },
323
+ {
324
+ layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
325
+ version: 8,
326
+ },
327
+ {
328
+ layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-chromium-x86_64',
329
+ version: 8,
330
+ },
331
+ ],
332
+ 'ap-southeast-1': [
333
+ {
334
+ layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-fonts-x86_64',
335
+ version: 4,
336
+ },
337
+ {
338
+ layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
339
+ version: 8,
340
+ },
341
+ {
342
+ layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-chromium-x86_64',
343
+ version: 8,
344
+ },
345
+ ],
346
+ 'ap-southeast-2': [
347
+ {
348
+ layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-fonts-x86_64',
349
+ version: 4,
350
+ },
351
+ {
352
+ layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
353
+ version: 8,
354
+ },
355
+ {
356
+ layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-chromium-x86_64',
357
+ version: 8,
358
+ },
359
+ ],
360
+ 'eu-central-1': [
361
+ {
362
+ layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-fonts-x86_64',
363
+ version: 4,
364
+ },
365
+ {
366
+ layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
367
+ version: 8,
368
+ },
369
+ {
370
+ layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-chromium-x86_64',
371
+ version: 8,
372
+ },
373
+ ],
374
+ 'eu-west-1': [
375
+ {
376
+ layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-fonts-x86_64',
377
+ version: 4,
378
+ },
379
+ {
380
+ layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
381
+ version: 8,
382
+ },
383
+ {
384
+ layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-chromium-x86_64',
385
+ version: 8,
386
+ },
387
+ ],
388
+ 'eu-west-2': [
389
+ {
390
+ layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-fonts-x86_64',
391
+ version: 4,
392
+ },
393
+ {
394
+ layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
395
+ version: 8,
396
+ },
397
+ {
398
+ layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-chromium-x86_64',
399
+ version: 8,
400
+ },
401
+ ],
402
+ 'us-east-1': [
403
+ {
404
+ layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-fonts-x86_64',
405
+ version: 9,
406
+ },
407
+ {
408
+ layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
409
+ version: 17,
410
+ },
411
+ {
412
+ layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-chromium-x86_64',
413
+ version: 17,
414
+ },
415
+ ],
416
+ 'us-east-2': [
417
+ {
418
+ layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-fonts-x86_64',
419
+ version: 4,
420
+ },
421
+ {
422
+ layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
423
+ version: 8,
424
+ },
425
+ {
426
+ layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-chromium-x86_64',
427
+ version: 8,
428
+ },
429
+ ],
430
+ 'us-west-2': [
431
+ {
432
+ layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-fonts-x86_64',
433
+ version: 4,
434
+ },
435
+ {
436
+ layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
437
+ version: 8,
438
+ },
439
+ {
440
+ layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-chromium-x86_64',
441
+ version: 8,
442
+ },
443
+ ],
444
+ 'af-south-1': [
445
+ {
446
+ layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-fonts-x86_64',
447
+ version: 1,
448
+ },
449
+ {
450
+ layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
451
+ version: 1,
452
+ },
453
+ {
454
+ layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-chromium-x86_64',
455
+ version: 1,
456
+ },
457
+ ],
458
+ 'ap-east-1': [
459
+ {
460
+ layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-fonts-x86_64',
461
+ version: 1,
462
+ },
463
+ {
464
+ layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
465
+ version: 1,
466
+ },
467
+ {
468
+ layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-chromium-x86_64',
469
+ version: 1,
470
+ },
471
+ ],
472
+ 'ap-northeast-2': [
473
+ {
474
+ layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-fonts-x86_64',
475
+ version: 1,
476
+ },
477
+ {
478
+ layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
479
+ version: 1,
480
+ },
481
+ {
482
+ layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-chromium-x86_64',
483
+ version: 1,
484
+ },
485
+ ],
486
+ 'ap-northeast-3': [
487
+ {
488
+ layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-fonts-x86_64',
489
+ version: 1,
490
+ },
491
+ {
492
+ layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
493
+ version: 1,
494
+ },
495
+ {
496
+ layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-chromium-x86_64',
497
+ version: 1,
498
+ },
499
+ ],
500
+ 'ca-central-1': [
501
+ {
502
+ layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-fonts-x86_64',
503
+ version: 1,
504
+ },
505
+ {
506
+ layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
507
+ version: 1,
508
+ },
509
+ {
510
+ layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-chromium-x86_64',
511
+ version: 1,
512
+ },
513
+ ],
514
+ 'eu-north-1': [
515
+ {
516
+ layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-fonts-x86_64',
517
+ version: 1,
518
+ },
519
+ {
520
+ layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
521
+ version: 1,
522
+ },
523
+ {
524
+ layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-chromium-x86_64',
525
+ version: 1,
526
+ },
527
+ ],
528
+ 'eu-south-1': [
529
+ {
530
+ layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-fonts-x86_64',
531
+ version: 1,
532
+ },
533
+ {
534
+ layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
535
+ version: 1,
536
+ },
537
+ {
538
+ layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-chromium-x86_64',
539
+ version: 1,
540
+ },
541
+ ],
542
+ 'eu-west-3': [
543
+ {
544
+ layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-fonts-x86_64',
545
+ version: 1,
546
+ },
547
+ {
548
+ layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
549
+ version: 1,
550
+ },
551
+ {
552
+ layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-chromium-x86_64',
553
+ version: 1,
554
+ },
555
+ ],
556
+ 'me-south-1': [
557
+ {
558
+ layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-fonts-x86_64',
559
+ version: 1,
560
+ },
561
+ {
562
+ layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
563
+ version: 1,
564
+ },
565
+ {
566
+ layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-chromium-x86_64',
567
+ version: 1,
568
+ },
569
+ ],
570
+ 'sa-east-1': [
571
+ {
572
+ layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-fonts-x86_64',
573
+ version: 1,
574
+ },
575
+ {
576
+ layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
577
+ version: 1,
578
+ },
579
+ {
580
+ layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-chromium-x86_64',
581
+ version: 1,
582
+ },
583
+ ],
584
+ 'us-west-1': [
585
+ {
586
+ layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-fonts-x86_64',
587
+ version: 1,
588
+ },
589
+ {
590
+ layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-ffmpeg-x86_64',
591
+ version: 1,
592
+ },
593
+ {
594
+ layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-chromium-x86_64',
595
+ version: 1,
596
+ },
597
+ ],
598
+ },
599
+ };
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+ /// <reference types="node" />
1
3
  import http from 'http';
2
4
  import https from 'https';
3
5
  import type { EnhancedErrorInfo } from '../functions/helpers/write-lambda-error';
package/package.json CHANGED
@@ -1,91 +1,90 @@
1
1
  {
2
- "name": "@remotion/lambda",
3
- "version": "4.0.0-alpha.217+27eff7599",
4
- "description": "Distributed renderer for Remotion based on AWS Lambda",
5
- "main": "dist/index.js",
6
- "sideEffects": false,
7
- "bin": {
8
- "remotion-lambda": "remotion-lambda-cli.js"
9
- },
10
- "scripts": {
11
- "testintegration": "vitest src/test/integration --run",
12
- "lint": "eslint src --ext ts,tsx",
13
- "test": "vitest src/test/unit --run",
14
- "watch": "tsc -w",
15
- "build": "tsc -d && pnpm run buildlambda",
16
- "buildlambda": "ts-node src/admin/bundle-lambda.ts",
17
- "start": "ts-node src/run.ts",
18
- "prepublishOnly": "ts-node src/admin/bundle-lambda.ts && node ensure-version-match.js"
19
- },
20
- "author": "Jonny Burger <jonny@remotion.dev>",
21
- "license": "MIT",
22
- "repository": {
23
- "url": "https://github.com/JonnyBurger/remotion"
24
- },
25
- "dependencies": {
26
- "@aws-sdk/abort-controller": "3.272.0",
27
- "@aws-sdk/client-cloudwatch-logs": "3.272.0",
28
- "@aws-sdk/client-iam": "3.272.0",
29
- "@aws-sdk/client-lambda": "3.272.0",
30
- "@aws-sdk/client-s3": "3.272.0",
31
- "@aws-sdk/client-service-quotas": "3.272.0",
32
- "@aws-sdk/client-sts": "3.272.0",
33
- "@aws-sdk/credential-providers": "3.272.0",
34
- "@aws-sdk/lib-storage": "3.272.0",
35
- "@aws-sdk/s3-request-presigner": "3.272.0",
36
- "@remotion/bundler": "4.0.0-alpha.217+27eff7599",
37
- "@remotion/cli": "4.0.0-alpha.217+27eff7599",
38
- "@remotion/renderer": "4.0.0-alpha.217+27eff7599",
39
- "aws-policies": "^1.0.1",
40
- "mime-types": "2.1.34",
41
- "remotion": "4.0.0-alpha.217+27eff7599"
42
- },
43
- "devDependencies": {
44
- "@jonny/eslint-config": "3.0.266",
45
- "@remotion/bundler": "workspace:*",
46
- "@remotion/compositor-linux-arm64-musl": "4.0.0-alpha.217+27eff7599",
47
- "@types/mime-types": "2.1.1",
48
- "@types/minimist": "1.2.2",
49
- "@types/node": "^14.14.14",
50
- "@types/prompt": "^1.1.0",
51
- "eslint": "8.25.0",
52
- "prettier": "^2.4.1",
53
- "prettier-plugin-organize-imports": "^2.3.4",
54
- "ts-node": "^10.8.0",
55
- "typescript": "^4.7.0",
56
- "vitest": "^0.24.3",
57
- "zip-lib": "^0.7.2"
58
- },
59
- "peerDependencies": {
60
- "@remotion/bundler": "workspace:*"
61
- },
62
- "publishConfig": {
63
- "access": "public"
64
- },
65
- "exports": {
66
- "./package.json": "./package.json",
67
- ".": "./dist/index.js",
68
- "./defaults": "./dist/defaults.js",
69
- "./regions": "./dist/regions.js",
70
- "./policies": "./dist/api/iam-validation/suggested-policy.js",
71
- "./client": "./dist/client.js",
72
- "./layers": "./dist/shared/hosted-layers.js"
73
- },
74
- "typesVersions": {
75
- ">=1.0": {
76
- "defaults": [
77
- "dist/defaults.d.ts"
78
- ],
79
- "regions": [
80
- "dist/regions.d.ts"
81
- ],
82
- "policies": [
83
- "dist/api/iam-validation/suggested-policy.d.ts"
84
- ],
85
- "client": [
86
- "dist/client.d.ts"
87
- ]
88
- }
89
- },
90
- "gitHead": "27eff759935b19b666e29f4f46dd5bdd6214e188"
91
- }
2
+ "name": "@remotion/lambda",
3
+ "version": "4.0.0-alpha4",
4
+ "description": "Distributed renderer for Remotion based on AWS Lambda",
5
+ "main": "dist/index.js",
6
+ "sideEffects": false,
7
+ "bin": {
8
+ "remotion-lambda": "remotion-lambda-cli.js"
9
+ },
10
+ "author": "Jonny Burger <jonny@remotion.dev>",
11
+ "license": "MIT",
12
+ "repository": {
13
+ "url": "https://github.com/JonnyBurger/remotion"
14
+ },
15
+ "dependencies": {
16
+ "@aws-sdk/abort-controller": "3.272.0",
17
+ "@aws-sdk/client-cloudwatch-logs": "3.272.0",
18
+ "@aws-sdk/client-iam": "3.272.0",
19
+ "@aws-sdk/client-lambda": "3.272.0",
20
+ "@aws-sdk/client-s3": "3.272.0",
21
+ "@aws-sdk/client-service-quotas": "3.272.0",
22
+ "@aws-sdk/client-sts": "3.272.0",
23
+ "@aws-sdk/credential-providers": "3.272.0",
24
+ "@aws-sdk/lib-storage": "3.272.0",
25
+ "@aws-sdk/s3-request-presigner": "3.272.0",
26
+ "@remotion/bundler": "4.0.0-alpha4",
27
+ "@remotion/cli": "4.0.0-alpha4",
28
+ "@remotion/renderer": "4.0.0-alpha4",
29
+ "aws-policies": "^1.0.1",
30
+ "mime-types": "2.1.34",
31
+ "remotion": "4.0.0-alpha4"
32
+ },
33
+ "devDependencies": {
34
+ "@jonny/eslint-config": "3.0.266",
35
+ "@remotion/bundler": "4.0.0-alpha4",
36
+ "@remotion/compositor-linux-arm64-musl": "4.0.0-alpha4",
37
+ "@remotion/compositor-linux-x64-musl": "4.0.0-alpha4",
38
+ "@types/mime-types": "2.1.1",
39
+ "@types/minimist": "1.2.2",
40
+ "@types/node": "^14.14.14",
41
+ "@types/prompt": "^1.1.0",
42
+ "eslint": "8.25.0",
43
+ "prettier": "^2.4.1",
44
+ "prettier-plugin-organize-imports": "^2.3.4",
45
+ "ts-node": "^10.8.0",
46
+ "typescript": "^4.7.0",
47
+ "vitest": "^0.24.3",
48
+ "zip-lib": "^0.7.2"
49
+ },
50
+ "peerDependencies": {
51
+ "@remotion/bundler": "4.0.0-alpha4"
52
+ },
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
56
+ "exports": {
57
+ "./package.json": "./package.json",
58
+ ".": "./dist/index.js",
59
+ "./defaults": "./dist/defaults.js",
60
+ "./regions": "./dist/regions.js",
61
+ "./policies": "./dist/api/iam-validation/suggested-policy.js",
62
+ "./client": "./dist/client.js",
63
+ "./layers": "./dist/shared/hosted-layers.js"
64
+ },
65
+ "typesVersions": {
66
+ ">=1.0": {
67
+ "defaults": [
68
+ "dist/defaults.d.ts"
69
+ ],
70
+ "regions": [
71
+ "dist/regions.d.ts"
72
+ ],
73
+ "policies": [
74
+ "dist/api/iam-validation/suggested-policy.d.ts"
75
+ ],
76
+ "client": [
77
+ "dist/client.d.ts"
78
+ ]
79
+ }
80
+ },
81
+ "scripts": {
82
+ "testintegration": "vitest src/test/integration --run",
83
+ "lint": "eslint src --ext ts,tsx",
84
+ "test": "vitest src/test/unit --run",
85
+ "watch": "tsc -w",
86
+ "build": "tsc -d && pnpm run buildlambda",
87
+ "buildlambda": "ts-node src/admin/bundle-lambda.ts",
88
+ "start": "ts-node src/run.ts"
89
+ }
90
+ }
Binary file
Binary file
Binary file