Skip to content

Commit a319ecd

Browse files
committed
bump to pptr 10.2
1 parent 216232c commit a319ecd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clean:
99
%.zip:
1010
npm install --no-fund --no-package-lock --no-shrinkwrap
1111
mkdir -p nodejs/
12-
npm install --prefix nodejs/ lambdafs@~2.0.3 puppeteer-core@~10.1.0 --no-bin-links --no-fund --no-optional --no-package-lock --no-save --no-shrinkwrap
12+
npm install --prefix nodejs/ lambdafs@~2.0.3 puppeteer-core@~10.2.0 --no-bin-links --no-fund --no-optional --no-package-lock --no-save --no-shrinkwrap
1313
npm pack
1414
mkdir -p nodejs/node_modules/chrome-aws-lambda/
1515
tar --directory nodejs/node_modules/chrome-aws-lambda/ --extract --file chrome-aws-lambda-*.tgz --strip-components=1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ This package is versioned based on the underlying `puppeteer` minor version:
255255

256256
| `puppeteer` Version | `chrome-aws-lambda` Version | Chromium Revision |
257257
| ------------------- | --------------------------------- | ---------------------------------------------------- |
258+
| `10.2.*` | `npm i chrome-aws-lambda@~10.2.0` | [`901912`](https://crrev.com/884014) (`93.0.4577.0`) |
258259
| `10.1.*` | `npm i chrome-aws-lambda@~10.1.0` | [`884014`](https://crrev.com/884014) (`92.0.4512.0`) |
259260
| `10.0.*` | `npm i chrome-aws-lambda@~10.0.0` | [`884014`](https://crrev.com/884014) (`92.0.4512.0`) |
260261
| `9.1.*` | `npm i chrome-aws-lambda@~9.1.0` | [`869685`](https://crrev.com/869685) (`91.0.4469.0`) |

_/ansible/inventory.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ region=us-east-1
1313
ansible_connection=ssh
1414
ansible_python_interpreter=auto_silent
1515
ansible_ssh_private_key_file=ansible.pem
16-
puppeteer_version=v10.1.0
16+
puppeteer_version=v10.2.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chrome-aws-lambda",
33
"private": false,
4-
"version": "10.1.0",
4+
"version": "10.2.0",
55
"author": {
66
"name": "Alix Axel"
77
},
@@ -28,12 +28,12 @@
2828
},
2929
"devDependencies": {
3030
"@types/node": "^10.17.55",
31-
"puppeteer-core": "^10.1.0",
31+
"puppeteer-core": "^10.2.0",
3232
"rimraf": "^3.0.2",
3333
"typescript": "^4.3.2"
3434
},
3535
"peerDependencies": {
36-
"puppeteer-core": "^10.1.0"
36+
"puppeteer-core": "^10.2.0"
3737
},
3838
"bugs": {
3939
"url": "https://github.com/alixaxel/chrome-aws-lambda/issues"

0 commit comments

Comments
 (0)