From 8689c131bfcee65af1c8be61aa8802416c3d8591 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Fri, 15 May 2026 22:42:37 +0200 Subject: [PATCH] deps(interaction): declare lib-core.input dep (P.3.12) Resolves audit I3. interaction uses input for was-pressed checks on trigger-actions. lib-core.input declared at v0.4.0 (post-P.3.10). --- manifest.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.lib b/manifest.lib index aef01cc..5088739 100644 --- a/manifest.lib +++ b/manifest.lib @@ -1 +1 @@ -{"id":"lib-core.interaction","version":"0.1.0","api_min":"0.1"} +{"id":"lib-core.interaction","version":"0.1.0","api_min":"0.1","deps":[{"id":"lib-core.input","version":"0.4.0"}]} \ No newline at end of file