@xata.io/client 0.0.0-alpha.vfdc5c07 → 0.0.0-alpha.vfdd8c9fa700ee4d676771b5b8b8052b7734cb8c4
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.
- package/.turbo/turbo-add-version.log +1 -1
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +50 -2
- package/dist/index.cjs +433 -1658
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2892 -3314
- package/dist/index.mjs +429 -1658
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
|
2
|
-
> @xata.io/client@0.
|
2
|
+
> @xata.io/client@0.28.3 build /home/runner/work/client-ts/client-ts/packages/client
|
3
3
|
> rimraf dist && rollup -c
|
4
4
|
|
5
5
|
[36m
|
6
6
|
[1msrc/index.ts[22m → [1mdist/index.cjs[22m...[39m
|
7
|
-
[32mcreated [1mdist/index.cjs[22m in [
|
7
|
+
[32mcreated [1mdist/index.cjs[22m in [1m953ms[22m[39m
|
8
8
|
[36m
|
9
9
|
[1msrc/index.ts[22m → [1mdist/index.mjs[22m...[39m
|
10
|
-
[32mcreated [1mdist/index.mjs[22m in [
|
10
|
+
[32mcreated [1mdist/index.mjs[22m in [1m709ms[22m[39m
|
11
11
|
[36m
|
12
12
|
[1msrc/index.ts[22m → [1mdist/index.d.ts[22m...[39m
|
13
|
-
[32mcreated [1mdist/index.d.ts[22m in [
|
13
|
+
[32mcreated [1mdist/index.d.ts[22m in [1m5s[22m[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,61 @@
|
|
1
1
|
# @xata.io/client
|
2
2
|
|
3
|
-
## 0.0.0-alpha.
|
3
|
+
## 0.0.0-alpha.vfdd8c9fa700ee4d676771b5b8b8052b7734cb8c4
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- [#1323](https://github.com/xataio/client-ts/pull/1323) [`d31030a`](https://github.com/xataio/client-ts/commit/d31030a169b9494af44ec6424676d9f3dd41b32e) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Make XataApiClient to use ES Proxies
|
8
|
+
|
9
|
+
- [#1323](https://github.com/xataio/client-ts/pull/1323) [`8f8c027`](https://github.com/xataio/client-ts/commit/8f8c02787cc44f31d977da2c0393573956df198f) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
|
4
10
|
|
5
11
|
### Patch Changes
|
6
12
|
|
7
|
-
- [#
|
13
|
+
- [#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
14
|
|
9
15
|
- Force canary build
|
10
16
|
|
17
|
+
- [#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
|
18
|
+
|
19
|
+
## 0.28.3
|
20
|
+
|
21
|
+
### Patch Changes
|
22
|
+
|
23
|
+
- [#1304](https://github.com/xataio/client-ts/pull/1304) [`b7f3ec9`](https://github.com/xataio/client-ts/commit/b7f3ec9eabe3642929131e244bd774f4d3134482) Thanks [@SferaDev](https://github.com/SferaDev)! - Rewrite upload url path
|
24
|
+
|
25
|
+
## 0.28.2
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- [#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>`
|
30
|
+
|
31
|
+
## 0.28.1
|
32
|
+
|
33
|
+
### Patch Changes
|
34
|
+
|
35
|
+
- [#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
|
36
|
+
|
37
|
+
## 0.28.0
|
38
|
+
|
39
|
+
### Minor Changes
|
40
|
+
|
41
|
+
- [#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
|
42
|
+
|
43
|
+
## 0.27.0
|
44
|
+
|
45
|
+
### Minor Changes
|
46
|
+
|
47
|
+
- [#1232](https://github.com/xataio/client-ts/pull/1232) [`d282d18f`](https://github.com/xataio/client-ts/commit/d282d18f025094e0729ade6009b34fc0d34ebbba) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Add support for totalCount on search responses
|
48
|
+
|
49
|
+
### Patch Changes
|
50
|
+
|
51
|
+
- [#1235](https://github.com/xataio/client-ts/pull/1235) [`19c5dd47`](https://github.com/xataio/client-ts/commit/19c5dd47e3a032fcb19d990527b8faaa9326d97d) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Fix excessive depth on summarize
|
52
|
+
|
53
|
+
## 0.26.9
|
54
|
+
|
55
|
+
### Patch Changes
|
56
|
+
|
57
|
+
- [#1224](https://github.com/xataio/client-ts/pull/1224) [`302798e8`](https://github.com/xataio/client-ts/commit/302798e8d210c89f420a5c927e0f836a27dbaed9) Thanks [@SferaDev](https://github.com/SferaDev)! - Export transaction types
|
58
|
+
|
11
59
|
## 0.26.8
|
12
60
|
|
13
61
|
### Patch Changes
|