Skip to content

Commit

Permalink
Merge pull request #16 from nats-io/101
Browse files Browse the repository at this point in the history
updating dependencies
  • Loading branch information
aricart committed Dec 17, 2021
2 parents 0b2e592 + 4c4cadd commit 821cd6a
Show file tree
Hide file tree
Showing 6 changed files with 701 additions and 749 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
deno-version: [1.4.6]
deno-version: [1.17.0]

steps:
- name: checkout project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
deno-version: [1.9.2]
deno-version: [1.17.0]
node-version: [12.x, 14.x, 16.x]

steps:
Expand Down
1 change: 1 addition & 0 deletions modules/esm/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ import { denoHelper } from "./deps.ts";
import { setEd25519Helper } from "../../src/helper.ts";
setEd25519Helper(denoHelper);
export * from "../../src/mod.ts";
export type { KeyPair } from "../../src/mod.ts";
Loading

0 comments on commit 821cd6a

Please sign in to comment.