-
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.
- Loading branch information
1 parent
18ee48d
commit 2717efb
Showing
19 changed files
with
86 additions
and
48 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/crypto", | ||
"description": "DreamAuth WebCrypto Wrapper", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -34,6 +34,6 @@ | |
}, | ||
"dependencies": { | ||
"@dreamauth/errors": "^4.0.2", | ||
"@dreamauth/util": "^4.0.6" | ||
"@dreamauth/util": "^4.0.7" | ||
} | ||
} |
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.28", | ||
"version": "2.0.29", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,8 +33,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/jwk": "^3.0.28", | ||
"@dreamauth/types": "^4.0.20", | ||
"@dreamauth/crypto": "^1.0.11" | ||
"@dreamauth/jwk": "^3.0.29", | ||
"@dreamauth/types": "^4.0.21", | ||
"@dreamauth/crypto": "^1.0.12" | ||
} | ||
} |
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.28", | ||
"version": "3.0.29", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,8 +33,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/crypto": "^1.0.11", | ||
"@dreamauth/types": "^4.0.20", | ||
"@dreamauth/util": "^4.0.6" | ||
"@dreamauth/crypto": "^1.0.12", | ||
"@dreamauth/types": "^4.0.21", | ||
"@dreamauth/util": "^4.0.7" | ||
} | ||
} |
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.14", | ||
"version": "5.0.15", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -34,10 +34,10 @@ | |
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.3", | ||
"@dreamauth/crypto": "^1.0.11", | ||
"@dreamauth/crypto": "^1.0.12", | ||
"@dreamauth/errors": "^4.0.2", | ||
"@dreamauth/jwk": "^3.0.28", | ||
"@dreamauth/jwk": "^3.0.29", | ||
"@dreamauth/time": "^1.0.0", | ||
"@dreamauth/types": "^4.0.20" | ||
"@dreamauth/types": "^4.0.21" | ||
} | ||
} |
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.3", | ||
"version": "2.2.4", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -34,9 +34,9 @@ | |
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.3", | ||
"@dreamauth/crypto": "^1.0.11", | ||
"@dreamauth/crypto": "^1.0.12", | ||
"@dreamauth/errors": "^4.0.2", | ||
"@dreamauth/jwk": "^3.0.28", | ||
"@dreamauth/jwk": "^3.0.29", | ||
"hash-wasm": "4.9.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@dreamauth/pkce", | ||
"description": "DreamAuth PKCE", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -34,6 +34,6 @@ | |
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.3", | ||
"@dreamauth/crypto": "^1.0.11" | ||
"@dreamauth/crypto": "^1.0.12" | ||
} | ||
} |
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/types", | ||
"description": "DreamAuth Types", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,6 +33,6 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/util": "^4.0.6" | ||
"@dreamauth/util": "^4.0.7" | ||
} | ||
} |
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/unsafe", | ||
"description": "DreamAuth error handling and logging.", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -34,6 +34,6 @@ | |
}, | ||
"dependencies": { | ||
"@dreamauth/time": "^1.0.0", | ||
"@dreamauth/util": "^4.0.6" | ||
"@dreamauth/util": "^4.0.7" | ||
} | ||
} |
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,9 @@ | ||
## 4.0.7 (2023-08-31) | ||
|
||
### Chores | ||
|
||
- Add Select type. (18ee48d) | ||
|
||
## 4.0.6 (2023-08-31) | ||
|
||
### Chores | ||
|
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/util", | ||
"description": "DreamAuth Utilities", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|