@xata.io/client 0.0.0-next.v1a4ac0c00b0f8e315e6ce6ebd55aab7f80541835 → 0.0.0-next.v4479e158bc1d658a82e7171989d6f7cbe85a530e

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 927ms
7
+ created dist/index.cjs in 897ms
8
8
  
9
9
  src/index.ts → dist/index.mjs...
10
- created dist/index.mjs in 610ms
10
+ created dist/index.mjs in 671ms
11
11
  
12
12
  src/index.ts → dist/index.d.ts...
13
- created dist/index.d.ts in 4.4s
13
+ created dist/index.d.ts in 4.1s
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @xata.io/client
2
2
 
3
- ## 0.0.0-next.v1a4ac0c00b0f8e315e6ce6ebd55aab7f80541835
3
+ ## 0.0.0-next.v4479e158bc1d658a82e7171989d6f7cbe85a530e
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`c946c67`](https://github.com/xataio/client-ts/commit/c946c671331017ebc7f8a024d60284ee6d8256bd) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
7
+ - [`82b5272`](https://github.com/xataio/client-ts/commit/82b527286477926793a4da6674886825114b3978) Thanks [@SferaDev](https://github.com/SferaDev)! - Make XataApiClient to use ES Proxies
8
8
 
9
- - [`14643bf`](https://github.com/xataio/client-ts/commit/14643bf2fd322db785a843eb5e26a65e56bb88cb) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
9
+ - [`e0ae1f7`](https://github.com/xataio/client-ts/commit/e0ae1f76b207c10ec9e64ada9b1d484bc7ea5398) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
10
10
 
11
11
  ## 0.29.2
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/client",
3
- "version": "0.0.0-next.v1a4ac0c00b0f8e315e6ce6ebd55aab7f80541835",
3
+ "version": "0.0.0-next.v4479e158bc1d658a82e7171989d6f7cbe85a530e",
4
4
  "description": "Xata.io SDK for TypeScript and JavaScript",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",