Skip to content

Commit

Permalink
Add missed export of JsonApiRequestError
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Oct 20, 2023
1 parent 3962087 commit 0f30158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-lizards-attack.md
@@ -0,0 +1,5 @@
---
'@farfetched/core': patch
---

Add missed export of `JsonApiRequestError`
1 change: 1 addition & 0 deletions packages/core/index.ts
Expand Up @@ -67,6 +67,7 @@ export { type ValidationResult, type Validator } from './src/validation/type';
export { type Json } from 'effector';
export { type JsonObject } from './src/fetch/json';
export { type FetchApiRecord } from './src/fetch/lib';
export { type JsonApiRequestError } from './src/fetch/api';
export { fetchFx } from './src/fetch/fetch';

// Exposed errors
Expand Down

0 comments on commit 0f30158

Please sign in to comment.