@xata.io/client 0.0.0-alpha.vebc4a36 → 0.0.0-alpha.vec0147b
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 +52 -2
- package/dist/index.cjs +478 -218
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +478 -75
- package/dist/index.mjs +471 -216
- 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.23.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 [1m1.
|
|
7
|
+
[32mcreated [1mdist/index.cjs[22m in [1m1.6s[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 [1m1.1s[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 [1m7.2s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,62 @@
|
|
|
1
1
|
# @xata.io/client
|
|
2
2
|
|
|
3
|
-
## 0.0.0-alpha.
|
|
3
|
+
## 0.0.0-alpha.vec0147b
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Force canary build
|
|
8
8
|
|
|
9
|
-
- [#
|
|
9
|
+
- [#951](https://github.com/xataio/client-ts/pull/951) [`bcac6ff9`](https://github.com/xataio/client-ts/commit/bcac6ff9bdc42bb44a7475c756f471ae2ea584eb) Thanks [@SferaDev](https://github.com/SferaDev)! - Add random sorting
|
|
10
|
+
|
|
11
|
+
## 0.23.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#947](https://github.com/xataio/client-ts/pull/947) [`344b0d68`](https://github.com/xataio/client-ts/commit/344b0d687962d569872d1e90d59818d28df7579c) Thanks [@SferaDev](https://github.com/SferaDev)! - Add numeric operators
|
|
16
|
+
|
|
17
|
+
## 0.23.2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#939](https://github.com/xataio/client-ts/pull/939) [`c477c177`](https://github.com/xataio/client-ts/commit/c477c17795c01cbf945be413217944a5a38655a5) Thanks [@SferaDev](https://github.com/SferaDev)! - Add deploy preview branch env variable loading
|
|
22
|
+
|
|
23
|
+
- [#945](https://github.com/xataio/client-ts/pull/945) [`ecdc6553`](https://github.com/xataio/client-ts/commit/ecdc6553d4628289e88953ab6296b80f60e8f757) Thanks [@xata-bot](https://github.com/xata-bot)! - Add new types
|
|
24
|
+
|
|
25
|
+
## 0.23.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#941](https://github.com/xataio/client-ts/pull/941) [`3026d708`](https://github.com/xataio/client-ts/commit/3026d70847830fd0f2024413d823380ff323806c) Thanks [@SferaDev](https://github.com/SferaDev)! - Expose records in ask SSE
|
|
30
|
+
|
|
31
|
+
## 0.23.0
|
|
32
|
+
|
|
33
|
+
### Minor Changes
|
|
34
|
+
|
|
35
|
+
- [#867](https://github.com/xataio/client-ts/pull/867) [`5838113f`](https://github.com/xataio/client-ts/commit/5838113fca042163b44d7cc7cc1686d5ef89b302) Thanks [@SferaDev](https://github.com/SferaDev)! - [Workflow] Remove fallback branch
|
|
36
|
+
|
|
37
|
+
## 0.22.4
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [#927](https://github.com/xataio/client-ts/pull/927) [`22e7dd29`](https://github.com/xataio/client-ts/commit/22e7dd29f7a51dccc087d5fd7fff32084c7733af) Thanks [@SferaDev](https://github.com/SferaDev)! - Expose `ask` endpoint in the SDK
|
|
42
|
+
|
|
43
|
+
- [#921](https://github.com/xataio/client-ts/pull/921) [`07fc879d`](https://github.com/xataio/client-ts/commit/07fc879d3f778536e39588e66d7a18b5a9d52ebe) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove git branch resolution
|
|
44
|
+
|
|
45
|
+
- [#925](https://github.com/xataio/client-ts/pull/925) [`58a1c24e`](https://github.com/xataio/client-ts/commit/58a1c24e5d30025dce243eecce44f09d4f65ed66) Thanks [@xata-bot](https://github.com/xata-bot)! - Add new methods to API client
|
|
46
|
+
|
|
47
|
+
- [#932](https://github.com/xataio/client-ts/pull/932) [`c2c6e244`](https://github.com/xataio/client-ts/commit/c2c6e24459b1acc07f0414066258071fbcf7dde9) Thanks [@xata-bot](https://github.com/xata-bot)! - Add new experimental copy branch endpoint
|
|
48
|
+
|
|
49
|
+
## 0.22.3
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- [#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
|
|
54
|
+
|
|
55
|
+
## 0.22.2
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#898](https://github.com/xataio/client-ts/pull/898) [`72e13bf9`](https://github.com/xataio/client-ts/commit/72e13bf99d0ebefef91c984a995a28b0e8ca2a8f) Thanks [@SferaDev](https://github.com/SferaDev)! - Add methods for vector type
|
|
10
60
|
|
|
11
61
|
## 0.22.1
|
|
12
62
|
|