File tree Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.7-beta.3] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.2...@byu-oit/fastify-jwt@0.1.7-beta.3 ) (2023-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependencies ([ #157 ] ( https://github.com/byu-oit/byu-jwt-nodejs/issues/157 ) ) ([ 1a3229c] ( https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.1.7-beta.2] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.1...@byu-oit/fastify-jwt@0.1.7-beta.2 ) (2023-09-18)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byu-oit/fastify-jwt" ,
3
- "version" : " 0.1.7-beta.2 " ,
3
+ "version" : " 0.1.7-beta.3 " ,
4
4
"description" : " A Fastify plugin for verifying callers JWTs with the BYU JWT package" ,
5
5
"keywords" : [],
6
6
"author" : " Spencer Tuft <stuft2@byu.edu>" ,
41
41
"homepage" : " https://github.com/byu-oit/byu-jwt-nodejs#readme" ,
42
42
"dependencies" : {
43
43
"@byu-oit-sdk/jwt" : " ^0.1.0" ,
44
- "@byu-oit/jwt" : " ^0.0.7-beta.1 " ,
44
+ "@byu-oit/jwt" : " ^0.0.7-beta.2 " ,
45
45
"@sinclair/typebox" : " ^0.31.2" ,
46
46
"@types/node" : " ^18.16.2" ,
47
47
"fastify" : " ^4.17.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.0.7-beta.2] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.7-beta.1...@byu-oit/jwt@0.0.7-beta.2 ) (2023-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependencies ([ #157 ] ( https://github.com/byu-oit/byu-jwt-nodejs/issues/157 ) ) ([ 1a3229c] ( https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.0.7-beta.1] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.7-beta.0...@byu-oit/jwt@0.0.7-beta.1 ) (2023-09-14)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byu-oit/jwt" ,
3
- "version" : " 0.0.7-beta.1 " ,
3
+ "version" : " 0.0.7-beta.2 " ,
4
4
"description" : " Utilities for verifying and decoding BYU JWTs" ,
5
5
"keywords" : [],
6
6
"author" : " Spencer Tuft <stuft2@byu.edu>" ,
You can’t perform that action at this time.
0 commit comments