@react-grab/cli 0.0.89 → 0.0.91

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
@@ -1347,7 +1347,7 @@ var applyOptionsTransform = (result) => {
1347
1347
  };
1348
1348
 
1349
1349
  // src/commands/add.ts
1350
- var VERSION = "0.0.89";
1350
+ var VERSION = "0.0.91";
1351
1351
  var AGENT_NAMES = {
1352
1352
  "claude-code": "Claude Code",
1353
1353
  cursor: "Cursor",
@@ -1566,7 +1566,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
1566
1566
  handleError(error);
1567
1567
  }
1568
1568
  });
1569
- var VERSION2 = "0.0.89";
1569
+ var VERSION2 = "0.0.91";
1570
1570
  var MODIFIER_KEY_NAMES = {
1571
1571
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1572
1572
  ctrlKey: "Ctrl",
@@ -1780,7 +1780,7 @@ var configure = new commander.Command().name("configure").alias("config").descri
1780
1780
  handleError(error);
1781
1781
  }
1782
1782
  });
1783
- var VERSION3 = "0.0.89";
1783
+ var VERSION3 = "0.0.91";
1784
1784
  var REPORT_URL = "https://react-grab.com/api/report-cli";
1785
1785
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
1786
1786
  var reportToCli = async (type, config, error) => {
@@ -2093,7 +2093,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
2093
2093
  await reportToCli("error", void 0, error);
2094
2094
  }
2095
2095
  });
2096
- var VERSION4 = "0.0.89";
2096
+ var VERSION4 = "0.0.91";
2097
2097
  var DEFAULT_PROXY_PORT = 2e3;
2098
2098
  var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
2099
2099
  var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
@@ -2323,7 +2323,7 @@ var start = new commander.Command().name("start").alias("proxy").description("st
2323
2323
 
2324
2324
  // src/cli.ts
2325
2325
  process.noDeprecation = true;
2326
- var VERSION5 = "0.0.89";
2326
+ var VERSION5 = "0.0.91";
2327
2327
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
2328
2328
  process.on("SIGINT", () => process.exit(0));
2329
2329
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -1339,7 +1339,7 @@ var applyOptionsTransform = (result) => {
1339
1339
  };
1340
1340
 
1341
1341
  // src/commands/add.ts
1342
- var VERSION = "0.0.89";
1342
+ var VERSION = "0.0.91";
1343
1343
  var AGENT_NAMES = {
1344
1344
  "claude-code": "Claude Code",
1345
1345
  cursor: "Cursor",
@@ -1558,7 +1558,7 @@ var add = new Command().name("add").description("add an agent integration").argu
1558
1558
  handleError(error);
1559
1559
  }
1560
1560
  });
1561
- var VERSION2 = "0.0.89";
1561
+ var VERSION2 = "0.0.91";
1562
1562
  var MODIFIER_KEY_NAMES = {
1563
1563
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1564
1564
  ctrlKey: "Ctrl",
@@ -1772,7 +1772,7 @@ var configure = new Command().name("configure").alias("config").description("con
1772
1772
  handleError(error);
1773
1773
  }
1774
1774
  });
1775
- var VERSION3 = "0.0.89";
1775
+ var VERSION3 = "0.0.91";
1776
1776
  var REPORT_URL = "https://react-grab.com/api/report-cli";
1777
1777
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
1778
1778
  var reportToCli = async (type, config, error) => {
@@ -2085,7 +2085,7 @@ var init = new Command().name("init").description("initialize React Grab in your
2085
2085
  await reportToCli("error", void 0, error);
2086
2086
  }
2087
2087
  });
2088
- var VERSION4 = "0.0.89";
2088
+ var VERSION4 = "0.0.91";
2089
2089
  var DEFAULT_PROXY_PORT = 2e3;
2090
2090
  var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
2091
2091
  var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
@@ -2315,7 +2315,7 @@ var start = new Command().name("start").alias("proxy").description("start a prox
2315
2315
 
2316
2316
  // src/cli.ts
2317
2317
  process.noDeprecation = true;
2318
- var VERSION5 = "0.0.89";
2318
+ var VERSION5 = "0.0.91";
2319
2319
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
2320
2320
  process.on("SIGINT", () => process.exit(0));
2321
2321
  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.89",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab": "./dist/cli.js"