Skip to content

Commit 02a35ca

Browse files
committed
INT: fixed missing exports for rest interfaces
1 parent cde76a4 commit 02a35ca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: Visual Studio 2019
22

33
environment:
4-
nodejs_version: "18"
4+
nodejs_version: "20"
55

66
branches:
77
only:

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 13.0.2 (2024-06-18)
4+
5+
### Bug Fixes
6+
7+
- *subpackage* `@anglr/error-handling/rest`
8+
- fixed missing exports for interfaces `RestCatchHttpClientError`, `RestHttpClientErrorProcessing`
9+
310
## Version 13.0.1 (2024-05-07)
411

512
### Bug Fixes

rest/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from './decorators';
2+
export * from './interfaces';
23
export * from './middlewares';
3-
44
export * from './misc/clientErrorHandling.options';
55
export * from './misc/defaults';
66
export * from './misc/middlewareTypes';

0 commit comments

Comments
 (0)