@xata.io/client 0.22.2 → 0.22.3

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.22.2 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.22.3 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.22.2 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.22.3 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.2s
7
+ created dist/index.cjs in 1.7s
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 1.1s
10
+ created dist/index.mjs in 1.4s
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 6.9s
13
+ created dist/index.d.ts in 7.9s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xata.io/client
2
2
 
3
+ ## 0.22.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#917](https://github.com/xataio/client-ts/pull/917) [`4210b8c3`](https://github.com/xataio/client-ts/commit/4210b8c3c4169ba781a56deed7ba09c99788db1f) Thanks [@xata-bot](https://github.com/xata-bot)! - [OpenAPI] Spec updates to add better types to Record input
8
+
3
9
  ## 0.22.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -302,7 +302,7 @@ function generateUUID() {
302
302
  });
303
303
  }
304
304
 
305
- const VERSION = "0.22.2";
305
+ const VERSION = "0.22.3";
306
306
 
307
307
  class ErrorWithCause extends Error {
308
308
  constructor(message, options) {