@mcp-abap-adt/auth-broker 0.2.7 → 0.2.8
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,13 @@ Thank you to all contributors! See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the co
|
|
|
11
11
|
|
|
12
12
|
## [Unreleased]
|
|
13
13
|
|
|
14
|
+
## [0.2.8] - 2025-12-21
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- **Dependencies**: Updated `@mcp-abap-adt/auth-stores` to `^0.2.8`
|
|
18
|
+
- EnvFileSessionStore now persists JWT tokens back to .env file after token refresh
|
|
19
|
+
- Removed duplicate BTP stores (now aliases to XSUAA equivalents)
|
|
20
|
+
|
|
14
21
|
## [0.2.7] - 2025-12-21
|
|
15
22
|
|
|
16
23
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/auth-broker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "JWT authentication broker for MCP ABAP ADT - manages tokens based on destination headers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@mcp-abap-adt/auth-providers": "^0.2.3",
|
|
59
|
-
"@mcp-abap-adt/auth-stores": "^0.2.
|
|
59
|
+
"@mcp-abap-adt/auth-stores": "^0.2.8",
|
|
60
60
|
"@types/express": "^5.0.5",
|
|
61
61
|
"@types/jest": "^30.0.0",
|
|
62
62
|
"@types/js-yaml": "^4.0.9",
|