@xata.io/client 0.0.0-alpha.vfae42b5 → 0.0.0-alpha.vfaf1ed2b0879fdfe9376d9f7f460d513d467257d
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 +4 -0
- package/.turbo/turbo-build.log +13 -0
- package/CHANGELOG.md +676 -0
- package/README.md +3 -254
- package/dist/index.cjs +5086 -1365
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +9984 -2390
- package/dist/index.mjs +4980 -1363
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -11
- package/.eslintrc.cjs +0 -12
- package/rollup.config.js +0 -29
- package/tsconfig.json +0 -23
@@ -0,0 +1,13 @@
|
|
1
|
+
|
2
|
+
> @xata.io/client@0.30.0 build /home/runner/work/client-ts/client-ts/packages/client
|
3
|
+
> rimraf dist && rollup -c
|
4
|
+
|
5
|
+
[36m
|
6
|
+
[1msrc/index.ts[22m → [1mdist/index.cjs[22m...[39m
|
7
|
+
[32mcreated [1mdist/index.cjs[22m in [1m1.2s[22m[39m
|
8
|
+
[36m
|
9
|
+
[1msrc/index.ts[22m → [1mdist/index.mjs[22m...[39m
|
10
|
+
[32mcreated [1mdist/index.mjs[22m in [1m817ms[22m[39m
|
11
|
+
[36m
|
12
|
+
[1msrc/index.ts[22m → [1mdist/index.d.ts[22m...[39m
|
13
|
+
[32mcreated [1mdist/index.d.ts[22m in [1m4.8s[22m[39m
|