Skip to content

Commit

Permalink
Merge pull request #568 from zazuko/yasgui-ol-0-4-0
Browse files Browse the repository at this point in the history
Upgrade Openlayers Elements to 0.4.0
  • Loading branch information
ludovicm67 authored Nov 5, 2024
2 parents 0a59d74 + 4344020 commit ebe60bc
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 180 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-eagles-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trifid-plugin-yasgui": patch
---

Bump openlayers-elements to 0.4.0
242 changes: 65 additions & 177 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "esbuild --minify --bundle plugins/map.js --outdir=build --splitting --format=esm",
"test": "c8 --all --exclude build --reporter=lcovonly --reporter=text node --test **/*.test.js",
"clean": "rimraf dist/",
"prebuild": "npm run clean",
"prebuild": "npm run clean && npm run prepare",
"build": "tsc",
"prepack": "npm run build"
},
Expand All @@ -45,8 +45,8 @@
"import-meta-resolve": "^4.1.0"
},
"devDependencies": {
"@openlayers-elements/maps": "^0.3.0",
"@openlayers-elements/swisstopo": "^0.3.0",
"@openlayers-elements/maps": "^0.4.0",
"@openlayers-elements/swisstopo": "^0.4.0",
"@types/node": "^22.8.7",
"c8": "^10.1.2",
"esbuild": "^0.24.0",
Expand Down

0 comments on commit ebe60bc

Please sign in to comment.