@xata.io/client 0.21.4 → 0.21.5

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
@@ -1,5 +1,11 @@
1
1
  # @xata.io/client
2
2
 
3
+ ## 0.21.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#825](https://github.com/xataio/client-ts/pull/825) [`41c4d29f`](https://github.com/xataio/client-ts/commit/41c4d29f9f9fc7ce87b755e447a2030fe8c10d70) Thanks [@SferaDev](https://github.com/SferaDev)! - Export fetcher error
8
+
3
9
  ## 0.21.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -304,7 +304,7 @@ function generateUUID() {
304
304
  });
305
305
  }
306
306
 
307
- const VERSION = "0.21.4";
307
+ const VERSION = "0.21.5";
308
308
 
309
309
  class ErrorWithCause extends Error {
310
310
  constructor(message, options) {
@@ -3498,6 +3498,7 @@ class XataError extends Error {
3498
3498
  }
3499
3499
 
3500
3500
  exports.BaseClient = BaseClient;
3501
+ exports.FetcherError = FetcherError;
3501
3502
  exports.Operations = operationsByTag;
3502
3503
  exports.PAGINATION_DEFAULT_OFFSET = PAGINATION_DEFAULT_OFFSET;
3503
3504
  exports.PAGINATION_DEFAULT_SIZE = PAGINATION_DEFAULT_SIZE;