@xata.io/client 0.26.8 → 0.26.9

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @xata.io/client@0.26.8 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.26.9 add-version /home/runner/work/client-ts/client-ts/packages/client
3
3
  > node ../../scripts/add-version-file.mjs
4
4
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @xata.io/client@0.26.8 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.26.9 build /home/runner/work/client-ts/client-ts/packages/client
3
3
  > rimraf dist && rollup -c
4
4
 
5
5
  
6
6
  src/index.ts → dist/index.cjs...
7
- created dist/index.cjs in 1.4s
7
+ created dist/index.cjs in 1.1s
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 1s
10
+ created dist/index.mjs in 721ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 11s
13
+ created dist/index.d.ts in 8.4s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xata.io/client
2
2
 
3
+ ## 0.26.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1224](https://github.com/xataio/client-ts/pull/1224) [`302798e8`](https://github.com/xataio/client-ts/commit/302798e8d210c89f420a5c927e0f836a27dbaed9) Thanks [@SferaDev](https://github.com/SferaDev)! - Export transaction types
8
+
3
9
  ## 0.26.8
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -528,7 +528,7 @@ function defaultOnOpen(response) {
528
528
  }
529
529
  }
530
530
 
531
- const VERSION = "0.26.8";
531
+ const VERSION = "0.26.9";
532
532
 
533
533
  class ErrorWithCause extends Error {
534
534
  constructor(message, options) {
@@ -4786,6 +4786,7 @@ exports.SchemaPlugin = SchemaPlugin;
4786
4786
  exports.SearchPlugin = SearchPlugin;
4787
4787
  exports.Serializer = Serializer;
4788
4788
  exports.SimpleCache = SimpleCache;
4789
+ exports.TransactionPlugin = TransactionPlugin;
4789
4790
  exports.XataApiClient = XataApiClient;
4790
4791
  exports.XataApiPlugin = XataApiPlugin;
4791
4792
  exports.XataError = XataError;