@xata.io/client 0.0.0-alpha.vf603f80 → 0.0.0-alpha.vf63d465df0d8def09bfd99d49a1c06b14e37dbe0
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 +25 -0
- package/CHANGELOG.md +594 -0
- package/README.md +3 -267
- package/dist/index.cjs +5355 -1595
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +9220 -2451
- package/dist/index.mjs +5267 -1573
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -11
- package/.eslintrc.cjs +0 -12
- package/Usage.md +0 -395
- package/rollup.config.js +0 -29
- package/tsconfig.json +0 -23
@@ -0,0 +1,25 @@
|
|
1
|
+
|
2
|
+
> @xata.io/client@0.29.4 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
|
+
[1m[33m(!) Unresolved dependencies[39m[22m
|
8
|
+
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
9
|
+
[1mkysely[22m (imported by "src/schema/repository.ts", "src/kysely/index.ts", "src/schema/filters.ts" and "src/kysely/driver.ts")
|
10
|
+
[1mpako[22m (imported by "src/util/cursor.ts")
|
11
|
+
[1mrfc4648[22m (imported by "src/util/cursor.ts")
|
12
|
+
[1mjson-stringify-deterministic[22m (imported by "src/util/cursor.ts")
|
13
|
+
[32mcreated [1mdist/index.cjs[22m in [1m1.5s[22m[39m
|
14
|
+
[36m
|
15
|
+
[1msrc/index.ts[22m → [1mdist/index.mjs[22m...[39m
|
16
|
+
[1m[33m(!) Unresolved dependencies[39m[22m
|
17
|
+
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
18
|
+
[1mkysely[22m (imported by "src/schema/repository.ts", "src/kysely/index.ts", "src/schema/filters.ts" and "src/kysely/driver.ts")
|
19
|
+
[1mpako[22m (imported by "src/util/cursor.ts")
|
20
|
+
[1mrfc4648[22m (imported by "src/util/cursor.ts")
|
21
|
+
[1mjson-stringify-deterministic[22m (imported by "src/util/cursor.ts")
|
22
|
+
[32mcreated [1mdist/index.mjs[22m in [1m905ms[22m[39m
|
23
|
+
[36m
|
24
|
+
[1msrc/index.ts[22m → [1mdist/index.d.ts[22m...[39m
|
25
|
+
[32mcreated [1mdist/index.d.ts[22m in [1m5.2s[22m[39m
|