Bump lib-core.maps-test to v0.4.0 and pin maps dep to 0.4.0

Test-lib follows the lib it exercises; the new asserts in init.lua
exercise the v0.4.0 write APIs that did not exist in 0.3.0.
This commit is contained in:
Axel Meyer
2026-05-24 00:51:12 +02:00
parent e082a39596
commit aaeb8d3650

View File

@@ -1,9 +1,9 @@
{
"id": "lib-core.maps-test",
"role": "test",
"version": "0.3.0",
"version": "0.4.0",
"api_min": "0.1",
"deps": [
{"id": "lib-core.maps", "version": "0.3.0"}
{"id": "lib-core.maps", "version": "0.4.0"}
]
}