@next-vibe/checker 1.0.50 → 1.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dist/README.md +1 -1
- package/.dist/bin/vibe-runtime.js +15 -4
- package/.dist/bin/vibe-runtime.js.map +5 -5
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/app/api/[locale]/system/builder/definition.ts +7 -1
- package/src/app/api/[locale]/system/help/interactive/definition.ts +6 -1
- package/src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts +1 -1
package/.dist/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Run Oxlint, ESLint, and TypeScript in parallel. Fast caching, auto-fix by defaul
|
|
|
11
11
|
- **Smart caching** - 10x faster on large projects (41s → 4s)
|
|
12
12
|
- **Auto-fix** - Fixes issues by default
|
|
13
13
|
- **100+ rules** - React, TypeScript, a11y, Next.js, Node.js, custom plugins
|
|
14
|
-
- **MCP server** - Integrate with
|
|
14
|
+
- **MCP server** - Integrate with your AI agent via Model Context Protocol
|
|
15
15
|
- **Fast type checking** - tsgo (2-3x faster than tsc)
|
|
16
16
|
|
|
17
17
|
## Performance
|
|
@@ -30383,7 +30383,12 @@ var init_definition = __esm(() => {
|
|
|
30383
30383
|
"app.api.system.help.interactive.post.tags.help"
|
|
30384
30384
|
],
|
|
30385
30385
|
icon: "book",
|
|
30386
|
-
allowedRoles: [
|
|
30386
|
+
allowedRoles: [
|
|
30387
|
+
UserRole.PRODUCTION_OFF,
|
|
30388
|
+
UserRole.AI_TOOL_OFF,
|
|
30389
|
+
UserRole.CLI_AUTH_BYPASS,
|
|
30390
|
+
UserRole.MCP_OFF
|
|
30391
|
+
],
|
|
30387
30392
|
aliases: [INTERACTIVE_MODE_ALIAS, "i"],
|
|
30388
30393
|
fields: objectField({
|
|
30389
30394
|
type: "container" /* CONTAINER */,
|
|
@@ -30576,7 +30581,13 @@ var init_definition2 = __esm(() => {
|
|
|
30576
30581
|
"app.api.system.builder.tags.vite"
|
|
30577
30582
|
],
|
|
30578
30583
|
icon: "package",
|
|
30579
|
-
allowedRoles: [
|
|
30584
|
+
allowedRoles: [
|
|
30585
|
+
UserRole.ADMIN,
|
|
30586
|
+
UserRole.AI_TOOL_OFF,
|
|
30587
|
+
UserRole.WEB_OFF,
|
|
30588
|
+
UserRole.CLI_AUTH_BYPASS,
|
|
30589
|
+
UserRole.MCP_OFF
|
|
30590
|
+
],
|
|
30580
30591
|
aliases: ["builder", "package", "bundle", "build"],
|
|
30581
30592
|
fields: objectField({
|
|
30582
30593
|
type: "container" /* CONTAINER */,
|
|
@@ -58022,7 +58033,7 @@ var init_debug = __esm(() => {
|
|
|
58022
58033
|
});
|
|
58023
58034
|
|
|
58024
58035
|
// src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts
|
|
58025
|
-
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.
|
|
58036
|
+
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.52", DEFAULT_OUTPUT = "pretty", program2, earlyT;
|
|
58026
58037
|
var init_vibe_runtime = __esm(() => {
|
|
58027
58038
|
init_esm();
|
|
58028
58039
|
init_parse_error();
|
|
@@ -58152,4 +58163,4 @@ export {
|
|
|
58152
58163
|
binaryStartTime
|
|
58153
58164
|
};
|
|
58154
58165
|
|
|
58155
|
-
//# debugId=
|
|
58166
|
+
//# debugId=54836E34AD94251664756E2164756E21
|