@xata.io/client 0.0.0-alpha.vf55585d9b3ddcdd6254b3a79c108fa99863f7685 → 0.0.0-alpha.vf58a3c229cee57bd4c4c22a72c3826618cdc9b94

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.28.4 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.0 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.28.4 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.0 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 1s
7
+ created dist/index.cjs in 990ms
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 660ms
10
+ created dist/index.mjs in 732ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
13
  created dist/index.d.ts in 5s
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-alpha.vf55585d9b3ddcdd6254b3a79c108fa99863f7685
3
+ ## 0.0.0-alpha.vf58a3c229cee57bd4c4c22a72c3826618cdc9b94
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1263](https://github.com/xataio/client-ts/pull/1263) [`212b53d`](https://github.com/xataio/client-ts/commit/212b53d07498def0d2ed8942691eff982e448969) Thanks [@SferaDev](https://github.com/SferaDev)! - Don't attempt to retrieve tables on runtime
8
+
9
+ - Force canary build
10
+
11
+ - [#1339](https://github.com/xataio/client-ts/pull/1339) [`9fd8c42`](https://github.com/xataio/client-ts/commit/9fd8c428d71b476f1951123c6cba5e803b983e54) Thanks [@SferaDev](https://github.com/SferaDev)! - Allow using normal commands with pgroll enabled branches
12
+
13
+ - [#1361](https://github.com/xataio/client-ts/pull/1361) [`368d4aa`](https://github.com/xataio/client-ts/commit/368d4aa16cd1cc1da93a142406c5d41bbc15b082) Thanks [@SferaDev](https://github.com/SferaDev)! - Add `toSerializable` to `getAll`
14
+
15
+ ## 0.29.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -8,9 +20,9 @@
8
20
 
9
21
  ### Patch Changes
10
22
 
11
- - Force canary build
23
+ - [#1334](https://github.com/xataio/client-ts/pull/1334) [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72) Thanks [@SferaDev](https://github.com/SferaDev)! - Expose columns in SQL query
12
24
 
13
- - [#1328](https://github.com/xataio/client-ts/pull/1328) [`7b5ebdd`](https://github.com/xataio/client-ts/commit/7b5ebddaf3bd734cb0e93f7e67bf4e0591a44ddf) Thanks [@SferaDev](https://github.com/SferaDev)! - Fix untagged scenario for SQL function
25
+ - [#1328](https://github.com/xataio/client-ts/pull/1328) [`27773df`](https://github.com/xataio/client-ts/commit/27773df5addf0013d1a7238ac490904e7aad2334) Thanks [@SferaDev](https://github.com/SferaDev)! - Fix untagged scenario for SQL function
14
26
 
15
27
  ## 0.28.4
16
28