@navios/openapi 1.0.0-alpha.2 → 1.0.0-alpha.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 CHANGED
@@ -5,6 +5,18 @@ 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.3] - 2026-01-08
9
+
10
+ ### Added
11
+
12
+ - **Comprehensive Test Suite**: Added unit tests for OpenAPI services
13
+ - `endpoint-scanner.service.spec.mts` - Endpoint scanner tests
14
+ - `openapi-generator.service.spec.mts` - OpenAPI generator tests
15
+
16
+ ### Dependencies
17
+
18
+ - Updated to support `@navios/core` ^1.0.0-alpha.3
19
+
8
20
  ## [1.0.0-alpha.2] - 2026-01-07
9
21
 
10
22
  ### 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":""}