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

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