@react-grab/cli 0.1.18 → 0.1.20

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 CHANGED
@@ -2228,7 +2228,7 @@ var previewCdnTransform = (projectRoot, framework, nextRouterType, targetCdnDoma
2228
2228
  };
2229
2229
 
2230
2230
  // src/commands/add.ts
2231
- var VERSION = "0.1.18";
2231
+ var VERSION = "0.1.20";
2232
2232
  var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
2233
2233
  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(
2234
2234
  "-c, --cwd <cwd>",
@@ -2589,7 +2589,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
2589
2589
  var MAX_CONTEXT_LINES = 50;
2590
2590
 
2591
2591
  // src/commands/configure.ts
2592
- var VERSION2 = "0.1.18";
2592
+ var VERSION2 = "0.1.20";
2593
2593
  var isMac = process.platform === "darwin";
2594
2594
  var META_LABEL = isMac ? "Cmd" : "Win";
2595
2595
  var ALT_LABEL = isMac ? "Option" : "Alt";
@@ -3145,7 +3145,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
3145
3145
  };
3146
3146
 
3147
3147
  // src/commands/init.ts
3148
- var VERSION3 = "0.1.18";
3148
+ var VERSION3 = "0.1.20";
3149
3149
  var REPORT_URL = "https://react-grab.com/api/report-cli";
3150
3150
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
3151
3151
  var reportToCli = (type, config, error) => {
@@ -4003,7 +4003,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
4003
4003
  reportToCli("error", void 0, error);
4004
4004
  }
4005
4005
  });
4006
- var VERSION4 = "0.1.18";
4006
+ var VERSION4 = "0.1.20";
4007
4007
  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(
4008
4008
  "-c, --cwd <cwd>",
4009
4009
  "working directory (defaults to current directory)",
@@ -4179,7 +4179,7 @@ var remove = new commander.Command().name("remove").description("disconnect Reac
4179
4179
  });
4180
4180
 
4181
4181
  // src/cli.ts
4182
- var VERSION5 = "0.1.18";
4182
+ var VERSION5 = "0.1.20";
4183
4183
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
4184
4184
  process.on("SIGINT", () => process.exit(0));
4185
4185
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -2195,7 +2195,7 @@ var previewCdnTransform = (projectRoot, framework, nextRouterType, targetCdnDoma
2195
2195
  };
2196
2196
 
2197
2197
  // src/commands/add.ts
2198
- var VERSION = "0.1.18";
2198
+ var VERSION = "0.1.20";
2199
2199
  var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
2200
2200
  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(
2201
2201
  "-c, --cwd <cwd>",
@@ -2556,7 +2556,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
2556
2556
  var MAX_CONTEXT_LINES = 50;
2557
2557
 
2558
2558
  // src/commands/configure.ts
2559
- var VERSION2 = "0.1.18";
2559
+ var VERSION2 = "0.1.20";
2560
2560
  var isMac = process.platform === "darwin";
2561
2561
  var META_LABEL = isMac ? "Cmd" : "Win";
2562
2562
  var ALT_LABEL = isMac ? "Option" : "Alt";
@@ -3112,7 +3112,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
3112
3112
  };
3113
3113
 
3114
3114
  // src/commands/init.ts
3115
- var VERSION3 = "0.1.18";
3115
+ var VERSION3 = "0.1.20";
3116
3116
  var REPORT_URL = "https://react-grab.com/api/report-cli";
3117
3117
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
3118
3118
  var reportToCli = (type, config, error) => {
@@ -3970,7 +3970,7 @@ var init = new Command().name("init").description("initialize React Grab in your
3970
3970
  reportToCli("error", void 0, error);
3971
3971
  }
3972
3972
  });
3973
- var VERSION4 = "0.1.18";
3973
+ var VERSION4 = "0.1.20";
3974
3974
  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(
3975
3975
  "-c, --cwd <cwd>",
3976
3976
  "working directory (defaults to current directory)",
@@ -4146,7 +4146,7 @@ var remove = new Command().name("remove").description("disconnect React Grab fro
4146
4146
  });
4147
4147
 
4148
4148
  // src/cli.ts
4149
- var VERSION5 = "0.1.18";
4149
+ var VERSION5 = "0.1.20";
4150
4150
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
4151
4151
  process.on("SIGINT", () => process.exit(0));
4152
4152
  process.on("SIGTERM", () => process.exit(0));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-grab/cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "bin": {
5
5
  "react-grab": "./dist/cli.js"
6
6
  },