Skip to content

Commit b42bc00

Browse files
committed
[Connection pooler] Add new flag to CLI and new endpoint type to the UI (#2244)
Synced from monorepo@c4edf9f32553f4cfb5d439568d07e9a0b2676c4c
1 parent f523a97 commit b42bc00

4 files changed

Lines changed: 200 additions & 192 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6f9bee50a6da857a778ee5bf97ad9f88cf0347f6
1+
c4edf9f32553f4cfb5d439568d07e9a0b2676c4c

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xata-cli",
33
"description": "Xata CLI",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -41,10 +41,10 @@
4141
"@xata.io/config": "0.0.0",
4242
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
44-
"@xata.io/sql": "0.1.3",
44+
"@xata.io/pgstream": "0.2.0",
4545
"@xata.io/utils": "0.1.0",
46-
"@xata.io/tsconfig": "0.0.1",
47-
"@xata.io/pgstream": "0.2.0"
46+
"@xata.io/sql": "0.1.3",
47+
"@xata.io/tsconfig": "0.0.1"
4848
},
4949
"scripts": {
5050
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)