File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ # 3.10.3
2+
3+ Support AWS functions hotfix
4+
5+ - Move dependencies right.
6+
17# 3.10.2
28
39Support AWS functions
Original file line number Diff line number Diff line change 11{
22 "name" : " osm-static-maps" ,
3- "version" : " 3.10.2 " ,
3+ "version" : " 3.10.3 " ,
44 "description" : " Create a static image of a map with the features you want" ,
55 "author" : " Julian Perelli" ,
66 "contributors" : [
1515 "url" : " http://github.com/jperelli/osm-static-maps.git"
1616 },
1717 "dependencies" : {
18+ "chrome-aws-lambda" : " ^5.5.0" ,
1819 "commander" : " ^6.2.1" ,
1920 "express" : " 4.17.1" ,
2021 "handlebars" : " 4.7.6" ,
2526 "leaflet-polylinedecorator" : " 1.6.0" ,
2627 "mapbox-gl" : " ^1.13.0" ,
2728 "mapbox-gl-leaflet" : " 0.0.14" ,
28- "puppeteer" : " ^5.5.0"
29+ "puppeteer-core " : " ^5.5.0"
2930 },
3031 "engines" : {
3132 "node" : " >=12"
4041 "osmsm" : " ./src/cli.js"
4142 },
4243 "devDependencies" : {
43- "chrome-aws-lambda" : " ^5.5.0" ,
4444 "nodemon" : " 2.0.6" ,
45- "puppeteer-core " : " ^5.5.0"
45+ "puppeteer" : " ^5.5.0"
4646 }
47- }
47+ }
You can’t perform that action at this time.
0 commit comments