@xata.io/client 0.0.0-next.v83b49efdefdcee676ea1c61304ab4a0c5ac31054 → 0.0.0-next.ve39b4ed80de99105b4e9db8fa85745ab1b3f541e

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.
@@ -4,10 +4,10 @@
4
4
 
5
5
  
6
6
  src/index.ts → dist/index.cjs...
7
- created dist/index.cjs in 969ms
7
+ created dist/index.cjs in 983ms
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 638ms
10
+ created dist/index.mjs in 616ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
13
  created dist/index.d.ts in 4s
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-next.v83b49efdefdcee676ea1c61304ab4a0c5ac31054
3
+ ## 0.0.0-next.ve39b4ed80de99105b4e9db8fa85745ab1b3f541e
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`ef72862`](https://github.com/xataio/client-ts/commit/ef72862422aa258c01c893f93e9f5a18d89c482b) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
7
+ - [`132e2b7`](https://github.com/xataio/client-ts/commit/132e2b7cf9b96908cef515c70ad83395c50e966d) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
8
8
 
9
- - [`e2c656c`](https://github.com/xataio/client-ts/commit/e2c656c44d9cb68b2d822f23f44a516a51627528) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
9
+ - [`4273e4d`](https://github.com/xataio/client-ts/commit/4273e4d16000157039c023673d45bc01d82228fa) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
10
10
 
11
11
  ## 0.29.2
12
12
 
package/dist/index.d.ts CHANGED
@@ -1968,6 +1968,9 @@ type ClusterMetadata = {
1968
1968
  * @x-internal true
1969
1969
  */
1970
1970
  type ClusterUpdateDetails = {
1971
+ /**
1972
+ * @pattern ^[Ss][Tt][Oo][Pp]|[Ss][Tt][Aa][Rr][Tt]$
1973
+ */
1971
1974
  command: string;
1972
1975
  };
1973
1976
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/client",
3
- "version": "0.0.0-next.v83b49efdefdcee676ea1c61304ab4a0c5ac31054",
3
+ "version": "0.0.0-next.ve39b4ed80de99105b4e9db8fa85745ab1b3f541e",
4
4
  "description": "Xata.io SDK for TypeScript and JavaScript",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",