-
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.
…1.0.12, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
- Loading branch information
1 parent
b3eb074
commit 37c2c88
Showing
27 changed files
with
144 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## 1.0.17 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 1.0.16 (2023-12-09) | ||
|
||
### 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/base64url", | ||
"description": "DreamAuth Base64URL", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## 2.0.14 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 2.0.13 (2023-12-09) | ||
|
||
### 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/crypto", | ||
"description": "DreamAuth WebCrypto Wrapper", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,7 +33,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/errors": "^4.0.14" | ||
"@dreamauth/errors": "^4.0.15" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.10", | ||
|
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 @@ | ||
## 2.0.47 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 2.0.46 (2023-12-09) | ||
|
||
### 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/encryption-codec", | ||
"description": "DreamAuth Encryption Codec", | ||
"version": "2.0.46", | ||
"version": "2.0.47", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,9 +33,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/crypto": "^2.0.13", | ||
"@dreamauth/jwk": "^3.0.46", | ||
"@dreamauth/types": "^4.0.35" | ||
"@dreamauth/crypto": "^2.0.14", | ||
"@dreamauth/jwk": "^3.0.47", | ||
"@dreamauth/types": "^4.0.36" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.10", | ||
|
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.15 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 4.0.14 (2023-12-09) | ||
|
||
### 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/errors", | ||
"description": "DreamAuth Errors", | ||
"version": "4.0.14", | ||
"version": "4.0.15", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## 1.0.18 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 1.0.17 (2023-12-09) | ||
|
||
### 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/eslint-plugin", | ||
"description": "DreamAuth ESLint Plugin", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## 3.0.47 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 3.0.46 (2023-12-09) | ||
|
||
### 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/jwk", | ||
"description": "DreamAuth JWK", | ||
"version": "3.0.46", | ||
"version": "3.0.47", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,9 +33,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/crypto": "^2.0.13", | ||
"@dreamauth/types": "^4.0.35", | ||
"@dreamauth/util": "^4.0.21" | ||
"@dreamauth/crypto": "^2.0.14", | ||
"@dreamauth/types": "^4.0.36", | ||
"@dreamauth/util": "^4.0.22" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.10", | ||
|
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 @@ | ||
## 5.0.33 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 5.0.32 (2023-12-09) | ||
|
||
### 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/jwt", | ||
"description": "DreamAuth JWT", | ||
"version": "5.0.32", | ||
"version": "5.0.33", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,12 +33,12 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.16", | ||
"@dreamauth/crypto": "^2.0.13", | ||
"@dreamauth/errors": "^4.0.14", | ||
"@dreamauth/jwk": "^3.0.46", | ||
"@dreamauth/time": "^1.0.11", | ||
"@dreamauth/types": "^4.0.35" | ||
"@dreamauth/base64url": "^1.0.17", | ||
"@dreamauth/crypto": "^2.0.14", | ||
"@dreamauth/errors": "^4.0.15", | ||
"@dreamauth/jwk": "^3.0.47", | ||
"@dreamauth/time": "^1.0.12", | ||
"@dreamauth/types": "^4.0.36" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.0.10", | ||
|
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 @@ | ||
## 2.2.22 (2023-12-19) | ||
|
||
### Chores | ||
|
||
- Update deps. (b3eb074) | ||
|
||
## 2.2.21 (2023-12-09) | ||
|
||
### 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/password", | ||
"description": "DreamAuth Password", | ||
"version": "2.2.21", | ||
"version": "2.2.22", | ||
"author": "Chris Ackerman <[email protected]>", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -33,9 +33,9 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@dreamauth/base64url": "^1.0.16", | ||
"@dreamauth/crypto": "^2.0.13", | ||
"@dreamauth/errors": "^4.0.14", | ||
"@dreamauth/base64url": "^1.0.17", | ||
"@dreamauth/crypto": "^2.0.14", | ||
"@dreamauth/errors": "^4.0.15", | ||
"hash-wasm": "4.11.0" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.