@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.
@@ -0,0 +1,4 @@
1
+
2
+ > @xata.io/client@0.29.4 add-version /home/runner/work/client-ts/client-ts/packages/client
3
+ > node ../../scripts/add-version-file.mjs
4
+
@@ -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
+ 
6
+ src/index.ts → dist/index.cjs...
7
+ (!) Unresolved dependencies
8
+ https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
9
+ kysely (imported by "src/schema/repository.ts", "src/kysely/index.ts", "src/schema/filters.ts" and "src/kysely/driver.ts")
10
+ pako (imported by "src/util/cursor.ts")
11
+ rfc4648 (imported by "src/util/cursor.ts")
12
+ json-stringify-deterministic (imported by "src/util/cursor.ts")
13
+ created dist/index.cjs in 1.5s
14
+ 
15
+ src/index.ts → dist/index.mjs...
16
+ (!) Unresolved dependencies
17
+ https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
18
+ kysely (imported by "src/schema/repository.ts", "src/kysely/index.ts", "src/schema/filters.ts" and "src/kysely/driver.ts")
19
+ pako (imported by "src/util/cursor.ts")
20
+ rfc4648 (imported by "src/util/cursor.ts")
21
+ json-stringify-deterministic (imported by "src/util/cursor.ts")
22
+ created dist/index.mjs in 905ms
23
+ 
24
+ src/index.ts → dist/index.d.ts...
25
+ created dist/index.d.ts in 5.2s