Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wit-overrides/componentized-valkey/package.wit
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface resp {
big-number(string),
bulk-error(string),
verbatim-string(tuple<string, string>),
map(list<tuple<nested-value, nested-value>>),
%map(list<tuple<nested-value, nested-value>>),
set(list<nested-value>),
push(list<nested-value>),
}
Expand Down