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), }