Skip to content

Commit 6b4c39e

Browse files
committed
feat: libxml2 to 2.15.0
1 parent a787fe5 commit 6b4c39e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
|**PROJ**|9.7.0|https://proj.org/|MIT/X style||
3232
|**GEOS**|3.14.0|https://libgeos.org/|LGPL-2.1||
3333
|**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||
3535

3636
✅ up-to-date | 🚧 needs-update | Last update check 27.09.2025
3737

test/wasm_package_size.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const THRESHOLD = 10240
55
test('mapserver.wasm file should not be larger than ~3.2MB with brotli compression', () => {
66
const stats = fs.statSync('./dist/mapserver.wasm.br')
77

8-
expect(stats.size).toBeLessThanOrEqual(3205265 + THRESHOLD) // we should avoid getting bigger than that
8+
expect(stats.size).toBeLessThanOrEqual(3215505 + THRESHOLD) // we should avoid getting bigger than that
99
expect(stats.size).toBeGreaterThan(2000000) // if we got to small, maybe something is wrong?
1010
})

thirdparty/libxml2

Submodule libxml2 updated 327 files

0 commit comments

Comments
 (0)