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).
This commit is contained in:
Axel Meyer
2026-05-31 14:09:25 +02:00
parent bc9f495611
commit 93c94b04e5

View File

@@ -1,13 +1,13 @@
{ {
"id": "dep-fetcher-test-runner", "id": "dep-fetcher-test-runner",
"version": "0.1.0", "version": "0.1.1",
"kind": "test-module", "kind": "test-module",
"api": "^0.1", "api": "^0.1",
"ci_frames": 1, "ci_frames": 1,
"entry_point": "init.lua", "entry_point": "init.lua",
"deps": [ "deps": [
{"id": "lib-management.dep-fetcher-test", "version": "0.1.1"}, {"id": "lib-management.dep-fetcher-test", "version": "0.1.2"},
{"id": "lib-management.dep-fetcher", "version": "0.1.1"}, {"id": "lib-management.dep-fetcher", "version": "0.1.2"},
{"id": "lib-core.git", "version": "0.1.0"} {"id": "lib-core.git", "version": "0.2.0"}
] ]
} }