@mcp-abap-adt/header-validator 0.1.7 → 0.1.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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.8] - 2025-12-13
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Dependency bump: `@mcp-abap-adt/interfaces` to `^0.1.16` for consistency with latest interfaces release
|
|
14
|
+
|
|
10
15
|
## [0.1.7] - 2025-01-XX
|
|
11
16
|
|
|
12
17
|
### Added
|
|
@@ -127,4 +132,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
127
132
|
- **Node.js version**: >= 18.0.0
|
|
128
133
|
- **Module system**: CommonJS
|
|
129
134
|
- **Build output**: TypeScript compiled to JavaScript with type definitions
|
|
130
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/header-validator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Header validator for MCP ABAP ADT - validates and prioritizes authentication headers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"node": ">=18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@mcp-abap-adt/interfaces": "^0.1.
|
|
48
|
+
"@mcp-abap-adt/interfaces": "^0.1.16"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/jest": "^30.0.0",
|