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.1] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.0...@byu-oit/fastify-jwt@0.1.7-beta.1 ) (2023-09-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependencies ([ #155 ] ( https://github.com/byu-oit/byu-jwt-nodejs/issues/155 ) ) ([ e20663e] ( https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.1.7-beta.0] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.6...@byu-oit/fastify-jwt@0.1.7-beta.0 ) (2023-09-11)
7
18
8
19
** Note:** Version bump only for package @byu-oit/fastify-jwt
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.0 " ,
3
+ "version" : " 0.1.7-beta.1 " ,
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-beta.7" ,
44
- "@byu-oit/jwt" : " ^0.0.7-beta.0 " ,
44
+ "@byu-oit/jwt" : " ^0.0.7-beta.1 " ,
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependencies ([ #155 ] ( https://github.com/byu-oit/byu-jwt-nodejs/issues/155 ) ) ([ e20663e] ( https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.0.7-beta.0] ( https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.6...@byu-oit/jwt@0.0.7-beta.0 ) (2023-09-11)
7
18
8
19
** Note:** Version bump only for package @byu-oit/jwt
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @byu-oit/jwt" ,
3
- "version" : " 0.0.7-beta.0 " ,
3
+ "version" : " 0.0.7-beta.1 " ,
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