@mcp-abap-adt/auth-broker 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,11 @@ Thank you to all contributors! See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the co
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [0.2.2] - 2025-12-13
15
+
16
+ ### Changed
17
+ - Dependency bump: `@mcp-abap-adt/interfaces` to `^0.1.16` to align with latest interfaces release
18
+
14
19
  ## [0.2.1] - 2025-12-12
15
20
 
16
21
  ### Fixed
@@ -618,4 +623,3 @@ const broker = new AuthBroker({
618
623
  - **Module system**: CommonJS
619
624
  - **Build output**: TypeScript compiled to JavaScript with type definitions
620
625
  - **Logging**: Injectable logger interface with environment variable control
621
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/auth-broker",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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",
@@ -51,7 +51,7 @@
51
51
  "node": ">=18.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@mcp-abap-adt/interfaces": "^0.1.15",
54
+ "@mcp-abap-adt/interfaces": "^0.1.16",
55
55
  "axios": "^1.13.2"
56
56
  },
57
57
  "devDependencies": {