@xata.io/drizzle 0.0.0-next.v534362888c93b458fd4536898c3b687b59a5e171 → 0.0.0-next.v5c5370fc4505984081ce827d2887893ecc3fa636
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-build.log +4 -4
- package/CHANGELOG.md +11 -4
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @xata.io/drizzle@0.0.
|
2
|
+
> @xata.io/drizzle@0.0.21 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
|
3
3
|
> rimraf dist && rollup -c
|
4
4
|
|
5
5
|
[36m
|
@@ -8,7 +8,7 @@
|
|
8
8
|
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
9
9
|
[1mdrizzle-orm[22m (imported by "src/http/driver.ts", "src/http/session.ts" and "src/shared/utils.ts")
|
10
10
|
[1mdrizzle-orm/pg-core[22m (imported by "src/http/driver.ts" and "src/http/session.ts")
|
11
|
-
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [
|
11
|
+
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [1m252ms[22m[39m
|
12
12
|
[36m
|
13
13
|
[1msrc/index.ts[22m → [1mdist/index.d.ts[22m...[39m
|
14
14
|
[32mcreated [1mdist/index.d.ts[22m in [1m5.4s[22m[39m
|
@@ -19,7 +19,7 @@
|
|
19
19
|
[1mdrizzle-orm[22m (imported by "src/pg/driver.ts", "src/pg/session.ts" and "src/shared/utils.ts")
|
20
20
|
[1mdrizzle-orm/pg-core[22m (imported by "src/pg/driver.ts" and "src/pg/session.ts")
|
21
21
|
[1mpg[22m (imported by "src/pg/session.ts")
|
22
|
-
[32mcreated [1mdist/pg.cjs, dist/pg.mjs[22m in [
|
22
|
+
[32mcreated [1mdist/pg.cjs, dist/pg.mjs[22m in [1m73ms[22m[39m
|
23
23
|
[36m
|
24
24
|
[1msrc/pg/index.ts[22m → [1mdist/pg.d.ts[22m...[39m
|
25
|
-
[32mcreated [1mdist/pg.d.ts[22m in [1m1.
|
25
|
+
[32mcreated [1mdist/pg.d.ts[22m in [1m1.3s[22m[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,15 +1,22 @@
|
|
1
1
|
# @xata.io/drizzle
|
2
2
|
|
3
|
-
## 0.0.0-next.
|
3
|
+
## 0.0.0-next.v5c5370fc4505984081ce827d2887893ecc3fa636
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [`
|
7
|
+
- [`70cb63e`](https://github.com/xataio/client-ts/commit/70cb63e8b7863b47b90dbde6172e15b1aa2cffc8) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
|
8
8
|
|
9
9
|
### Patch Changes
|
10
10
|
|
11
|
-
- Updated dependencies [[`
|
12
|
-
- @xata.io/client@0.0.0-next.
|
11
|
+
- Updated dependencies [[`ee934a9`](https://github.com/xataio/client-ts/commit/ee934a92c08b689092c1c9c976fdf00c9be66c4f), [`70cb63e`](https://github.com/xataio/client-ts/commit/70cb63e8b7863b47b90dbde6172e15b1aa2cffc8)]:
|
12
|
+
- @xata.io/client@0.0.0-next.v5c5370fc4505984081ce827d2887893ecc3fa636
|
13
|
+
|
14
|
+
## 0.0.21
|
15
|
+
|
16
|
+
### Patch Changes
|
17
|
+
|
18
|
+
- Updated dependencies [[`2140a24`](https://github.com/xataio/client-ts/commit/2140a24f32a94f36bab8c8268033c7dcf235dddc), [`d8032f2`](https://github.com/xataio/client-ts/commit/d8032f2e07bdcc653db1606796d27f08d397cdbe)]:
|
19
|
+
- @xata.io/client@0.29.4
|
13
20
|
|
14
21
|
## 0.0.20
|
15
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xata.io/drizzle",
|
3
|
-
"version": "0.0.0-next.
|
3
|
+
"version": "0.0.0-next.v5c5370fc4505984081ce827d2887893ecc3fa636",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -23,11 +23,11 @@
|
|
23
23
|
"url": "https://github.com/xataio/client-ts/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@xata.io/client": "0.0.0-next.
|
26
|
+
"@xata.io/client": "0.0.0-next.v5c5370fc4505984081ce827d2887893ecc3fa636"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@types/pg": "^8.11.
|
30
|
-
"drizzle-orm": "^0.30.
|
29
|
+
"@types/pg": "^8.11.5",
|
30
|
+
"drizzle-orm": "^0.30.8",
|
31
31
|
"pg": "^8.11.5"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|