Files
sporel-module-vagrant-skeleton/manifest.module
Axel Meyer 00d10bbd47 fix(vagrant): manifest dep versions match resolver expectations
Engine lib-resolver does exact strcmp (not semver-range), so '^0.3.0'
fails to match published 0.3.0. Also pin lib-asset.prototype-subterrain
to 0.1.1 (the published patch version).

Surfaced during Phase-4 install-reference verify after vagrant-skeleton
v0.3.0 cutover.
2026-05-18 18:57:11 +02:00

22 lines
781 B
Plaintext

{
"id": "vagrant-skeleton",
"version": "0.3.0",
"kind": "module",
"api": "^0.1",
"ci_frames": 60,
"entry_point": "init.lua",
"asset_aliases": {
"player": "lib-asset.prototype-subterrain",
"tiles": "lib-asset.prototype-subterrain",
"world": "lib-asset.prototype-subterrain"
},
"deps": [
{"id": "lib-core.input", "version": "0.4.0"},
{"id": "lib-core.camera", "version": "0.3.0"},
{"id": "lib-core.render", "version": "0.1.0"},
{"id": "lib-core.maps", "version": "0.1.2"},
{"id": "lib-core.puppet", "version": "0.3.0"},
{"id": "lib-asset.prototype-subterrain", "version": "0.1.1"}
]
}