@xata.io/client 0.0.0-alpha.vf2950db06c33bba882032c181cc784c0501526f1 → 0.0.0-alpha.vf2d4ede35f0fb2771332d1b20637a8546868103b

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.3 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.2 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.3 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.29.2 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.3s
7
+ created dist/index.cjs in 1.1s
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 594ms
10
+ created dist/index.mjs in 874ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 5s
13
+ created dist/index.d.ts in 5.3s
package/CHANGELOG.md CHANGED
@@ -1,12 +1,50 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-alpha.vf2950db06c33bba882032c181cc784c0501526f1
3
+ ## 0.0.0-alpha.vf2d4ede35f0fb2771332d1b20637a8546868103b
4
+
5
+ ### Patch Changes
6
+
7
+ - Force canary build
8
+
9
+ - [#1398](https://github.com/xataio/client-ts/pull/1398) [`1d6ce6b`](https://github.com/xataio/client-ts/commit/1d6ce6b67c006fa460ddfd02d3a7654098b6dbeb) Thanks [@SferaDev](https://github.com/SferaDev)! - Add support for array response type
10
+
11
+ ## 0.29.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1380](https://github.com/xataio/client-ts/pull/1380) [`e8db1cd`](https://github.com/xataio/client-ts/commit/e8db1cd394ccbed32403548bf9d09a5c3973d850) Thanks [@richardgill](https://github.com/richardgill)! - Link to our docs to explain how to resolve the 'api key in browser' error message
16
+
17
+ ## 0.29.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1364](https://github.com/xataio/client-ts/pull/1364) [`d0f5d12`](https://github.com/xataio/client-ts/commit/d0f5d125e6c2f4c82f8a0a6b4a30d255c58e8326) Thanks [@SferaDev](https://github.com/SferaDev)! - Show search properties in xata metadata object
22
+
23
+ - [#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
24
+
25
+ - [#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
26
+
27
+ - [#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`
28
+
29
+ ## 0.29.0
30
+
31
+ ### Minor Changes
32
+
33
+ - [#1329](https://github.com/xataio/client-ts/pull/1329) [`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Remove object column type
34
+
35
+ ### Patch Changes
36
+
37
+ - [#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
38
+
39
+ - [#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
40
+
41
+ ## 0.28.4
4
42
 
5
43
  ### Patch Changes
6
44
 
7
45
  - [#1309](https://github.com/xataio/client-ts/pull/1309) [`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a) Thanks [@andrew-farries](https://github.com/andrew-farries)! - Add CLI support for running against local development environments
8
46
 
9
- - Force canary build
47
+ - [#1312](https://github.com/xataio/client-ts/pull/1312) [`6031a9d`](https://github.com/xataio/client-ts/commit/6031a9de63c264b7db5b031bb1795258c2bf8150) Thanks [@SferaDev](https://github.com/SferaDev)! - Add get to transactions
10
48
 
11
49
  ## 0.28.3
12
50