@react-grab/cli 0.0.74 → 0.0.75
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 +2 -2
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1258,7 +1258,7 @@ var add = new commander.Command().name("add").description("add an agent integrat
|
|
|
1258
1258
|
handleError(error);
|
|
1259
1259
|
}
|
|
1260
1260
|
});
|
|
1261
|
-
var VERSION = "0.0.
|
|
1261
|
+
var VERSION = "0.0.75";
|
|
1262
1262
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1263
1263
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1264
1264
|
var reportToCli = async (type, config, error) => {
|
|
@@ -1564,7 +1564,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
|
|
|
1564
1564
|
});
|
|
1565
1565
|
|
|
1566
1566
|
// src/cli.ts
|
|
1567
|
-
var VERSION2 = "0.0.
|
|
1567
|
+
var VERSION2 = "0.0.75";
|
|
1568
1568
|
process.on("SIGINT", () => process.exit(0));
|
|
1569
1569
|
process.on("SIGTERM", () => process.exit(0));
|
|
1570
1570
|
var program = new commander.Command().name("react-grab").description("add React Grab to your project").version(VERSION2, "-v, --version", "display the version number");
|
package/dist/cli.js
CHANGED
|
@@ -1251,7 +1251,7 @@ var add = new Command().name("add").description("add an agent integration").argu
|
|
|
1251
1251
|
handleError(error);
|
|
1252
1252
|
}
|
|
1253
1253
|
});
|
|
1254
|
-
var VERSION = "0.0.
|
|
1254
|
+
var VERSION = "0.0.75";
|
|
1255
1255
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1256
1256
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1257
1257
|
var reportToCli = async (type, config, error) => {
|
|
@@ -1557,7 +1557,7 @@ var init = new Command().name("init").description("initialize React Grab in your
|
|
|
1557
1557
|
});
|
|
1558
1558
|
|
|
1559
1559
|
// src/cli.ts
|
|
1560
|
-
var VERSION2 = "0.0.
|
|
1560
|
+
var VERSION2 = "0.0.75";
|
|
1561
1561
|
process.on("SIGINT", () => process.exit(0));
|
|
1562
1562
|
process.on("SIGTERM", () => process.exit(0));
|
|
1563
1563
|
var program = new Command().name("react-grab").description("add React Grab to your project").version(VERSION2, "-v, --version", "display the version number");
|