@react-grab/cli 0.0.84 → 0.0.85
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 +5 -5
- package/dist/cli.js +5 -5
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1139,7 +1139,7 @@ var applyPackageJsonTransform = (result) => {
|
|
|
1139
1139
|
};
|
|
1140
1140
|
|
|
1141
1141
|
// src/commands/add.ts
|
|
1142
|
-
var VERSION = "0.0.
|
|
1142
|
+
var VERSION = "0.0.85";
|
|
1143
1143
|
var AGENT_NAMES = {
|
|
1144
1144
|
"claude-code": "Claude Code",
|
|
1145
1145
|
cursor: "Cursor",
|
|
@@ -1357,7 +1357,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
|
|
|
1357
1357
|
handleError(error);
|
|
1358
1358
|
}
|
|
1359
1359
|
});
|
|
1360
|
-
var VERSION2 = "0.0.
|
|
1360
|
+
var VERSION2 = "0.0.85";
|
|
1361
1361
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1362
1362
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1363
1363
|
var reportToCli = async (type, config, error) => {
|
|
@@ -1667,7 +1667,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
|
|
|
1667
1667
|
await reportToCli("error", void 0, error);
|
|
1668
1668
|
}
|
|
1669
1669
|
});
|
|
1670
|
-
var VERSION3 = "0.0.
|
|
1670
|
+
var VERSION3 = "0.0.85";
|
|
1671
1671
|
var DEFAULT_PROXY_PORT = 2e3;
|
|
1672
1672
|
var REACT_GRAB_SCRIPT = '<script src="//unpkg.com/react-grab/dist/index.global.js"></script>';
|
|
1673
1673
|
var buildProviderScript = (provider) => `<script src="//unpkg.com/${provider}/dist/client.global.js"></script>`;
|
|
@@ -1892,8 +1892,8 @@ var start = new commander.Command().name("start").alias("proxy").description("st
|
|
|
1892
1892
|
});
|
|
1893
1893
|
|
|
1894
1894
|
// src/cli.ts
|
|
1895
|
-
var VERSION4 = "0.0.
|
|
1896
|
-
var VERSION_API_URL = "https://react-grab.com/api/version";
|
|
1895
|
+
var VERSION4 = "0.0.85";
|
|
1896
|
+
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
1897
1897
|
process.on("SIGINT", () => process.exit(0));
|
|
1898
1898
|
process.on("SIGTERM", () => process.exit(0));
|
|
1899
1899
|
try {
|
package/dist/cli.js
CHANGED
|
@@ -1131,7 +1131,7 @@ var applyPackageJsonTransform = (result) => {
|
|
|
1131
1131
|
};
|
|
1132
1132
|
|
|
1133
1133
|
// src/commands/add.ts
|
|
1134
|
-
var VERSION = "0.0.
|
|
1134
|
+
var VERSION = "0.0.85";
|
|
1135
1135
|
var AGENT_NAMES = {
|
|
1136
1136
|
"claude-code": "Claude Code",
|
|
1137
1137
|
cursor: "Cursor",
|
|
@@ -1349,7 +1349,7 @@ var add = new Command().name("add").description("add an agent integration").argu
|
|
|
1349
1349
|
handleError(error);
|
|
1350
1350
|
}
|
|
1351
1351
|
});
|
|
1352
|
-
var VERSION2 = "0.0.
|
|
1352
|
+
var VERSION2 = "0.0.85";
|
|
1353
1353
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1354
1354
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1355
1355
|
var reportToCli = async (type, config, error) => {
|
|
@@ -1659,7 +1659,7 @@ var init = new Command().name("init").description("initialize React Grab in your
|
|
|
1659
1659
|
await reportToCli("error", void 0, error);
|
|
1660
1660
|
}
|
|
1661
1661
|
});
|
|
1662
|
-
var VERSION3 = "0.0.
|
|
1662
|
+
var VERSION3 = "0.0.85";
|
|
1663
1663
|
var DEFAULT_PROXY_PORT = 2e3;
|
|
1664
1664
|
var REACT_GRAB_SCRIPT = '<script src="//unpkg.com/react-grab/dist/index.global.js"></script>';
|
|
1665
1665
|
var buildProviderScript = (provider) => `<script src="//unpkg.com/${provider}/dist/client.global.js"></script>`;
|
|
@@ -1884,8 +1884,8 @@ var start = new Command().name("start").alias("proxy").description("start a prox
|
|
|
1884
1884
|
});
|
|
1885
1885
|
|
|
1886
1886
|
// src/cli.ts
|
|
1887
|
-
var VERSION4 = "0.0.
|
|
1888
|
-
var VERSION_API_URL = "https://react-grab.com/api/version";
|
|
1887
|
+
var VERSION4 = "0.0.85";
|
|
1888
|
+
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
1889
1889
|
process.on("SIGINT", () => process.exit(0));
|
|
1890
1890
|
process.on("SIGTERM", () => process.exit(0));
|
|
1891
1891
|
try {
|