-
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
jay-bulk
committed
Jul 10, 2023
1 parent
a2bd002
commit 8d39a95
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.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-07) | ||
|
||
**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.5", | ||
"version": "0.1.6", | ||
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package", | ||
"keywords": [], | ||
"author": "Spencer Tuft <[email protected]>", | ||
|
@@ -40,7 +40,7 @@ | |
}, | ||
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme", | ||
"dependencies": { | ||
"@byu-oit/jwt": "^0.0.5", | ||
"@byu-oit/jwt": "^0.0.6", | ||
"@types/node": "^18.16.2", | ||
"fastify": "^4.17.0", | ||
"fastify-plugin": "^4.5.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.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-07) | ||
|
||
|
||
|
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.5", | ||
"version": "0.0.6", | ||
"description": "Utilities for verifying and decoding BYU JWTs", | ||
"keywords": [], | ||
"author": "Spencer Tuft <[email protected]>", | ||
|