@xata.io/client 0.0.0-next.vce065a6c8269e0deaf3a77fab12525b965d1b440 → 0.0.0-next.vd7e5c87cf2e817f537accd1ef38495f2fac9b906
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-build.log +1 -1
- package/CHANGELOG.md +3 -3
- package/dist/index.cjs +415 -216
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4081 -4059
- package/dist/index.mjs +414 -213
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xata.io/client",
|
3
|
-
"version": "0.0.0-next.
|
3
|
+
"version": "0.0.0-next.vd7e5c87cf2e817f537accd1ef38495f2fac9b906",
|
4
4
|
"description": "Xata.io SDK for TypeScript and JavaScript",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|