Skip to content

Commit be4c622

Browse files
committed
[CLI]: Fix project describe scale-to-zero assertion (#2780)
Synced from monorepo@488049d81a1059cded8350a299f642fbccafb178
1 parent f5b057e commit be4c622

4 files changed

Lines changed: 157 additions & 375 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e0ecfe45e1415a98c47b2a52a7c446d848e8ce2a
1+
488049d81a1059cded8350a299f642fbccafb178

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "xata-cli",
33
"description": "Xata CLI",
4-
"version": "1.4.13",
4+
"version": "1.4.16",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
88
"devDependencies": {
99
"@aws-sdk/client-s3": "3.1084.0",
1010
"@types/bun": "1.3.14",
1111
"@types/node": "26.1.1",
12-
"@types/treeify": "1.0.3"
12+
"@types/treeify": "1.0.3",
13+
"@xata.io/test-utils": "0.0.3"
1314
},
1415
"peerDependencies": {
1516
"typescript": "6.0.x"
@@ -36,16 +37,15 @@
3637
"yaml": "2.9.0",
3738
"zod": "4.4.3",
3839
"zod-config": "1.4.0",
39-
"@xata.io/ai": "0.1.0",
40-
"@xata.io/api": "0.1.1",
41-
"@xata.io/config": "0.0.1",
42-
"@xata.io/lang": "0.0.1",
43-
"@xata.io/pgroll": "0.9.0",
44-
"@xata.io/pgstream": "0.2.0",
45-
"@xata.io/sql": "0.1.4",
46-
"@xata.io/test-utils": "0.0.1",
47-
"@xata.io/tsconfig": "0.0.1",
48-
"@xata.io/utils": "0.1.0"
40+
"@xata.io/ai": "0.1.1",
41+
"@xata.io/api": "0.1.2",
42+
"@xata.io/config": "0.0.2",
43+
"@xata.io/lang": "0.0.2",
44+
"@xata.io/pgroll": "0.9.1",
45+
"@xata.io/pgstream": "0.2.1",
46+
"@xata.io/sql": "0.1.5",
47+
"@xata.io/tsconfig": "0.0.2",
48+
"@xata.io/utils": "0.1.1"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)