@xata.io/client 0.0.0-next.v43b83f3e3d703ba85a9c6790259cc93a43f69e98 → 0.0.0-next.v6c9e627772cbacc1977ba6ba82e6b403ac64c0b2

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.29.2 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.1 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.29.2 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.1 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 966ms
7
+ created dist/index.cjs in 986ms
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 709ms
10
+ created dist/index.mjs in 696ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 5.2s
13
+ created dist/index.d.ts in 5s
package/CHANGELOG.md CHANGED
@@ -1,14 +1,12 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-next.v43b83f3e3d703ba85a9c6790259cc93a43f69e98
3
+ ## 0.0.0-next.v6c9e627772cbacc1977ba6ba82e6b403ac64c0b2
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`ef72862`](https://github.com/xataio/client-ts/commit/ef72862422aa258c01c893f93e9f5a18d89c482b) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
7
+ - [`56ef053`](https://github.com/xataio/client-ts/commit/56ef053db251511857c7c40e15cb6cd4b16ca30f) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
8
8
 
9
- - [`e2c656c`](https://github.com/xataio/client-ts/commit/e2c656c44d9cb68b2d822f23f44a516a51627528) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
10
-
11
- ## 0.29.2
9
+ - [`f60ef87`](https://github.com/xataio/client-ts/commit/f60ef8714614d5f7a6ddb28ae96ea99d13e8a0ed) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
12
10
 
13
11
  ### Patch Changes
14
12
 
package/dist/index.cjs CHANGED
@@ -528,7 +528,7 @@ function defaultOnOpen(response) {
528
528
  }
529
529
  }
530
530
 
531
- const VERSION = "0.29.2";
531
+ const VERSION = "0.29.1";
532
532
 
533
533
  class ErrorWithCause extends Error {
534
534
  constructor(message, options) {