Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Apr 10, 2024
1 parent 18d7a58 commit 681993c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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.

20 changes: 10 additions & 10 deletions 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.0.2",
"version": "2.1.0",
"description": "Parse Messages that conform to EIP-4361: Sign-In with Ethereum (SIWE)",
"main": "dist/parsers.js",
"types": "dist/parsers.d.ts",
Expand All @@ -24,18 +24,18 @@
"homepage": "https://github.com/spruceid/siwe",
"license": "Apache-2.0",
"dependencies": {
"@noble/hashes": "^1.1.2",
"apg-js": "^4.1.1",
"uri-js": "^4.4.1",
"valid-url": "^1.0.9",
"@noble/hashes": "^1.1.2"
"valid-url": "^1.0.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spruceid/siwe.git"
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.1.4",
"version": "2.2.0",
"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": "*",
"@spruceid/siwe-parser": "^2.1.0",
"@stablelib/random": "^1.0.1",
"uri-js": "^4.4.1",
"valid-url": "^1.0.9"
Expand Down

0 comments on commit 681993c

Please sign in to comment.