@xata.io/client 0.0.0-next.v5cfac065298489e56b1435ad10e8a947642693de → 0.0.0-next.v64f10283eb9a098c575590d3ea17600e350321c9
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 +19 -3
- package/dist/index.cjs +2506 -576
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5193 -3746
- package/dist/index.mjs +2491 -573
- 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.v64f10283eb9a098c575590d3ea17600e350321c9",
|
4
4
|
"description": "Xata.io SDK for TypeScript and JavaScript",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|