forked from spruceid/siwe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split SIWE into packages (spruceid#58)
* breakinto packages * changed dependencies * renamed imports * added lerna for monorepo management * removed duplicate stuff * make ethers a peer dependency * build fixes * removed redundant ts config * publish testing * revert version for auto version update * fix registry * downgraded node version for greater package compatibility * test fix * lerna changes * v1.1.3 * set default registry for publishing * mono repo notes * added package metadata * more metadata * update dependency
- Loading branch information
Showing
22 changed files
with
7,169 additions
and
6,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
dist | ||
docs | ||
docs | ||
.npmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.10.0 | ||
14.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"packages": [ | ||
"packages/siwe", | ||
"packages/siwe-parser" | ||
], | ||
"npmClient": "npm", | ||
"command": { | ||
"publish": { | ||
"registry": "https://npm.pkg.github.com" | ||
} | ||
}, | ||
"version": "1.1.3" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.