@xata.io/drizzle 0.0.0-alpha.vd38b9199de271e8bfca7cc37563cb81a1eed6d1b → 0.0.0-alpha.vd48c437cb59589957b4a4488ca70bf049acfb9e0
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 +5 -5
- package/CHANGELOG.md +10 -3
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
|
2
|
-
> @xata.io/drizzle@0.0.
|
2
|
+
> @xata.io/drizzle@0.0.14 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
|
3
3
|
> rimraf dist && rollup -c
|
4
4
|
|
5
5
|
[36m
|
6
6
|
[1msrc/index.ts[22m → [1mdist/index.cjs, dist/index.mjs[22m...[39m
|
7
7
|
[1m[33m(!) Unresolved dependencies[39m[22m
|
8
8
|
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
9
|
-
[1mdrizzle-orm[22m (imported by "src/
|
10
|
-
[1mdrizzle-orm/pg-core[22m (imported by "src/
|
11
|
-
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [
|
9
|
+
[1mdrizzle-orm[22m (imported by "src/driver.ts", "src/session.ts" and "src/utils.ts")
|
10
|
+
[1mdrizzle-orm/pg-core[22m (imported by "src/driver.ts", "src/session.ts" and "src/generate.ts")
|
11
|
+
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [1m367ms[22m[39m
|
12
12
|
[36m
|
13
13
|
[1msrc/index.ts[22m → [1mdist/index.d.ts[22m...[39m
|
14
|
-
[32mcreated [1mdist/index.d.ts[22m in [
|
14
|
+
[32mcreated [1mdist/index.d.ts[22m in [1m7.2s[22m[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,20 @@
|
|
1
1
|
# @xata.io/drizzle
|
2
2
|
|
3
|
-
## 0.0.0-alpha.
|
3
|
+
## 0.0.0-alpha.vd48c437cb59589957b4a4488ca70bf049acfb9e0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a), [`5d8ac12`](https://github.com/xataio/client-ts/commit/5d8ac120d94b5f59b5d6aa2a6661203d32be7384)]:
|
8
|
+
- @xata.io/client@0.0.0-alpha.vd48c437cb59589957b4a4488ca70bf049acfb9e0
|
9
|
+
|
10
|
+
## 0.0.14
|
4
11
|
|
5
12
|
### Patch Changes
|
6
13
|
|
7
14
|
- [#1302](https://github.com/xataio/client-ts/pull/1302) [`181e3e3`](https://github.com/xataio/client-ts/commit/181e3e3c578334351050ccfdc1d4d9134e2a859c) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - fix: drizzle internal columns
|
8
15
|
|
9
|
-
- Updated dependencies [[`
|
10
|
-
- @xata.io/client@0.
|
16
|
+
- Updated dependencies [[`b7f3ec9`](https://github.com/xataio/client-ts/commit/b7f3ec9eabe3642929131e244bd774f4d3134482)]:
|
17
|
+
- @xata.io/client@0.28.3
|
11
18
|
|
12
19
|
## 0.0.13
|
13
20
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xata.io/drizzle",
|
3
|
-
"version": "0.0.0-alpha.
|
3
|
+
"version": "0.0.0-alpha.vd48c437cb59589957b4a4488ca70bf049acfb9e0",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -18,10 +18,10 @@
|
|
18
18
|
"url": "https://github.com/xataio/client-ts/issues"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@xata.io/client": "0.0.0-alpha.
|
21
|
+
"@xata.io/client": "0.0.0-alpha.vd48c437cb59589957b4a4488ca70bf049acfb9e0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"drizzle-orm": "^0.29.
|
24
|
+
"drizzle-orm": "^0.29.3"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
27
|
"drizzle-orm": "^0.28.5"
|