File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ` ) |
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ region=us-east-1
1313ansible_connection =ssh
1414ansible_python_interpreter =auto_silent
1515ansible_ssh_private_key_file =ansible.pem
16- puppeteer_version =v10.1 .0
16+ puppeteer_version =v10.2 .0
Original file line number Diff line number Diff line change 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 },
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"
You can’t perform that action at this time.
0 commit comments