@mcp-abap-adt/logger 0.1.2 → 0.1.3
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.3] - 2025-12-13
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Dependency bump: `@mcp-abap-adt/interfaces` to `^0.1.16` (timeout docs) to align with latest interfaces release
|
|
14
|
+
|
|
10
15
|
## [0.1.2] - 2025-12-19
|
|
11
16
|
|
|
12
17
|
### Added
|
|
@@ -63,4 +68,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
63
68
|
- TestLogger implementation
|
|
64
69
|
- Log level support (ERROR, WARN, INFO, DEBUG)
|
|
65
70
|
- Environment variable configuration (AUTH_LOG_LEVEL)
|
|
66
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-abap-adt/logger",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Logger interface and implementations for MCP ABAP ADT packages",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"node": ">=18.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@mcp-abap-adt/interfaces": "^0.1.
|
|
47
|
+
"@mcp-abap-adt/interfaces": "^0.1.16"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"pino": "^10.1.0",
|