@xata.io/client 0.0.0-next.ve109eeeef360444eb9f061f3d745eed662493f78 → 0.0.0-next.ve13b45f1a3157fc535f97a53d7dac2a33dac3b84
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 +3 -3
- package/CHANGELOG.md +11 -3
- package/dist/index.cjs +109 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +950 -180
- package/dist/index.mjs +98 -9
- 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.ve13b45f1a3157fc535f97a53d7dac2a33dac3b84",
|
4
4
|
"description": "Xata.io SDK for TypeScript and JavaScript",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|