|
1 | 1 | { |
2 | 2 | "name": "xata-cli", |
3 | 3 | "description": "Xata CLI", |
4 | | - "version": "1.4.13", |
| 4 | + "version": "1.4.16", |
5 | 5 | "private": true, |
6 | 6 | "module": "src/app.ts", |
7 | 7 | "type": "module", |
8 | 8 | "devDependencies": { |
9 | 9 | "@aws-sdk/client-s3": "3.1084.0", |
10 | 10 | "@types/bun": "1.3.14", |
11 | 11 | "@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" |
13 | 14 | }, |
14 | 15 | "peerDependencies": { |
15 | 16 | "typescript": "6.0.x" |
|
36 | 37 | "yaml": "2.9.0", |
37 | 38 | "zod": "4.4.3", |
38 | 39 | "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" |
49 | 49 | }, |
50 | 50 | "scripts": { |
51 | 51 | "dev": "bun src/bin/cli.ts", |
|
0 commit comments