From c3f273011914e65bf7cc593115bbbf5f175698ec Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Mon, 18 May 2026 20:18:48 +0200 Subject: [PATCH] fix(vagrant): bump puppet dep 0.3.1 -> 0.3.2 to match staged lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Iteration 2 bumped lib-core.puppet to v0.3.2 (persistent look_at_state fix) but the vagrant-skeleton manifest dep was not updated. Engine lib-resolver does exact strcmp → module fails to load with ENGINE_ERR_LIB_DEP_MISSING at launcher select. --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index e90b419..8f44621 100644 --- a/manifest.module +++ b/manifest.module @@ -15,7 +15,7 @@ {"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.1"}, + {"id": "lib-core.puppet", "version": "0.3.2"}, {"id": "lib-asset.prototype-subterrain", "version": "0.1.1"} ] }