@mcp-abap-adt/auth-broker 0.2.16 → 0.2.17
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 +6 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,12 @@ Thank you to all contributors! See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the co
|
|
|
11
11
|
|
|
12
12
|
## [Unreleased]
|
|
13
13
|
|
|
14
|
+
## [0.2.17] - 2025-12-31
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- **Dependencies**: Depend on the published `@mcp-abap-adt/auth-broker` `^0.2.17` package to keep the CLI wiring aligned with the latest release.
|
|
18
|
+
- **Dependencies**: Bump `@mcp-abap-adt/interfaces` to `^0.2.15` so consumers pick up the current interface contracts.
|
|
19
|
+
|
|
14
20
|
## [0.2.16] - 2025-12-31
|
|
15
21
|
|
|
16
22
|
### Changed
|
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.17",
|
|
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,10 +56,9 @@
|
|
|
56
56
|
"node": ">=18.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@mcp-abap-adt/auth-broker": "file:mcp-abap-adt-auth-broker-0.2.15.tgz",
|
|
60
59
|
"@mcp-abap-adt/auth-providers": "^0.2.10",
|
|
61
60
|
"@mcp-abap-adt/auth-stores": "^0.2.10",
|
|
62
|
-
"@mcp-abap-adt/interfaces": "^0.2.
|
|
61
|
+
"@mcp-abap-adt/interfaces": "^0.2.15",
|
|
63
62
|
"axios": "^1.13.2",
|
|
64
63
|
"tsx": "^4.21.0"
|
|
65
64
|
},
|