File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mcp-auth" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"author" : " Silverhand Inc. <contact@silverhand.io>" ,
5
5
"description" : " Plug and play auth for Model Context Protocol (MCP) servers" ,
6
6
"keywords" : [
16
16
"module" : " ./lib/index.js" ,
17
17
"types" : " ./lib/index.d.ts" ,
18
18
"exports" : {
19
- "svelte" : " ./lib/index.js" ,
20
- "types" : " ./lib/index.d.ts" ,
21
- "import" : " ./lib/index.js" ,
22
- "require" : " ./lib/index.js" ,
23
- "default" : " ./lib/index.js"
19
+ "." : {
20
+ "svelte" : " ./lib/index.js" ,
21
+ "types" : " ./lib/index.d.ts" ,
22
+ "import" : " ./lib/index.js" ,
23
+ "require" : " ./lib/index.js" ,
24
+ "default" : " ./lib/index.js"
25
+ },
26
+ "./*" : {
27
+ "svelte" : " ./lib/*" ,
28
+ "import" : " ./lib/*" ,
29
+ "require" : " ./lib/*" ,
30
+ "default" : " ./lib/*"
31
+ }
24
32
},
25
33
"files" : [
26
34
" lib"
Original file line number Diff line number Diff line change 1
- import { type RequestHandler , type Router } from 'express' ;
1
+ import type { RequestHandler , Router } from 'express' ;
2
2
import { createRemoteJWKSet , type RemoteJWKSetOptions , type JWTVerifyOptions } from 'jose' ;
3
3
4
4
import { MCPAuthAuthServerError } from './errors.js' ;
You can’t perform that action at this time.
0 commit comments