@sparticuz/chromium
Advanced tools
Comparing version 108.0.1 to 108.0.2
@@ -9,3 +9,3 @@ "use strict"; | ||
const url_1 = require("url"); | ||
if (/^AWS_Lambda_nodejs(?:10|12|14|16)[.]x$/.test(process.env.AWS_EXECUTION_ENV) === true) { | ||
if (/^AWS_Lambda_nodejs(?:10|12|14|16|18)[.]x$/.test(process.env.AWS_EXECUTION_ENV) === true) { | ||
if (process.env.FONTCONFIG_PATH === undefined) { | ||
@@ -150,3 +150,3 @@ process.env.FONTCONFIG_PATH = '/tmp/aws'; | ||
]; | ||
if (/^AWS_Lambda_nodejs(?:10|12|14|16)[.]x$/.test(process.env.AWS_EXECUTION_ENV) === true) { | ||
if (/^AWS_Lambda_nodejs(?:10|12|14|16|18)[.]x$/.test(process.env.AWS_EXECUTION_ENV) === true) { | ||
promises.push(lambdafs_1.default.inflate(`${input}/aws.tar.br`)); | ||
@@ -153,0 +153,0 @@ } |
{ | ||
"name": "@sparticuz/chromium", | ||
"version": "108.0.1", | ||
"version": "108.0.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Kyle McNally" |
Sorry, the diff of this file is not supported yet
57681831