@leanmcp/auth 0.4.3 → 0.4.4-alpha.8.f4673cd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,121 +1,121 @@
1
- {
2
- "name": "@leanmcp/auth",
3
- "version": "0.4.3",
4
- "description": "Authentication and identity module with OAuth 2.1 client, token storage, and multiple providers",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "require": "./dist/index.js",
12
- "import": "./dist/index.mjs"
13
- },
14
- "./client": {
15
- "types": "./dist/client/index.d.ts",
16
- "require": "./dist/client/index.js",
17
- "import": "./dist/client/index.mjs"
18
- },
19
- "./storage": {
20
- "types": "./dist/storage/index.d.ts",
21
- "require": "./dist/storage/index.js",
22
- "import": "./dist/storage/index.mjs"
23
- },
24
- "./proxy": {
25
- "types": "./dist/proxy/index.d.ts",
26
- "require": "./dist/proxy/index.js",
27
- "import": "./dist/proxy/index.mjs"
28
- },
29
- "./server": {
30
- "types": "./dist/server/index.d.ts",
31
- "require": "./dist/server/index.js",
32
- "import": "./dist/server/index.mjs"
33
- }
34
- },
35
- "files": [
36
- "dist",
37
- "README.md",
38
- "LICENSE"
39
- ],
40
- "scripts": {
41
- "build": "tsup src/index.ts src/client/index.ts src/storage/index.ts src/proxy/index.ts src/server/index.ts --format esm,cjs --dts",
42
- "dev": "tsup src/index.ts src/client/index.ts src/storage/index.ts src/proxy/index.ts src/server/index.ts --format esm,cjs --dts --watch",
43
- "test": "jest --passWithNoTests",
44
- "test:watch": "jest --watch"
45
- },
46
- "dependencies": {
47
- "@leanmcp/core": "^0.3.0",
48
- "reflect-metadata": "^0.2.1"
49
- },
50
- "devDependencies": {
51
- "@leanmcp/env-injection": "^0.1.0",
52
- "@types/jest": "^29.5.0",
53
- "@types/jsonwebtoken": "^9.0.10",
54
- "@types/jwk-to-pem": "^2.0.3",
55
- "@types/node": "^20.0.0",
56
- "dotenv": "^17.2.3",
57
- "jest": "^29.7.0",
58
- "ts-jest": "^29.1.0",
59
- "express": "^5.0.0"
60
- },
61
- "peerDependencies": {
62
- "@aws-sdk/client-cognito-identity-provider": "^3.0.0",
63
- "@leanmcp/env-injection": "^0.1.0",
64
- "axios": "^1.0.0",
65
- "jsonwebtoken": "^9.0.0",
66
- "jwk-to-pem": "^2.0.0",
67
- "keytar": "^7.0.0",
68
- "open": "^10.0.0",
69
- "express": "^5.0.0"
70
- },
71
- "peerDependenciesMeta": {
72
- "@aws-sdk/client-cognito-identity-provider": {
73
- "optional": true
74
- },
75
- "@leanmcp/env-injection": {
76
- "optional": true
77
- },
78
- "axios": {
79
- "optional": true
80
- },
81
- "jsonwebtoken": {
82
- "optional": true
83
- },
84
- "jwk-to-pem": {
85
- "optional": true
86
- },
87
- "keytar": {
88
- "optional": true
89
- },
90
- "open": {
91
- "optional": true
92
- }
93
- },
94
- "repository": {
95
- "type": "git",
96
- "url": "git+https://github.com/LeanMCP/leanmcp-sdk.git",
97
- "directory": "packages/auth"
98
- },
99
- "homepage": "https://github.com/LeanMCP/leanmcp-sdk#readme",
100
- "bugs": {
101
- "url": "https://github.com/LeanMCP/leanmcp-sdk/issues"
102
- },
103
- "keywords": [
104
- "mcp",
105
- "model-context-protocol",
106
- "typescript",
107
- "decorators",
108
- "authentication",
109
- "auth",
110
- "cognito",
111
- "jwt",
112
- "oauth",
113
- "pkce",
114
- "oauth2"
115
- ],
116
- "author": "LeanMCP <admin@leanmcp.com>",
117
- "license": "MIT",
118
- "publishConfig": {
119
- "access": "public"
120
- }
121
- }
1
+ {
2
+ "name": "@leanmcp/auth",
3
+ "version": "0.4.4-alpha.8.f4673cd",
4
+ "description": "Authentication and identity module with OAuth 2.1 client, token storage, and multiple providers",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "require": "./dist/index.js",
12
+ "import": "./dist/index.mjs"
13
+ },
14
+ "./client": {
15
+ "types": "./dist/client/index.d.ts",
16
+ "require": "./dist/client/index.js",
17
+ "import": "./dist/client/index.mjs"
18
+ },
19
+ "./storage": {
20
+ "types": "./dist/storage/index.d.ts",
21
+ "require": "./dist/storage/index.js",
22
+ "import": "./dist/storage/index.mjs"
23
+ },
24
+ "./proxy": {
25
+ "types": "./dist/proxy/index.d.ts",
26
+ "require": "./dist/proxy/index.js",
27
+ "import": "./dist/proxy/index.mjs"
28
+ },
29
+ "./server": {
30
+ "types": "./dist/server/index.d.ts",
31
+ "require": "./dist/server/index.js",
32
+ "import": "./dist/server/index.mjs"
33
+ }
34
+ },
35
+ "files": [
36
+ "dist",
37
+ "README.md",
38
+ "LICENSE"
39
+ ],
40
+ "scripts": {
41
+ "build": "tsup src/index.ts src/client/index.ts src/storage/index.ts src/proxy/index.ts src/server/index.ts --format esm,cjs --dts",
42
+ "dev": "tsup src/index.ts src/client/index.ts src/storage/index.ts src/proxy/index.ts src/server/index.ts --format esm,cjs --dts --watch",
43
+ "test": "jest --passWithNoTests",
44
+ "test:watch": "jest --watch"
45
+ },
46
+ "dependencies": {
47
+ "@leanmcp/core": "^0.4.0",
48
+ "reflect-metadata": "^0.2.1"
49
+ },
50
+ "devDependencies": {
51
+ "@leanmcp/env-injection": "^0.1.0",
52
+ "@types/jest": "^29.5.0",
53
+ "@types/jsonwebtoken": "^9.0.10",
54
+ "@types/jwk-to-pem": "^2.0.3",
55
+ "@types/node": "^20.0.0",
56
+ "dotenv": "^17.2.3",
57
+ "jest": "^29.7.0",
58
+ "ts-jest": "^29.1.0",
59
+ "express": "^5.0.0"
60
+ },
61
+ "peerDependencies": {
62
+ "@aws-sdk/client-cognito-identity-provider": "^3.0.0",
63
+ "@leanmcp/env-injection": "^0.1.0",
64
+ "axios": "^1.0.0",
65
+ "jsonwebtoken": "^9.0.0",
66
+ "jwk-to-pem": "^2.0.0",
67
+ "keytar": "^7.0.0",
68
+ "open": "^10.0.0",
69
+ "express": "^5.0.0"
70
+ },
71
+ "peerDependenciesMeta": {
72
+ "@aws-sdk/client-cognito-identity-provider": {
73
+ "optional": true
74
+ },
75
+ "@leanmcp/env-injection": {
76
+ "optional": true
77
+ },
78
+ "axios": {
79
+ "optional": true
80
+ },
81
+ "jsonwebtoken": {
82
+ "optional": true
83
+ },
84
+ "jwk-to-pem": {
85
+ "optional": true
86
+ },
87
+ "keytar": {
88
+ "optional": true
89
+ },
90
+ "open": {
91
+ "optional": true
92
+ }
93
+ },
94
+ "repository": {
95
+ "type": "git",
96
+ "url": "git+https://github.com/LeanMCP/leanmcp-sdk.git",
97
+ "directory": "packages/auth"
98
+ },
99
+ "homepage": "https://github.com/LeanMCP/leanmcp-sdk#readme",
100
+ "bugs": {
101
+ "url": "https://github.com/LeanMCP/leanmcp-sdk/issues"
102
+ },
103
+ "keywords": [
104
+ "mcp",
105
+ "model-context-protocol",
106
+ "typescript",
107
+ "decorators",
108
+ "authentication",
109
+ "auth",
110
+ "cognito",
111
+ "jwt",
112
+ "oauth",
113
+ "pkce",
114
+ "oauth2"
115
+ ],
116
+ "author": "LeanMCP <admin@leanmcp.com>",
117
+ "license": "MIT",
118
+ "publishConfig": {
119
+ "access": "public"
120
+ }
121
+ }