File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 35
35
"exports" : {
36
36
"." : {
37
37
"types" : " ./index.d.ts" ,
38
- "import" : " ./index.js"
38
+ "import" : " ./index.js" ,
39
+ "default" : " ./index.js"
39
40
},
40
41
"./adapters" : {
41
42
"types" : " ./adapters.d.ts" ,
42
- "import" : " ./adapters.js"
43
+ "import" : " ./adapters.js" ,
44
+ "default" : " ./adapters.js"
43
45
},
44
46
"./errors" : {
45
47
"types" : " ./errors.d.ts" ,
46
- "import" : " ./errors.js"
48
+ "import" : " ./errors.js" ,
49
+ "default" : " ./errors.js"
47
50
},
48
51
"./jwt" : {
49
52
"types" : " ./jwt.d.ts" ,
50
- "import" : " ./jwt.js"
53
+ "import" : " ./jwt.js" ,
54
+ "default" : " ./jwt.js"
51
55
},
52
56
"./providers" : {
53
57
"types" : " ./providers/index.d.ts"
54
58
},
55
59
"./providers/*" : {
56
60
"types" : " ./providers/*.d.ts" ,
57
- "import" : " ./providers/*.js"
61
+ "import" : " ./providers/*.js" ,
62
+ "default" : " ./providers/*.js"
58
63
},
59
64
"./types" : {
60
65
"types" : " ./types.d.ts"
Original file line number Diff line number Diff line change 13
13
"exports" : {
14
14
"." : {
15
15
"types" : " ./index.d.ts" ,
16
- "import" : " ./index.js"
16
+ "import" : " ./index.js" ,
17
+ "default" : " ./index.js"
17
18
},
18
19
"./providers" : {
19
20
"types" : " ./providers/index.d.ts"
23
24
},
24
25
"./providers/*" : {
25
26
"types" : " ./providers/*.d.ts" ,
26
- "import" : " ./providers/*.js"
27
+ "import" : " ./providers/*.js" ,
28
+ "default" : " ./providers/*.js"
27
29
},
28
30
"./package.json" : " ./package.json"
29
31
},
You can’t perform that action at this time.
0 commit comments