|
6 | 6 | "module": "src/app.ts", |
7 | 7 | "type": "module", |
8 | 8 | "devDependencies": { |
9 | | - "@aws-sdk/client-s3": "3.1024.0", |
10 | | - "@types/bun": "1.3.11", |
| 9 | + "@aws-sdk/client-s3": "3.1029.0", |
| 10 | + "@types/bun": "1.3.12", |
11 | 11 | "@types/treeify": "1.0.3" |
12 | 12 | }, |
13 | 13 | "peerDependencies": { |
14 | 14 | "typescript": "5.9.x" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@dotenvx/dotenvx": "1.60.0", |
| 17 | + "@dotenvx/dotenvx": "1.61.0", |
18 | 18 | "@stricli/auto-complete": "1.2.6", |
19 | 19 | "@stricli/core": "1.2.6", |
20 | 20 | "chalk": "5.6.2", |
21 | 21 | "chrono-node": "2.9.0", |
22 | 22 | "cli-table3": "0.6.5", |
23 | 23 | "dedent": "1.7.2", |
24 | 24 | "enquirer": "2.4.1", |
25 | | - "@vercel/detect-agent": "1.2.1", |
| 25 | + "@vercel/detect-agent": "1.2.2", |
26 | 26 | "ci-info": "4.4.0", |
27 | 27 | "is-reachable": "6.1.0", |
28 | 28 | "jose": "6.2.2", |
|
35 | 35 | "yaml": "2.8.3", |
36 | 36 | "zod": "4.3.6", |
37 | 37 | "zod-config": "1.4.0", |
38 | | - "@xata.io/ai": "0.1.0", |
39 | | - "@xata.io/api": "0.1.0", |
40 | 38 | "@xata.io/config": "0.0.0", |
41 | 39 | "@xata.io/lang": "0.0.1", |
42 | 40 | "@xata.io/pgroll": "0.9.0", |
| 41 | + "@xata.io/pgstream": "0.2.0", |
| 42 | + "@xata.io/sql": "0.1.3", |
43 | 43 | "@xata.io/tsconfig": "0.0.1", |
44 | 44 | "@xata.io/utils": "0.1.0", |
45 | | - "@xata.io/pgstream": "0.2.0", |
46 | | - "@xata.io/sql": "0.1.3" |
| 45 | + "@xata.io/ai": "0.1.0", |
| 46 | + "@xata.io/api": "0.1.0" |
47 | 47 | }, |
48 | 48 | "scripts": { |
49 | 49 | "dev": "bun src/bin/cli.ts", |
|
0 commit comments