@react-grab/cli 0.0.87 → 0.0.88

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
@@ -1327,7 +1327,7 @@ var applyOptionsTransform = (result) => {
1327
1327
  };
1328
1328
 
1329
1329
  // src/commands/add.ts
1330
- var VERSION = "0.0.87";
1330
+ var VERSION = "0.0.88";
1331
1331
  var AGENT_NAMES = {
1332
1332
  "claude-code": "Claude Code",
1333
1333
  cursor: "Cursor",
@@ -1542,7 +1542,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
1542
1542
  handleError(error);
1543
1543
  }
1544
1544
  });
1545
- var VERSION2 = "0.0.87";
1545
+ var VERSION2 = "0.0.88";
1546
1546
  var MODIFIER_KEY_NAMES = {
1547
1547
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1548
1548
  ctrlKey: "Ctrl",
@@ -1750,7 +1750,7 @@ var configure = new commander.Command().name("configure").alias("config").descri
1750
1750
  handleError(error);
1751
1751
  }
1752
1752
  });
1753
- var VERSION3 = "0.0.87";
1753
+ var VERSION3 = "0.0.88";
1754
1754
  var REPORT_URL = "https://react-grab.com/api/report-cli";
1755
1755
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
1756
1756
  var reportToCli = async (type, config, error) => {
@@ -2059,10 +2059,10 @@ var init = new commander.Command().name("init").description("initialize React Gr
2059
2059
  await reportToCli("error", void 0, error);
2060
2060
  }
2061
2061
  });
2062
- var VERSION4 = "0.0.87";
2062
+ var VERSION4 = "0.0.88";
2063
2063
  var DEFAULT_PROXY_PORT = 2e3;
2064
- var REACT_GRAB_SCRIPT = '<script src="//unpkg.com/react-grab/dist/index.global.js"></script>';
2065
- var buildProviderScript = (provider) => `<script src="//unpkg.com/${provider}/dist/client.global.js"></script>`;
2064
+ var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
2065
+ var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
2066
2066
  var findAvailablePort = async (startingPort, hostname) => {
2067
2067
  return new Promise((resolve) => {
2068
2068
  const server = http.createServer();
@@ -2284,7 +2284,8 @@ var start = new commander.Command().name("start").alias("proxy").description("st
2284
2284
  });
2285
2285
 
2286
2286
  // src/cli.ts
2287
- var VERSION5 = "0.0.87";
2287
+ process.noDeprecation = true;
2288
+ var VERSION5 = "0.0.88";
2288
2289
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
2289
2290
  process.on("SIGINT", () => process.exit(0));
2290
2291
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -1319,7 +1319,7 @@ var applyOptionsTransform = (result) => {
1319
1319
  };
1320
1320
 
1321
1321
  // src/commands/add.ts
1322
- var VERSION = "0.0.87";
1322
+ var VERSION = "0.0.88";
1323
1323
  var AGENT_NAMES = {
1324
1324
  "claude-code": "Claude Code",
1325
1325
  cursor: "Cursor",
@@ -1534,7 +1534,7 @@ var add = new Command().name("add").description("add an agent integration").argu
1534
1534
  handleError(error);
1535
1535
  }
1536
1536
  });
1537
- var VERSION2 = "0.0.87";
1537
+ var VERSION2 = "0.0.88";
1538
1538
  var MODIFIER_KEY_NAMES = {
1539
1539
  metaKey: process.platform === "darwin" ? "\u2318 Command" : "\u229E Windows",
1540
1540
  ctrlKey: "Ctrl",
@@ -1742,7 +1742,7 @@ var configure = new Command().name("configure").alias("config").description("con
1742
1742
  handleError(error);
1743
1743
  }
1744
1744
  });
1745
- var VERSION3 = "0.0.87";
1745
+ var VERSION3 = "0.0.88";
1746
1746
  var REPORT_URL = "https://react-grab.com/api/report-cli";
1747
1747
  var DOCS_URL = "https://github.com/aidenybai/react-grab";
1748
1748
  var reportToCli = async (type, config, error) => {
@@ -2051,10 +2051,10 @@ var init = new Command().name("init").description("initialize React Grab in your
2051
2051
  await reportToCli("error", void 0, error);
2052
2052
  }
2053
2053
  });
2054
- var VERSION4 = "0.0.87";
2054
+ var VERSION4 = "0.0.88";
2055
2055
  var DEFAULT_PROXY_PORT = 2e3;
2056
- var REACT_GRAB_SCRIPT = '<script src="//unpkg.com/react-grab/dist/index.global.js"></script>';
2057
- var buildProviderScript = (provider) => `<script src="//unpkg.com/${provider}/dist/client.global.js"></script>`;
2056
+ var REACT_GRAB_SCRIPT = '<script src="https://unpkg.com/react-grab/dist/index.global.js"></script>';
2057
+ var buildProviderScript = (provider) => `<script src="https://unpkg.com/${provider}/dist/client.global.js"></script>`;
2058
2058
  var findAvailablePort = async (startingPort, hostname) => {
2059
2059
  return new Promise((resolve) => {
2060
2060
  const server = createServer();
@@ -2276,7 +2276,8 @@ var start = new Command().name("start").alias("proxy").description("start a prox
2276
2276
  });
2277
2277
 
2278
2278
  // src/cli.ts
2279
- var VERSION5 = "0.0.87";
2279
+ process.noDeprecation = true;
2280
+ var VERSION5 = "0.0.88";
2280
2281
  var VERSION_API_URL = "https://www.react-grab.com/api/version";
2281
2282
  process.on("SIGINT", () => process.exit(0));
2282
2283
  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.87",
3
+ "version": "0.0.88",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab": "./dist/cli.js"