@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.
- package/CHANGELOG.md +10 -0
- 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
|