@mcp-abap-adt/auth-stores 0.1.3 → 0.1.4
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 +12 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.1.
|
|
10
|
+
## [0.1.4] - 2025-12-05
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **npm Configuration**: Added `.npmrc` file with `prefer-online=true` to ensure packages are installed from npmjs.com registry instead of local file system dependencies
|
|
14
|
+
|
|
15
|
+
## [0.1.3] - 2025-12-04
|
|
11
16
|
|
|
12
17
|
### Added
|
|
13
18
|
- **Interfaces Package Integration**: Migrated to use `@mcp-abap-adt/interfaces` package for all interface definitions
|
|
@@ -20,7 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
20
25
|
- `IServiceKeyStore`, `ISessionStore`, `IAuthorizationConfig`, `IConnectionConfig`, `IConfig` now imported from shared package
|
|
21
26
|
- Backward compatibility maintained - interfaces remain the same, only import source changed
|
|
22
27
|
|
|
23
|
-
|
|
28
|
+
### Documentation
|
|
29
|
+
- **Responsibilities and Design Principles**: Added comprehensive documentation section explaining package responsibilities and design principles
|
|
30
|
+
|
|
31
|
+
## [0.1.2] - 2025-12-04
|
|
24
32
|
|
|
25
33
|
### Changed
|
|
26
34
|
- **Architecture Refactoring** - Simplified store architecture
|
|
@@ -44,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
44
52
|
- `apiurl` is for API calls, but OAuth2 authorization requires base `url`
|
|
45
53
|
- This fixes browser authentication for BTP/ABAP connections using XSUAA service keys
|
|
46
54
|
|
|
47
|
-
## [0.1.1] -
|
|
55
|
+
## [0.1.1] - 2025-12-04
|
|
48
56
|
|
|
49
57
|
### Changed
|
|
50
58
|
- **Architecture Refactoring** - Simplified store architecture
|
|
@@ -68,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
68
76
|
- `apiurl` is for API calls, but OAuth2 authorization requires base `url`
|
|
69
77
|
- This fixes browser authentication for BTP/ABAP connections using XSUAA service keys
|
|
70
78
|
|
|
71
|
-
## [0.1.0] -
|
|
79
|
+
## [0.1.0] - 2025-12-04
|
|
72
80
|
|
|
73
81
|
### Added
|
|
74
82
|
- Initial release of unified stores package
|