From f7b773a9fadcb069cd912c4bea9640265bdb4daf Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Thu, 5 Feb 2026 11:48:27 -0500 Subject: [PATCH] map is now a reserved WIT keyword Signed-off-by: Scott Andrews --- update-deps.sh | 2 +- wit-overrides/componentized-valkey/package.wit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update-deps.sh b/update-deps.sh index 3b5ff30..5113522 100755 --- a/update-deps.sh +++ b/update-deps.sh @@ -17,7 +17,7 @@ static-config -o "${DEPS_DIR}/app-config.wasm" -p logging.env.prefix=log_context wkg oci pull ghcr.io/componentized/filesystem/chroot:v0.2.1 -o "${DEPS_DIR}/filesystem-chroot.wasm" wkg oci pull ghcr.io/componentized/cli/stdout-to-stderr:v0.1.1 -o "${DEPS_DIR}/stdout-to-stderr.wasm" -wkg oci pull ghcr.io/componentized/valkey/valkey-client:v0.2.1 -o "${DEPS_DIR}/valkey-client.wasm" +wkg oci pull ghcr.io/componentized/valkey/valkey-client:v0.2.2 -o "${DEPS_DIR}/valkey-client.wasm" wkg oci pull ghcr.io/componentized/static-config/factory:v0.2.0 -o "${DEPS_DIR}/static-config-factory.wasm" wkg wit fetch diff --git a/wit-overrides/componentized-valkey/package.wit b/wit-overrides/componentized-valkey/package.wit index c489d56..3748758 100644 --- a/wit-overrides/componentized-valkey/package.wit +++ b/wit-overrides/componentized-valkey/package.wit @@ -19,7 +19,7 @@ interface resp { big-number(string), bulk-error(string), verbatim-string(tuple), - map(list>), + %map(list>), set(list), push(list), }