mapserver-wasm 2.7.0-alpha.1 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,14 +26,14 @@
26
26
 
27
27
  |Name|Version|Home page|License|Status|
28
28
  |----|-------|---------|-------|-------|
29
- |**MapServer**|8.4.0|https://mapserver.org/|MIT|✅|
30
- |**GDAL/OGR**|3.11.3|https://gdal.org/|MIT/X style|✅|
31
- |**PROJ**|9.6.2|https://proj.org/|MIT/X style|✅|
29
+ |**MapServer**|8.4.1|https://mapserver.org/|MIT|✅|
30
+ |**GDAL/OGR**|3.11.4|https://gdal.org/|MIT/X style|✅|
31
+ |**PROJ**|9.7.0|https://proj.org/|MIT/X style|✅|
32
32
  |**GEOS**|3.14.0|https://libgeos.org/|LGPL-2.1|✅|
33
33
  |**SQLite**|3.50.4|https://www.sqlite.org/|Public Domain|✅|
34
- |**Libxml2**|2.14.5|http://xmlsoft.org/|MIT|✅|
34
+ |**Libxml2**|2.15.0|http://xmlsoft.org/|MIT|✅|
35
35
 
36
- ✅ up-to-date | 🚧 needs-update | Last update check 23.08.2025
36
+ ✅ up-to-date | 🚧 needs-update | Last update check 27.09.2025
37
37
 
38
38
  # Getting started
39
39
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapserver-wasm",
3
- "version": "2.7.0-alpha.1",
3
+ "version": "2.8.0",
4
4
  "description": "WebAssembly version of MapServer with a dispatchRequest interface",
5
5
  "author": "Paul Lange <paul.lange@data-experts.de>",
6
6
  "license": "MIT",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@semantic-release/git": "10.0.1",
39
- "@semantic-release/github": "11.0.4",
39
+ "@semantic-release/github": "11.0.6",
40
40
  "jest-file-snapshot": "0.7.0",
41
- "jsdom": "26.1.0",
42
- "semantic-release": "24.2.7",
41
+ "jsdom": "27.0.0",
42
+ "semantic-release": "24.2.9",
43
43
  "sqlite3": "5.1.7",
44
44
  "vitest": "3.2.4",
45
45
  "vitest-fetch-mock": "0.4.5"