Skip to content

Commit

Permalink
bump openlayers to v2 with upgrade of pmtiles to v4 [#455]
Browse files Browse the repository at this point in the history
* bump serverless projects to 4.1.0
  • Loading branch information
bdon committed Jan 14, 2025
1 parent 544fed9 commit 9929976
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 28 deletions.
35 changes: 11 additions & 24 deletions openlayers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-pmtiles",
"version": "1.0.2",
"version": "2.0.0",
"description": "PMTiles sources for OpenLayers",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prettier-check": "prettier --check *.js"
},
"dependencies": {
"pmtiles": "^3.1.0"
"pmtiles": "^4.1.0"
},
"devDependencies": {
"tsup": "^8.2.3",
Expand Down
2 changes: 1 addition & 1 deletion serverless/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@smithy/node-http-handler": "^3.1.4",
"pmtiles": "^4.0.1"
"pmtiles": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion serverless/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"biome-check": "biome check --config-path=../../js src/index.ts"
},
"dependencies": {
"pmtiles": "^4.0.1"
"pmtiles": "^4.1.0"
}
}

0 comments on commit 9929976

Please sign in to comment.