Skip to content

Commit 9ba3a0d

Browse files
committed
introduce advanced manual builder mode
1 parent 4d5cd96 commit 9ba3a0d

File tree

22 files changed

+566
-249
lines changed

22 files changed

+566
-249
lines changed

bun.lock

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reliverse/cli",
33
"author": "reliverse",
4-
"version": "1.5.9",
4+
"version": "1.5.10",
55
"type": "module",
66
"license": "MIT",
77
"keywords": ["cli"],
@@ -28,7 +28,7 @@
2828
"@reliverse/runtime": "^1.0.2",
2929
"@sinclair/typebox": "^0.34.28",
3030
"@vercel/sdk": "^1.3.1",
31-
"ai": "^4.1.53",
31+
"ai": "^4.1.54",
3232
"async-listen": "^3.1.0",
3333
"better-sqlite3": "^11.8.1",
3434
"bun-types": "^1.2.4",
@@ -47,7 +47,7 @@
4747
"magic-string": "^0.30.17",
4848
"magicast": "^0.3.5",
4949
"mri": "^1.2.0",
50-
"nanoid": "^5.1.2",
50+
"nanoid": "^5.1.3",
5151
"nypm": "^0.6.0",
5252
"octokit": "^4.1.2",
5353
"ofetch": "^1.4.1",
@@ -70,7 +70,7 @@
7070
"@biomejs/biome": "^1.9.4",
7171
"@eslint/js": "^9.21.0",
7272
"@eslint/json": "^0.10.0",
73-
"@eslint/markdown": "^6.2.2",
73+
"@eslint/markdown": "^6.3.0",
7474
"@planetscale/database": "^1.19.0",
7575
"@prisma/client": "^6.4.1",
7676
"@stylistic/eslint-plugin": "^4.2.0",
@@ -87,12 +87,12 @@
8787
"eslint-plugin-no-relative-import-paths": "^1.6.1",
8888
"eslint-plugin-perfectionist": "^4.9.0",
8989
"knip": "^5.45.0",
90-
"mysql2": "^3.12.0",
90+
"mysql2": "^3.13.0",
9191
"postgres": "^3.4.5",
9292
"react": "^19.0.0",
9393
"typescript": "^5.8.2",
9494
"typescript-eslint": "^8.26.0",
9595
"unbuild": "^3.5.0",
96-
"vitest": "^3.0.7"
96+
"vitest": "^3.0.8"
9797
}
9898
}

reliverse.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"projectName": "@reliverse/cli",
99
"projectAuthor": "reliverse",
1010
"projectDescription": "This CLI tool can help you easily create new web projects, manage existing projects, and automatically make advanced codebase modifications, with more features coming soon.",
11-
"version": "1.5.9",
11+
"version": "1.5.10",
1212
"projectLicense": "MIT",
1313
"projectState": "creating",
1414
"projectRepository": "https://github.com/reliverse/cli",

0 commit comments

Comments
 (0)