-
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.
release: Update deps and internal refactors.
- Loading branch information
1 parent
2b572a6
commit bd1e05a
Showing
27 changed files
with
157 additions
and
66 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/base64url", | ||
"description": "DreamAuth Base64URL", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/crypto", | ||
"description": "DreamAuth WebCrypto Wrapper", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -30,7 +30,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/errors": "^4.0.11" | ||
"@dreamauth/errors": "^4.0.12" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.2", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/encryption-codec", | ||
"description": "DreamAuth Encryption Codec", | ||
"version": "2.0.43", | ||
"version": "2.0.44", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -30,9 +30,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/crypto": "^2.0.10", | ||
"@dreamauth/jwk": "^3.0.43", | ||
"@dreamauth/types": "^4.0.32" | ||
"@dreamauth/crypto": "^2.0.11", | ||
"@dreamauth/jwk": "^3.0.44", | ||
"@dreamauth/types": "^4.0.33" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.2", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/errors", | ||
"description": "DreamAuth Errors", | ||
"version": "4.0.11", | ||
"version": "4.0.12", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/eslint-plugin", | ||
"description": "DreamAuth ESLint Plugin", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/jwk", | ||
"description": "DreamAuth JWK", | ||
"version": "3.0.43", | ||
"version": "3.0.44", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -30,9 +30,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/crypto": "^2.0.10", | ||
"@dreamauth/types": "^4.0.32", | ||
"@dreamauth/util": "^4.0.18" | ||
"@dreamauth/crypto": "^2.0.11", | ||
"@dreamauth/types": "^4.0.33", | ||
"@dreamauth/util": "^4.0.19" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.2", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/jwt", | ||
"description": "DreamAuth JWT", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -30,12 +30,12 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.13", | ||
"@dreamauth/crypto": "^2.0.10", | ||
"@dreamauth/errors": "^4.0.11", | ||
"@dreamauth/jwk": "^3.0.43", | ||
"@dreamauth/time": "^1.0.8", | ||
"@dreamauth/types": "^4.0.32" | ||
"@dreamauth/base64url": "^1.0.14", | ||
"@dreamauth/crypto": "^2.0.11", | ||
"@dreamauth/errors": "^4.0.12", | ||
"@dreamauth/jwk": "^3.0.44", | ||
"@dreamauth/time": "^1.0.9", | ||
"@dreamauth/types": "^4.0.33" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.2", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/password", | ||
"description": "DreamAuth Password", | ||
"version": "2.2.18", | ||
"version": "2.2.19", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -30,9 +30,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.13", | ||
"@dreamauth/crypto": "^2.0.10", | ||
"@dreamauth/errors": "^4.0.11", | ||
"@dreamauth/base64url": "^1.0.14", | ||
"@dreamauth/crypto": "^2.0.11", | ||
"@dreamauth/errors": "^4.0.12", | ||
"hash-wasm": "4.11.0" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.