@mcp-abap-adt/core 2.1.0 → 2.1.1
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 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [2.1.1] - 2025-12-31
|
|
6
|
+
### Changed
|
|
7
|
+
- **@mcp-abap-adt/auth-broker**: bumped to `^0.3.0` - auto-detect service key format, credentials wrapper support, debug logging
|
|
8
|
+
- **@mcp-abap-adt/auth-stores**: bumped to `^0.3.0`
|
|
9
|
+
|
|
5
10
|
## [2.1.0] - 2025-12-31
|
|
6
11
|
### Fixed
|
|
7
12
|
- Updated `@mcp-abap-adt/auth-broker` so installs now pull `0.2.17` instead of the stale `0.2.14` release that was hiding upstream fixes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@mcp-abap-adt/adt-clients": "^0.3.13",
|
|
121
|
-
"@mcp-abap-adt/auth-broker": "^0.
|
|
121
|
+
"@mcp-abap-adt/auth-broker": "^0.3.0",
|
|
122
122
|
"@mcp-abap-adt/auth-providers": "^0.2.10",
|
|
123
|
-
"@mcp-abap-adt/auth-stores": "^0.
|
|
123
|
+
"@mcp-abap-adt/auth-stores": "^0.3.0",
|
|
124
124
|
"@mcp-abap-adt/connection": "^0.2.9",
|
|
125
125
|
"@mcp-abap-adt/header-validator": "^0.1.8",
|
|
126
126
|
"@mcp-abap-adt/interfaces": "^0.2.15",
|