chrome-aws-lambda
Advanced tools
Comparing version 1.10.1 to 1.11.0
{ | ||
"name": "chrome-aws-lambda", | ||
"private": false, | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"author": { | ||
@@ -16,3 +16,3 @@ "name": "Alix Axel" | ||
"engines": { | ||
"node": ">=8.10" | ||
"node": ">= 8.10" | ||
}, | ||
@@ -25,4 +25,4 @@ "scripts": { | ||
"devDependencies": { | ||
"iltorb": "^2.4.0", | ||
"puppeteer-core": "~1.10.0" | ||
"iltorb": "^2.4.1", | ||
"puppeteer-core": "~1.11.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "homepage": "https://github.com/alixaxel/chrome-aws-lambda", |
@@ -109,2 +109,3 @@ # chrome-aws-lambda | ||
| ------------------- | --------------------------------------------- | ---------------------------------------------------- | | ||
| `1.11.0` | `npm i chrome-aws-lambda@1.11.0 --save-exact` | [`609904`](https://crrev.com/609904) (`72.0.3618.0`) | | ||
| `1.10.0` | `npm i chrome-aws-lambda@1.10.1 --save-exact` | [`604907`](https://crrev.com/604907) (`72.0.3582.0`) | | ||
@@ -111,0 +112,0 @@ | `1.9.0` | `npm i chrome-aws-lambda@1.9.1 --save-exact` | [`594312`](https://crrev.com/594312) (`71.0.3563.0`) | |
36710466
168