Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Apr 15, 2024
1 parent 08ed2c1 commit ba24640
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/siwe-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/siwe-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spruceid/siwe-parser",
"version": "2.1.0",
"version": "2.1.1",
"description": "Parse Messages that conform to EIP-4361: Sign-In with Ethereum (SIWE)",
"main": "dist/parsers.js",
"types": "dist/parsers.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/siwe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/siwe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siwe",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sign-In with Ethereum",
"main": "dist/siwe.js",
"types": "dist/siwe.d.ts",
Expand All @@ -23,7 +23,7 @@
],
"homepage": "https://github.com/spruceid/siwe",
"dependencies": {
"@spruceid/siwe-parser": "^2.1.0",
"@spruceid/siwe-parser": "^2.1.1",
"@stablelib/random": "^1.0.1",
"uri-js": "^4.4.1",
"valid-url": "^1.0.9"
Expand Down

0 comments on commit ba24640

Please sign in to comment.