@xata.io/drizzle 0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1 → 0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03
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 +2 -2
- package/CHANGELOG.md +18 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @xata.io/drizzle@0.0.
|
2
|
+
> @xata.io/drizzle@0.0.16 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/driver.ts", "src/session.ts" and "src/utils.ts")
|
10
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 [
|
11
|
+
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [1m517ms[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 [1m6.6s[22m[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,27 @@
|
|
1
1
|
# @xata.io/drizzle
|
2
2
|
|
3
|
-
## 0.0.0-alpha.
|
3
|
+
## 0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
- [
|
7
|
+
- Updated dependencies [[`212b53d`](https://github.com/xataio/client-ts/commit/212b53d07498def0d2ed8942691eff982e448969), [`9fd8c42`](https://github.com/xataio/client-ts/commit/9fd8c428d71b476f1951123c6cba5e803b983e54)]:
|
8
|
+
- @xata.io/client@0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03
|
8
9
|
|
9
|
-
|
10
|
-
|
10
|
+
## 0.0.16
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- [#1329](https://github.com/xataio/client-ts/pull/1329) [`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Remove object column type
|
15
|
+
|
16
|
+
- Updated dependencies [[`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8), [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72), [`27773df`](https://github.com/xataio/client-ts/commit/27773df5addf0013d1a7238ac490904e7aad2334)]:
|
17
|
+
- @xata.io/client@0.29.0
|
18
|
+
|
19
|
+
## 0.0.15
|
20
|
+
|
21
|
+
### Patch Changes
|
22
|
+
|
23
|
+
- Updated dependencies [[`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a), [`6031a9d`](https://github.com/xataio/client-ts/commit/6031a9de63c264b7db5b031bb1795258c2bf8150)]:
|
24
|
+
- @xata.io/client@0.28.4
|
11
25
|
|
12
26
|
## 0.0.14
|
13
27
|
|
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.vf864fe862f895317faad5b0041a40e871fe5ad03",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -18,7 +18,7 @@
|
|
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.vf864fe862f895317faad5b0041a40e871fe5ad03"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"drizzle-orm": "^0.29.3"
|