@react-grab/cli 0.1.24 → 0.1.25
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/cli.cjs +5 -5
- package/dist/cli.js +5 -5
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -2230,7 +2230,7 @@ var previewCdnTransform = (projectRoot, framework, nextRouterType, targetCdnDoma
|
|
|
2230
2230
|
};
|
|
2231
2231
|
|
|
2232
2232
|
// src/commands/add.ts
|
|
2233
|
-
var VERSION = "0.1.
|
|
2233
|
+
var VERSION = "0.1.25";
|
|
2234
2234
|
var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
|
|
2235
2235
|
var add = new commander.Command().name("add").alias("install").description("connect React Grab to your agent").argument("[agent]", `agent to connect (${AGENTS.join(", ")}, mcp)`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
2236
2236
|
"-c, --cwd <cwd>",
|
|
@@ -2591,7 +2591,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
|
|
|
2591
2591
|
var MAX_CONTEXT_LINES = 50;
|
|
2592
2592
|
|
|
2593
2593
|
// src/commands/configure.ts
|
|
2594
|
-
var VERSION2 = "0.1.
|
|
2594
|
+
var VERSION2 = "0.1.25";
|
|
2595
2595
|
var isMac = process.platform === "darwin";
|
|
2596
2596
|
var META_LABEL = isMac ? "Cmd" : "Win";
|
|
2597
2597
|
var ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -3147,7 +3147,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
3147
3147
|
};
|
|
3148
3148
|
|
|
3149
3149
|
// src/commands/init.ts
|
|
3150
|
-
var VERSION3 = "0.1.
|
|
3150
|
+
var VERSION3 = "0.1.25";
|
|
3151
3151
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
3152
3152
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
3153
3153
|
var reportToCli = (type, config, error) => {
|
|
@@ -4006,7 +4006,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
|
|
|
4006
4006
|
reportToCli("error", void 0, error);
|
|
4007
4007
|
}
|
|
4008
4008
|
});
|
|
4009
|
-
var VERSION4 = "0.1.
|
|
4009
|
+
var VERSION4 = "0.1.25";
|
|
4010
4010
|
var remove = new commander.Command().name("remove").description("disconnect React Grab from your agent").argument("[agent]", `agent to disconnect (${AGENTS.join(", ")}, mcp)`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
4011
4011
|
"-c, --cwd <cwd>",
|
|
4012
4012
|
"working directory (defaults to current directory)",
|
|
@@ -4182,7 +4182,7 @@ var remove = new commander.Command().name("remove").description("disconnect Reac
|
|
|
4182
4182
|
});
|
|
4183
4183
|
|
|
4184
4184
|
// src/cli.ts
|
|
4185
|
-
var VERSION5 = "0.1.
|
|
4185
|
+
var VERSION5 = "0.1.25";
|
|
4186
4186
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
4187
4187
|
process.on("SIGINT", () => process.exit(0));
|
|
4188
4188
|
process.on("SIGTERM", () => process.exit(0));
|
package/dist/cli.js
CHANGED
|
@@ -2197,7 +2197,7 @@ var previewCdnTransform = (projectRoot, framework, nextRouterType, targetCdnDoma
|
|
|
2197
2197
|
};
|
|
2198
2198
|
|
|
2199
2199
|
// src/commands/add.ts
|
|
2200
|
-
var VERSION = "0.1.
|
|
2200
|
+
var VERSION = "0.1.25";
|
|
2201
2201
|
var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
|
|
2202
2202
|
var add = new Command().name("add").alias("install").description("connect React Grab to your agent").argument("[agent]", `agent to connect (${AGENTS.join(", ")}, mcp)`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
2203
2203
|
"-c, --cwd <cwd>",
|
|
@@ -2558,7 +2558,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
|
|
|
2558
2558
|
var MAX_CONTEXT_LINES = 50;
|
|
2559
2559
|
|
|
2560
2560
|
// src/commands/configure.ts
|
|
2561
|
-
var VERSION2 = "0.1.
|
|
2561
|
+
var VERSION2 = "0.1.25";
|
|
2562
2562
|
var isMac = process.platform === "darwin";
|
|
2563
2563
|
var META_LABEL = isMac ? "Cmd" : "Win";
|
|
2564
2564
|
var ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -3114,7 +3114,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
3114
3114
|
};
|
|
3115
3115
|
|
|
3116
3116
|
// src/commands/init.ts
|
|
3117
|
-
var VERSION3 = "0.1.
|
|
3117
|
+
var VERSION3 = "0.1.25";
|
|
3118
3118
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
3119
3119
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
3120
3120
|
var reportToCli = (type, config, error) => {
|
|
@@ -3973,7 +3973,7 @@ var init = new Command().name("init").description("initialize React Grab in your
|
|
|
3973
3973
|
reportToCli("error", void 0, error);
|
|
3974
3974
|
}
|
|
3975
3975
|
});
|
|
3976
|
-
var VERSION4 = "0.1.
|
|
3976
|
+
var VERSION4 = "0.1.25";
|
|
3977
3977
|
var remove = new Command().name("remove").description("disconnect React Grab from your agent").argument("[agent]", `agent to disconnect (${AGENTS.join(", ")}, mcp)`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
3978
3978
|
"-c, --cwd <cwd>",
|
|
3979
3979
|
"working directory (defaults to current directory)",
|
|
@@ -4149,7 +4149,7 @@ var remove = new Command().name("remove").description("disconnect React Grab fro
|
|
|
4149
4149
|
});
|
|
4150
4150
|
|
|
4151
4151
|
// src/cli.ts
|
|
4152
|
-
var VERSION5 = "0.1.
|
|
4152
|
+
var VERSION5 = "0.1.25";
|
|
4153
4153
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
4154
4154
|
process.on("SIGINT", () => process.exit(0));
|
|
4155
4155
|
process.on("SIGTERM", () => process.exit(0));
|