File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @alpakaslab/nextjs-jwt-auth
2
2
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ac1668a: update dependencies and fix small typo issues
8
+
3
9
## 0.0.8
4
10
5
11
### Patch Changes
6
12
7
- - 06ad33f: fix cookies delete to cookies set to avoid issues
13
+ - 06ad33f: fix cookies delete to cookies set to avoid issues
8
14
9
15
## 0.0.7
10
16
11
17
### Patch Changes
12
18
13
- - f43c874: update cookie delete function
19
+ - f43c874: update cookie delete function
14
20
15
21
## 0.0.6
16
22
17
23
### Patch Changes
18
24
19
- - a079df2: update how cookies are called try to fix production issues
25
+ - a079df2: update how cookies are called try to fix production issues
20
26
21
27
## 0.0.5
22
28
23
29
### Patch Changes
24
30
25
- - 27cdbcc: fix middleware return function
31
+ - 27cdbcc: fix middleware return function
26
32
27
33
## 0.0.4
28
34
29
35
### Patch Changes
30
36
31
- - 60c1e9e: export jwt type
37
+ - 60c1e9e: export jwt type
32
38
33
39
## 0.0.3
34
40
35
41
### Patch Changes
36
42
37
- - a642ed6: fix options and jwt type
43
+ - a642ed6: fix options and jwt type
38
44
39
45
## 0.0.2
40
46
41
47
### Patch Changes
42
48
43
- - 4049938: first version
49
+ - 4049938: first version
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alpakaslab/nextjs-jwt-auth" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments