veloce-ts 0.2.5 → 0.2.6
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
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.6] - 2025-10-15
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **Query Export**: Added missing `Query` export from main index to resolve import conflicts
|
|
14
|
+
- **Parameter Decorators**: HTTP `@Query` decorator now properly exported alongside GraphQL decorators
|
|
15
|
+
- **Import Resolution**: Fixed "Export named 'Query' not found" error in applications
|
|
16
|
+
|
|
10
17
|
## [0.2.5] - 2025-10-15
|
|
11
18
|
|
|
12
19
|
### Fixed
|