@mcp-abap-adt/auth-stores 0.1.4 → 0.1.5

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.5] - 2025-12-07
11
+
12
+ ### Changed
13
+ - **Dependency Updates**: Updated dependencies to latest versions
14
+ - `@mcp-abap-adt/interfaces`: `^0.1.0` → `^0.1.3` (includes new header constants and session ID header constants)
15
+
10
16
  ## [0.1.4] - 2025-12-05
11
17
 
12
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/auth-stores",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Stores for MCP ABAP ADT auth-broker - BTP, ABAP, and XSUAA implementations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "node": ">=18.0.0"
50
50
  },
51
51
  "dependencies": {
52
- "@mcp-abap-adt/interfaces": "^0.1.0",
52
+ "@mcp-abap-adt/interfaces": "^0.1.3",
53
53
  "dotenv": "^17.2.1"
54
54
  },
55
55
  "devDependencies": {