@react-grab/cli 0.1.31 → 0.1.32
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 +6 -6
- package/dist/cli.js +6 -6
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -587,7 +587,7 @@ const promptMcpInstall = async () => {
|
|
|
587
587
|
};
|
|
588
588
|
//#endregion
|
|
589
589
|
//#region src/commands/add.ts
|
|
590
|
-
const VERSION$5 = "0.1.
|
|
590
|
+
const VERSION$5 = "0.1.32";
|
|
591
591
|
const add = new commander.Command().name("add").alias("install").description("connect React Grab to your agent via MCP").argument("[agent]", "agent to connect (mcp)").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).action(async (agentArg, opts) => {
|
|
592
592
|
console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$5)}`);
|
|
593
593
|
console.log();
|
|
@@ -1217,7 +1217,7 @@ const formatActivationKeyDisplay = (activationKey) => {
|
|
|
1217
1217
|
};
|
|
1218
1218
|
//#endregion
|
|
1219
1219
|
//#region src/commands/configure.ts
|
|
1220
|
-
const VERSION$4 = "0.1.
|
|
1220
|
+
const VERSION$4 = "0.1.32";
|
|
1221
1221
|
const isMac = process.platform === "darwin";
|
|
1222
1222
|
const META_LABEL = isMac ? "Cmd" : "Win";
|
|
1223
1223
|
const ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -1825,7 +1825,7 @@ const installPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
1825
1825
|
};
|
|
1826
1826
|
//#endregion
|
|
1827
1827
|
//#region src/commands/init.ts
|
|
1828
|
-
const VERSION$3 = "0.1.
|
|
1828
|
+
const VERSION$3 = "0.1.32";
|
|
1829
1829
|
const REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1830
1830
|
const DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1831
1831
|
const reportToCli = (type, config, error) => {
|
|
@@ -2203,7 +2203,7 @@ const init = new commander.Command().name("init").alias("setup").description("in
|
|
|
2203
2203
|
});
|
|
2204
2204
|
//#endregion
|
|
2205
2205
|
//#region src/commands/remove.ts
|
|
2206
|
-
const VERSION$2 = "0.1.
|
|
2206
|
+
const VERSION$2 = "0.1.32";
|
|
2207
2207
|
const remove = new commander.Command().name("remove").description("disconnect React Grab from your agent").argument("[agent]", "agent to disconnect (mcp)").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).action(async (agentArg, opts) => {
|
|
2208
2208
|
console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$2)}`);
|
|
2209
2209
|
console.log();
|
|
@@ -2233,7 +2233,7 @@ const remove = new commander.Command().name("remove").description("disconnect Re
|
|
|
2233
2233
|
});
|
|
2234
2234
|
//#endregion
|
|
2235
2235
|
//#region src/commands/upgrade.ts
|
|
2236
|
-
const VERSION$1 = "0.1.
|
|
2236
|
+
const VERSION$1 = "0.1.32";
|
|
2237
2237
|
const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
|
|
2238
2238
|
const fetchLatestVersion = async () => {
|
|
2239
2239
|
try {
|
|
@@ -2304,7 +2304,7 @@ const upgrade = new commander.Command().name("upgrade").alias("update").descript
|
|
|
2304
2304
|
});
|
|
2305
2305
|
//#endregion
|
|
2306
2306
|
//#region src/cli.ts
|
|
2307
|
-
const VERSION = "0.1.
|
|
2307
|
+
const VERSION = "0.1.32";
|
|
2308
2308
|
const VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
2309
2309
|
process.on("SIGINT", () => process.exit(0));
|
|
2310
2310
|
process.on("SIGTERM", () => process.exit(0));
|
package/dist/cli.js
CHANGED
|
@@ -555,7 +555,7 @@ const promptMcpInstall = async () => {
|
|
|
555
555
|
};
|
|
556
556
|
//#endregion
|
|
557
557
|
//#region src/commands/add.ts
|
|
558
|
-
const VERSION$5 = "0.1.
|
|
558
|
+
const VERSION$5 = "0.1.32";
|
|
559
559
|
const add = new Command().name("add").alias("install").description("connect React Grab to your agent via MCP").argument("[agent]", "agent to connect (mcp)").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).action(async (agentArg, opts) => {
|
|
560
560
|
console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$5)}`);
|
|
561
561
|
console.log();
|
|
@@ -1185,7 +1185,7 @@ const formatActivationKeyDisplay = (activationKey) => {
|
|
|
1185
1185
|
};
|
|
1186
1186
|
//#endregion
|
|
1187
1187
|
//#region src/commands/configure.ts
|
|
1188
|
-
const VERSION$4 = "0.1.
|
|
1188
|
+
const VERSION$4 = "0.1.32";
|
|
1189
1189
|
const isMac = process.platform === "darwin";
|
|
1190
1190
|
const META_LABEL = isMac ? "Cmd" : "Win";
|
|
1191
1191
|
const ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -1793,7 +1793,7 @@ const installPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
1793
1793
|
};
|
|
1794
1794
|
//#endregion
|
|
1795
1795
|
//#region src/commands/init.ts
|
|
1796
|
-
const VERSION$3 = "0.1.
|
|
1796
|
+
const VERSION$3 = "0.1.32";
|
|
1797
1797
|
const REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1798
1798
|
const DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1799
1799
|
const reportToCli = (type, config, error) => {
|
|
@@ -2171,7 +2171,7 @@ const init = new Command().name("init").alias("setup").description("initialize R
|
|
|
2171
2171
|
});
|
|
2172
2172
|
//#endregion
|
|
2173
2173
|
//#region src/commands/remove.ts
|
|
2174
|
-
const VERSION$2 = "0.1.
|
|
2174
|
+
const VERSION$2 = "0.1.32";
|
|
2175
2175
|
const remove = new Command().name("remove").description("disconnect React Grab from your agent").argument("[agent]", "agent to disconnect (mcp)").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).action(async (agentArg, opts) => {
|
|
2176
2176
|
console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$2)}`);
|
|
2177
2177
|
console.log();
|
|
@@ -2201,7 +2201,7 @@ const remove = new Command().name("remove").description("disconnect React Grab f
|
|
|
2201
2201
|
});
|
|
2202
2202
|
//#endregion
|
|
2203
2203
|
//#region src/commands/upgrade.ts
|
|
2204
|
-
const VERSION$1 = "0.1.
|
|
2204
|
+
const VERSION$1 = "0.1.32";
|
|
2205
2205
|
const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
|
|
2206
2206
|
const fetchLatestVersion = async () => {
|
|
2207
2207
|
try {
|
|
@@ -2272,7 +2272,7 @@ const upgrade = new Command().name("upgrade").alias("update").description("upgra
|
|
|
2272
2272
|
});
|
|
2273
2273
|
//#endregion
|
|
2274
2274
|
//#region src/cli.ts
|
|
2275
|
-
const VERSION = "0.1.
|
|
2275
|
+
const VERSION = "0.1.32";
|
|
2276
2276
|
const VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
2277
2277
|
process.on("SIGINT", () => process.exit(0));
|
|
2278
2278
|
process.on("SIGTERM", () => process.exit(0));
|