@react-grab/cli 0.0.96 → 0.0.97

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
@@ -1609,7 +1609,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
1609
1609
  };
1610
1610
 
1611
1611
  // src/commands/add.ts
1612
- var VERSION = "0.0.96";
1612
+ var VERSION = "0.0.97";
1613
1613
  var AGENT_NAMES = {
1614
1614
  "claude-code": "Claude Code",
1615
1615
  cursor: "Cursor",
@@ -1954,7 +1954,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
1954
1954
  handleError(error);
1955
1955
  }
1956
1956
  });
1957
- var VERSION2 = "0.0.96";
1957
+ var VERSION2 = "0.0.97";
1958
1958
  var MODIFIER_KEY_NAMES = {
1959
1959
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1960
1960
  ctrlKey: "Ctrl",
@@ -2168,7 +2168,7 @@ var configure = new commander.Command().name("configure").alias("config").descri
2168
2168
  handleError(error);
2169
2169
  }
2170
2170
  });
2171
- var VERSION3 = "0.0.96";
2171
+ var VERSION3 = "0.0.97";
2172
2172
  var REPORT_URL = "https://react-grab.com/api/report-cli";
2173
2173
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
2174
2174
  var reportToCli = async (type, config, error) => {
@@ -3144,7 +3144,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
3144
3144
  await reportToCli("error", void 0, error);
3145
3145
  }
3146
3146
  });
3147
- var VERSION4 = "0.0.96";
3147
+ var VERSION4 = "0.0.97";
3148
3148
  var AGENT_NAMES3 = {
3149
3149
  "claude-code": "Claude Code",
3150
3150
  cursor: "Cursor",
@@ -3331,7 +3331,7 @@ var remove = new commander.Command().name("remove").description("remove an agent
3331
3331
  handleError(error);
3332
3332
  }
3333
3333
  });
3334
- var VERSION5 = "0.0.96";
3334
+ var VERSION5 = "0.0.97";
3335
3335
  var DEFAULT_PROXY_PORT = 2e3;
3336
3336
  var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
3337
3337
  var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
@@ -3561,7 +3561,7 @@ var start = new commander.Command().name("start").alias("proxy").description("st
3561
3561
 
3562
3562
  // src/cli.ts
3563
3563
  process.noDeprecation = true;
3564
- var VERSION6 = "0.0.96";
3564
+ var VERSION6 = "0.0.97";
3565
3565
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
3566
3566
  process.on("SIGINT", () => process.exit(0));
3567
3567
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -1601,7 +1601,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
1601
1601
  };
1602
1602
 
1603
1603
  // src/commands/add.ts
1604
- var VERSION = "0.0.96";
1604
+ var VERSION = "0.0.97";
1605
1605
  var AGENT_NAMES = {
1606
1606
  "claude-code": "Claude Code",
1607
1607
  cursor: "Cursor",
@@ -1946,7 +1946,7 @@ var add = new Command().name("add").description("add an agent integration").argu
1946
1946
  handleError(error);
1947
1947
  }
1948
1948
  });
1949
- var VERSION2 = "0.0.96";
1949
+ var VERSION2 = "0.0.97";
1950
1950
  var MODIFIER_KEY_NAMES = {
1951
1951
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1952
1952
  ctrlKey: "Ctrl",
@@ -2160,7 +2160,7 @@ var configure = new Command().name("configure").alias("config").description("con
2160
2160
  handleError(error);
2161
2161
  }
2162
2162
  });
2163
- var VERSION3 = "0.0.96";
2163
+ var VERSION3 = "0.0.97";
2164
2164
  var REPORT_URL = "https://react-grab.com/api/report-cli";
2165
2165
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
2166
2166
  var reportToCli = async (type, config, error) => {
@@ -3136,7 +3136,7 @@ var init = new Command().name("init").description("initialize React Grab in your
3136
3136
  await reportToCli("error", void 0, error);
3137
3137
  }
3138
3138
  });
3139
- var VERSION4 = "0.0.96";
3139
+ var VERSION4 = "0.0.97";
3140
3140
  var AGENT_NAMES3 = {
3141
3141
  "claude-code": "Claude Code",
3142
3142
  cursor: "Cursor",
@@ -3323,7 +3323,7 @@ var remove = new Command().name("remove").description("remove an agent integrati
3323
3323
  handleError(error);
3324
3324
  }
3325
3325
  });
3326
- var VERSION5 = "0.0.96";
3326
+ var VERSION5 = "0.0.97";
3327
3327
  var DEFAULT_PROXY_PORT = 2e3;
3328
3328
  var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
3329
3329
  var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
@@ -3553,7 +3553,7 @@ var start = new Command().name("start").alias("proxy").description("start a prox
3553
3553
 
3554
3554
  // src/cli.ts
3555
3555
  process.noDeprecation = true;
3556
- var VERSION6 = "0.0.96";
3556
+ var VERSION6 = "0.0.97";
3557
3557
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
3558
3558
  process.on("SIGINT", () => process.exit(0));
3559
3559
  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.0.96",
3
+ "version": "0.0.97",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab": "./dist/cli.js"