Skip to content

Commit

Permalink
fix import (spruceid#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
skgbafa authored Apr 1, 2022
1 parent b98a116 commit 63843a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/siwe/lib/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { randomStringForEntropy } from '@stablelib/random';
// TODO: Figure out how to get types from this lib:
import { Contract, ethers, utils } from 'ethers';
import { ParsedMessage, ParsedMessageRegExp } from 'siwe-parser';
import { ParsedMessage, ParsedMessageRegExp } from '@spruceid/siwe-parser';

/**
* Possible message error types.
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"homepage": "https://github.com/spruceid/siwe",
"dependencies": {
"@spruceid/siwe-parser": "file:../siwe-parser",
"@spruceid/siwe-parser": "1.1.3",
"@stablelib/random": "^1.0.1",
"apg-js": "^4.1.1"
},
Expand Down

0 comments on commit 63843a6

Please sign in to comment.