From 93c94b04e5070d12a7459770bcab481f966cddf5 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 31 May 2026 14:09:25 +0200 Subject: [PATCH] dep-fetcher-test-runner 0.1.1: bump deps after producer cascade - lib-management.dep-fetcher 0.1.1 -> 0.1.2 (multi-path resolution + case-G untagged-dev-state). - lib-management.dep-fetcher-test 0.1.1 -> 0.1.2 (matching producer). - lib-core.git 0.1.0 -> 0.2.0 (token-auth + set_token). --- manifest.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.module b/manifest.module index a797e99..97ce0b1 100644 --- a/manifest.module +++ b/manifest.module @@ -1,13 +1,13 @@ { "id": "dep-fetcher-test-runner", - "version": "0.1.0", + "version": "0.1.1", "kind": "test-module", "api": "^0.1", "ci_frames": 1, "entry_point": "init.lua", "deps": [ - {"id": "lib-management.dep-fetcher-test", "version": "0.1.1"}, - {"id": "lib-management.dep-fetcher", "version": "0.1.1"}, - {"id": "lib-core.git", "version": "0.1.0"} + {"id": "lib-management.dep-fetcher-test", "version": "0.1.2"}, + {"id": "lib-management.dep-fetcher", "version": "0.1.2"}, + {"id": "lib-core.git", "version": "0.2.0"} ] }