@navios/openapi 1.0.0-alpha.2 → 1.0.0-alpha.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 CHANGED
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.0-alpha.4] - 2026-01-09
9
+
10
+ ### Changed
11
+
12
+ - **Test Suite Updates**: Updated endpoint scanner tests to include `customEntries` field in module metadata
13
+ - Aligns with new `ModuleMetadata` interface from `@navios/core`
14
+
15
+ ### Dependencies
16
+
17
+ - Updated to support `@navios/core` ^1.0.0-alpha.4
18
+
19
+ ## [1.0.0-alpha.3] - 2026-01-08
20
+
21
+ ### Added
22
+
23
+ - **Comprehensive Test Suite**: Added unit tests for OpenAPI services
24
+ - `endpoint-scanner.service.spec.mts` - Endpoint scanner tests
25
+ - `openapi-generator.service.spec.mts` - OpenAPI generator tests
26
+
27
+ ### Dependencies
28
+
29
+ - Updated to support `@navios/core` ^1.0.0-alpha.3
30
+
8
31
  ## [1.0.0-alpha.2] - 2026-01-07
9
32
 
10
33
  ### Added
package/README.md CHANGED
@@ -231,10 +231,9 @@ const userSchema = z
231
231
  ## Requirements
232
232
 
233
233
  - **Dependencies**:
234
- - `@navios/core` - Core Navios framework
235
234
  - `zod` ^3.25.0 || ^4.0.0 - Schema validation
236
235
  - **Peer Dependencies**:
237
- - `@navios/di` - Dependency injection (for service usage)
236
+ - `@navios/core` - Core Navios framework
238
237
 
239
238
  ## Provider Packages
240
239
 
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=endpoint-scanner.service.spec.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoint-scanner.service.spec.d.mts","sourceRoot":"","sources":["../../../src/__tests__/endpoint-scanner.service.spec.mts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=openapi-generator.service.spec.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"openapi-generator.service.spec.d.mts","sourceRoot":"","sources":["../../../src/__tests__/openapi-generator.service.spec.mts"],"names":[],"mappings":""}