-
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.
- @byu-oit/[email protected] - @byu-oit/[email protected]
- Loading branch information
1 parent
e20663e
commit c2b95ab
Showing
5 changed files
with
28 additions
and
6 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 |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.7-beta.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([#155](https://github.com/byu-oit/byu-jwt-nodejs/issues/155)) ([e20663e](https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.7-beta.0](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-11) | ||
|
||
**Note:** Version bump only for package @byu-oit/fastify-jwt | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@byu-oit/fastify-jwt", | ||
"version": "0.1.7-beta.0", | ||
"version": "0.1.7-beta.1", | ||
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package", | ||
"keywords": [], | ||
"author": "Spencer Tuft <[email protected]>", | ||
|
@@ -41,7 +41,7 @@ | |
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme", | ||
"dependencies": { | ||
"@byu-oit-sdk/jwt": "^0.1.0-beta.7", | ||
"@byu-oit/jwt": "^0.0.7-beta.0", | ||
"@byu-oit/jwt": "^0.0.7-beta.1", | ||
"@sinclair/typebox": "^0.31.2", | ||
"@types/node": "^18.16.2", | ||
"fastify": "^4.17.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.7-beta.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([#155](https://github.com/byu-oit/byu-jwt-nodejs/issues/155)) ([e20663e](https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.7-beta.0](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-11) | ||
|
||
**Note:** Version bump only for package @byu-oit/jwt | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@byu-oit/jwt", | ||
"version": "0.0.7-beta.0", | ||
"version": "0.0.7-beta.1", | ||
"description": "Utilities for verifying and decoding BYU JWTs", | ||
"keywords": [], | ||
"author": "Spencer Tuft <[email protected]>", | ||
|