@remotion/lambda 4.0.430 → 4.0.432

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.
@@ -49,7 +49,7 @@ const makeLayerPublic = async () => {
49
49
  const { Version, LayerArn } = await lambda_client_1.LambdaClientInternals.getLambdaClient(region, undefined, null).send(new client_lambda_1.PublishLayerVersionCommand({
50
50
  Content: {
51
51
  S3Bucket: getBucketName(region),
52
- S3Key: `remotion-layer-${layer}-v15-arm64.zip`,
52
+ S3Key: `remotion-layer-${layer}-v16-arm64.zip`,
53
53
  },
54
54
  LayerName: layerName,
55
55
  LicenseInfo: layer === 'chromium'