Skip to content

Commit

Permalink
feat: update clarinet deno dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 19, 2023
1 parent c204282 commit 50e8996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-kids-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clarigen-deno": patch
---

Updated `clarinet` deno package dependency to 1.3.1
4 changes: 2 additions & 2 deletions src/clarinet-deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ export {
Clarinet,
Tx,
types,
} from 'https://deno.land/x/clarinet@v1.0.3/index.ts';
} from 'https://deno.land/x/clarinet@v1.3.1/index.ts';
export type {
Account as ClarinetAccount,
Block,
Contract,
ReadOnlyFn,
TxReceipt,
} from 'https://deno.land/x/clarinet@v1.0.3/index.ts';
} from 'https://deno.land/x/clarinet@v1.3.1/index.ts';

0 comments on commit 50e8996

Please sign in to comment.