@xata.io/client 0.0.0-alpha.vf90263d → 0.0.0-alpha.vf9117073fa2d41de1cd4690157c24c67ca3a6650

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.27.0 add-version /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.28.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.27.0 build /home/runner/work/client-ts/client-ts/packages/client
2
+ > @xata.io/client@0.28.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 695ms
7
+ created dist/index.cjs in 684ms
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 478ms
10
+ created dist/index.mjs in 451ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 4.9s
13
+ created dist/index.d.ts in 4.8s
package/CHANGELOG.md CHANGED
@@ -1,11 +1,25 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-alpha.vf90263d
3
+ ## 0.0.0-alpha.vf9117073fa2d41de1cd4690157c24c67ca3a6650
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Force canary build
8
8
 
9
+ - [#1288](https://github.com/xataio/client-ts/pull/1288) [`c9178e1`](https://github.com/xataio/client-ts/commit/c9178e1e3f2268513e78dcfce396a99a8fca5dfb) Thanks [@SferaDev](https://github.com/SferaDev)! - Update read to use `ReadonlyArray<Identifier>`
10
+
11
+ ## 0.28.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1281](https://github.com/xataio/client-ts/pull/1281) [`9a7e3f5`](https://github.com/xataio/client-ts/commit/9a7e3f5029e53efc6750e9c86bab936427788209) Thanks [@SferaDev](https://github.com/SferaDev)! - Fix issue with default public access
16
+
17
+ ## 0.28.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#1251](https://github.com/xataio/client-ts/pull/1251) [`e97d1999`](https://github.com/xataio/client-ts/commit/e97d1999f3c25f149213ceca81958e1674624e05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove Xata Workers support
22
+
9
23
  ## 0.27.0
10
24
 
11
25
  ### Minor Changes