@xata.io/drizzle 0.0.0-alpha.vff2d7f480a03db57ebac6ee37bc7f1e4cb527347 → 0.0.0-next.v00a8db0907874a98615e1ea749c1237e6bbbac42
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 +9 -9
- package/CHANGELOG.md +5 -10
- package/package.json +2 -2
- package/test/drizzle.test.ts +1 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
|
2
|
-
> @xata.io/drizzle@0.0.
|
2
|
+
> @xata.io/drizzle@0.0.22 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/http/
|
10
|
-
[1mdrizzle-orm/pg-core[22m (imported by "src/http/
|
11
|
-
[32mcreated [1mdist/index.cjs, dist/index.mjs[22m in [
|
9
|
+
[1mdrizzle-orm[22m (imported by "src/http/driver.ts", "src/http/session.ts" and "src/shared/utils.ts")
|
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 [1m217ms[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 [1m5.8s[22m[39m
|
15
15
|
[36m
|
16
16
|
[1msrc/pg/index.ts[22m → [1mdist/pg.cjs, dist/pg.mjs[22m...[39m
|
17
17
|
[1m[33m(!) Unresolved dependencies[39m[22m
|
18
18
|
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
19
|
-
[1mdrizzle-orm[22m (imported by "src/pg/
|
20
|
-
[1mdrizzle-orm/pg-core[22m (imported by "src/pg/
|
19
|
+
[1mdrizzle-orm[22m (imported by "src/pg/session.ts", "src/pg/driver.ts" and "src/shared/utils.ts")
|
20
|
+
[1mdrizzle-orm/pg-core[22m (imported by "src/pg/session.ts" and "src/pg/driver.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 [1m36ms[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.5s[22m[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,20 +1,15 @@
|
|
1
1
|
# @xata.io/drizzle
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-next.v00a8db0907874a98615e1ea749c1237e6bbbac42
|
4
4
|
|
5
|
-
###
|
6
|
-
|
7
|
-
- Force canary build
|
8
|
-
|
9
|
-
- Updated dependencies []:
|
10
|
-
- @xata.io/client@0.0.0-alpha.vff2d7f480a03db57ebac6ee37bc7f1e4cb527347
|
5
|
+
### Major Changes
|
11
6
|
|
12
|
-
|
7
|
+
- [#1533](https://github.com/xataio/client-ts/pull/1533) [`9d6fe62`](https://github.com/xataio/client-ts/commit/9d6fe626700d7112517bb72c9c51541976eb086f) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
|
13
8
|
|
14
9
|
### Patch Changes
|
15
10
|
|
16
|
-
- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
|
17
|
-
- @xata.io/client@0.
|
11
|
+
- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652), [`9d6fe62`](https://github.com/xataio/client-ts/commit/9d6fe626700d7112517bb72c9c51541976eb086f)]:
|
12
|
+
- @xata.io/client@0.0.0-next.v00a8db0907874a98615e1ea749c1237e6bbbac42
|
18
13
|
|
19
14
|
## 0.0.22
|
20
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xata.io/drizzle",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-next.v00a8db0907874a98615e1ea749c1237e6bbbac42",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.cjs",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"url": "https://github.com/xataio/client-ts/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@xata.io/client": "0.0.0-
|
26
|
+
"@xata.io/client": "0.0.0-next.v00a8db0907874a98615e1ea749c1237e6bbbac42"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@types/pg": "^8.11.6",
|
package/test/drizzle.test.ts
CHANGED
@@ -80,8 +80,7 @@ describe.concurrent.each([{ type: 'pg' }, { type: 'http' }])('Drizzle $type', ({
|
|
80
80
|
beforeAll(async () => {
|
81
81
|
await api.databases.createDatabase({
|
82
82
|
pathParams: { workspaceId: workspace, dbName: database },
|
83
|
-
body: { region, branchName: 'main' }
|
84
|
-
headers: { 'X-Features': 'feat-pgroll-migrations=1' }
|
83
|
+
body: { region, branchName: 'main', postgresEnabled: true }
|
85
84
|
});
|
86
85
|
|
87
86
|
await waitForReplication();
|