@mcp-abap-adt/auth-providers 2.2.1 → 2.2.2

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.2] - 2026-09-24
11
+
12
+ ### Dependencies
13
+
14
+ - The lockfile is refreshed within the declared ranges (#33), replacing
15
+ thirteen Dependabot bumps. `npm audit` on the development tree goes from 15
16
+ findings (1 critical, 8 high) to none. No dependency range in `package.json`
17
+ changed, and the lockfile is not part of the published package, so an
18
+ installation of 2.2.2 resolves exactly what one of 2.2.1 already could.
19
+
10
20
  ## [2.2.1] - 2026-09-24
11
21
 
12
22
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/auth-providers",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Token providers for MCP ABAP ADT auth-broker",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",