Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

chore: bump smoldot-light to version 0.6.20 #134

Merged
merged 1 commit into from
Jun 25, 2022
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 _deps/smoldot.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Smoldot is a peer dependency; we only utilize its types, never its runtime.
// @deno-types="https://esm.sh/@substrate/smoldot-light@0.6.19/dist/index.d.ts"
// @deno-types="https://esm.sh/@substrate/smoldot-light@0.6.20/dist/index.d.ts"
export * from "./smoldot_phantom.ts";
2 changes: 1 addition & 1 deletion _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ await Promise.all([
},
"_deps/smoldot_phantom.ts": {
name: "@substrate/smoldot-light",
version: "0.6.19",
version: "0.6.20",
peerDependency: true,
},
},
Expand Down