@mcp-abap-adt/auth-providers 1.0.0 → 1.0.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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
  - SAML2 flows: browser/manual/assertion input, bearer exchange, and pure SAML (cookie-based) output.
16
16
  - `BaseTokenProvider` now supports `tokenType` and `expiresAt` from `ITokenResult`.
17
17
 
18
+ ## [1.0.1] - 2026-02-10
19
+
20
+ ### Added
21
+ - GitHub Actions CI workflow (build + test on push/PR).
22
+
18
23
  ## [0.2.10] - 2025-12-25
19
24
 
20
25
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-abap-adt/auth-providers",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Token providers for MCP ABAP ADT auth-broker",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",