@mcp-abap-adt/core 2.0.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
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
+
10
+ ## [2.1.0] - 2025-12-31
11
+ ### Fixed
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.
13
+ - Removed the accidental `@mcp-abap-adt/core` dependency that caused consumers to download the old `1.4.1` tarball.
14
+
15
+ ## [2.0.3] - 2025-12-31
16
+ ### Changed
17
+ - **@mcp-abap-adt/auth-broker**: bumped to `0.2.15` so the locked dependency pulls in the latest fixes referenced by the release.
18
+
19
+ ### Fixed
20
+ - **CI workflow package install**: `.github/workflows/ci.yml` now looks for `mcp-abap-adt-core-*.tgz`, matching the actual npm pack output before testing global install.
21
+
5
22
  ## [2.0.2] - 2025-12-30
6
23
  ### Changed
7
24
  - **GetWhereUsed handler**: Now uses `getWhereUsedList()` from adt-clients and returns parsed JSON with structured references instead of raw XML
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/core",
3
- "version": "2.0.2",
3
+ "version": "2.1.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -118,11 +118,10 @@
118
118
  },
119
119
  "dependencies": {
120
120
  "@mcp-abap-adt/adt-clients": "^0.3.13",
121
- "@mcp-abap-adt/auth-broker": "^0.2.14",
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.2.10",
123
+ "@mcp-abap-adt/auth-stores": "^0.3.0",
124
124
  "@mcp-abap-adt/connection": "^0.2.9",
125
- "@mcp-abap-adt/core": "^1.4.1",
126
125
  "@mcp-abap-adt/header-validator": "^0.1.8",
127
126
  "@mcp-abap-adt/interfaces": "^0.2.15",
128
127
  "@mcp-abap-adt/logger": "^0.1.4",