v113.0.0
github-actions
released this
04 May 16:46
·
135 commits
to master
since this release
@sparticuz/chromium v113.0.0, @sparticuz/chromium-min v113.0.0
The chromium-v113.0.0-layer.zip
file may be uploaded directly as a layer in AWS Lambda using the following code
bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v113.0.0-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v113.0.0-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v113.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v113.0.0-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v113.0.0-pack.tar
file may be uploaded to any https endpoint and the remote location may be used as the input
variable in the chromium.executablePath(input)
function.
Breaking
- Node 14 support has been dropped by Puppeteer, This package also drops Node 14 support.
What's Changed
- Bump @types/node from 18.15.7 to 18.15.11 by @dependabot in #84
- Bump typescript from 5.0.2 to 5.0.3 by @dependabot in #83
- Bump typescript from 5.0.3 to 5.0.4 by @dependabot in #86
- Update to chromium 113 by @Sparticuz in #97
Full Changelog: v112.0.2...v113.0.0