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

chore: update dependencies #1202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/cliffy.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts"
export * from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts"
2 changes: 1 addition & 1 deletion deps/dnt.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/dnt@0.37.0/mod.ts"
export * from "https://deno.land/x/dnt@0.38.0/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/archive.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/archive/mod.ts"
export * from "https://deno.land/std@0.196.0/archive/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/async.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/async/mod.ts"
export * from "https://deno.land/std@0.196.0/async/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/bytes.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/bytes/mod.ts"
export * from "https://deno.land/std@0.196.0/bytes/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/collections/map_entries.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/collections/map_entries.ts"
export * from "https://deno.land/std@0.196.0/collections/map_entries.ts"
2 changes: 1 addition & 1 deletion deps/std/encoding/base58.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/encoding/base58.ts"
export * from "https://deno.land/std@0.196.0/encoding/base58.ts"
2 changes: 1 addition & 1 deletion deps/std/encoding/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/encoding/hex.ts"
export * from "https://deno.land/std@0.196.0/encoding/hex.ts"
2 changes: 1 addition & 1 deletion deps/std/flags.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/flags/mod.ts"
export * from "https://deno.land/std@0.196.0/flags/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/fmt/colors.ts"
export * from "https://deno.land/std@0.196.0/fmt/colors.ts"
2 changes: 1 addition & 1 deletion deps/std/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/fs/mod.ts"
export * from "https://deno.land/std@0.196.0/fs/mod.ts"
4 changes: 2 additions & 2 deletions deps/std/http.node.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "https://deno.land/std@0.185.0/http/mod.ts"
import { type serve as _serve } from "https://deno.land/std@0.185.0/http/mod.ts"
export * from "https://deno.land/std@0.196.0/http/mod.ts"
import { type serve as _serve } from "https://deno.land/std@0.196.0/http/mod.ts"
import * as http from "node:http"
import * as stream from "node:stream"

Expand Down
2 changes: 1 addition & 1 deletion deps/std/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/http/mod.ts"
export * from "https://deno.land/std@0.196.0/http/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/io.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/io/mod.ts"
export * from "https://deno.land/std@0.196.0/io/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.187.0/jsonc/mod.ts"
export * from "https://deno.land/std@0.196.0/jsonc/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/path.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/path/mod.ts"
export * from "https://deno.land/std@0.196.0/path/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/streams.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/streams/mod.ts"
export * from "https://deno.land/std@0.196.0/streams/mod.ts"
2 changes: 1 addition & 1 deletion deps/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/testing/asserts.ts"
export * from "https://deno.land/std@0.196.0/testing/asserts.ts"
2 changes: 1 addition & 1 deletion deps/std/testing/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.185.0/testing/snapshot.ts"
export * from "https://deno.land/std@0.196.0/testing/snapshot.ts"
4 changes: 2 additions & 2 deletions examples/sign/pjs.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { polkadotDev } from "@capi/polkadot-dev"
import { createDevUsers, ss58 } from "capi"
import { pjsSender, PjsSigner } from "capi/patterns/compat/pjs_sender"
import { signature } from "capi/patterns/signature/polkadot"
import { createPair } from "https://deno.land/x/polkadot@0.2.38/keyring/mod.ts"
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.38/types/mod.ts"
import { createPair } from "https://deno.land/x/polkadot@0.2.41/keyring/mod.ts"
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.41/types/mod.ts"

const { alexa, billy } = await createDevUsers()

Expand Down