@mcp-abap-adt/core 2.0.2 → 2.1.0

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 +12 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.1.0] - 2025-12-31
6
+ ### Fixed
7
+ - 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.
8
+ - Removed the accidental `@mcp-abap-adt/core` dependency that caused consumers to download the old `1.4.1` tarball.
9
+
10
+ ## [2.0.3] - 2025-12-31
11
+ ### Changed
12
+ - **@mcp-abap-adt/auth-broker**: bumped to `0.2.15` so the locked dependency pulls in the latest fixes referenced by the release.
13
+
14
+ ### Fixed
15
+ - **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.
16
+
5
17
  ## [2.0.2] - 2025-12-30
6
18
  ### Changed
7
19
  - **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.0",
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.2.17",
122
122
  "@mcp-abap-adt/auth-providers": "^0.2.10",
123
123
  "@mcp-abap-adt/auth-stores": "^0.2.10",
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",