@react-grab/cli 0.1.44-dev.db8c856 → 0.1.44

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
@@ -519,7 +519,7 @@ const removeSkill = async ({ cwd = process.cwd(), global = false } = {}) => {
519
519
  };
520
520
  //#endregion
521
521
  //#region src/commands/add.ts
522
- const VERSION$5 = "0.1.44-dev.db8c856";
522
+ const VERSION$5 = "0.1.44";
523
523
  const add = new commander.Command().name("add").alias("install").description("install the React Grab skill for your agent").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "install the skill globally instead of in the project", false).action(async (opts) => {
524
524
  console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$5)}`);
525
525
  console.log();
@@ -1138,7 +1138,7 @@ const formatActivationKeyDisplay = (activationKey) => {
1138
1138
  };
1139
1139
  //#endregion
1140
1140
  //#region src/commands/configure.ts
1141
- const VERSION$4 = "0.1.44-dev.db8c856";
1141
+ const VERSION$4 = "0.1.44";
1142
1142
  const isMac = process.platform === "darwin";
1143
1143
  const META_LABEL = isMac ? "Cmd" : "Win";
1144
1144
  const ALT_LABEL = isMac ? "Option" : "Alt";
@@ -1763,7 +1763,7 @@ const isTelemetryEnabled = () => {
1763
1763
  };
1764
1764
  //#endregion
1765
1765
  //#region src/commands/init.ts
1766
- const VERSION$3 = "0.1.44-dev.db8c856";
1766
+ const VERSION$3 = "0.1.44";
1767
1767
  const REPORT_URL = "https://react-grab.com/api/report-cli";
1768
1768
  const DOCS_URL = "https://github.com/aidenybai/react-grab";
1769
1769
  const reportToCli = (type, config, error) => {
@@ -2713,7 +2713,7 @@ const pull = new commander.Command().name("pull").description("start the watcher
2713
2713
  });
2714
2714
  //#endregion
2715
2715
  //#region src/commands/remove.ts
2716
- const VERSION$2 = "0.1.44-dev.db8c856";
2716
+ const VERSION$2 = "0.1.44";
2717
2717
  const remove = new commander.Command().name("remove").description("uninstall the React Grab skill from your agent").option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "remove the globally-installed skill instead of the project's", false).action(async (opts) => {
2718
2718
  console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$2)}`);
2719
2719
  console.log();
@@ -2741,7 +2741,7 @@ const stop = new commander.Command().name("stop").description("stop the React Gr
2741
2741
  });
2742
2742
  //#endregion
2743
2743
  //#region src/commands/upgrade.ts
2744
- const VERSION$1 = "0.1.44-dev.db8c856";
2744
+ const VERSION$1 = "0.1.44";
2745
2745
  const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
2746
2746
  const fetchLatestVersion = async () => {
2747
2747
  try {
@@ -2853,7 +2853,7 @@ const watch = new commander.Command().name("watch").description("run the React G
2853
2853
  });
2854
2854
  //#endregion
2855
2855
  //#region src/cli.ts
2856
- const VERSION = "0.1.44-dev.db8c856";
2856
+ const VERSION = "0.1.44";
2857
2857
  const VERSION_API_URL = "https://www.react-grab.com/api/version";
2858
2858
  process.on("SIGINT", () => process.exit(0));
2859
2859
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -491,7 +491,7 @@ const removeSkill = async ({ cwd = process.cwd(), global = false } = {}) => {
491
491
  };
492
492
  //#endregion
493
493
  //#region src/commands/add.ts
494
- const VERSION$5 = "0.1.44-dev.db8c856";
494
+ const VERSION$5 = "0.1.44";
495
495
  const add$1 = new Command().name("add").alias("install").description("install the React Grab skill for your agent").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "install the skill globally instead of in the project", false).action(async (opts) => {
496
496
  console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$5)}`);
497
497
  console.log();
@@ -1110,7 +1110,7 @@ const formatActivationKeyDisplay = (activationKey) => {
1110
1110
  };
1111
1111
  //#endregion
1112
1112
  //#region src/commands/configure.ts
1113
- const VERSION$4 = "0.1.44-dev.db8c856";
1113
+ const VERSION$4 = "0.1.44";
1114
1114
  const isMac = process.platform === "darwin";
1115
1115
  const META_LABEL = isMac ? "Cmd" : "Win";
1116
1116
  const ALT_LABEL = isMac ? "Option" : "Alt";
@@ -1735,7 +1735,7 @@ const isTelemetryEnabled = () => {
1735
1735
  };
1736
1736
  //#endregion
1737
1737
  //#region src/commands/init.ts
1738
- const VERSION$3 = "0.1.44-dev.db8c856";
1738
+ const VERSION$3 = "0.1.44";
1739
1739
  const REPORT_URL = "https://react-grab.com/api/report-cli";
1740
1740
  const DOCS_URL = "https://github.com/aidenybai/react-grab";
1741
1741
  const reportToCli = (type, config, error) => {
@@ -2685,7 +2685,7 @@ const pull = new Command().name("pull").description("start the watcher if needed
2685
2685
  });
2686
2686
  //#endregion
2687
2687
  //#region src/commands/remove.ts
2688
- const VERSION$2 = "0.1.44-dev.db8c856";
2688
+ const VERSION$2 = "0.1.44";
2689
2689
  const remove = new Command().name("remove").description("uninstall the React Grab skill from your agent").option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "remove the globally-installed skill instead of the project's", false).action(async (opts) => {
2690
2690
  console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$2)}`);
2691
2691
  console.log();
@@ -2713,7 +2713,7 @@ const stop = new Command().name("stop").description("stop the React Grab watcher
2713
2713
  });
2714
2714
  //#endregion
2715
2715
  //#region src/commands/upgrade.ts
2716
- const VERSION$1 = "0.1.44-dev.db8c856";
2716
+ const VERSION$1 = "0.1.44";
2717
2717
  const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
2718
2718
  const fetchLatestVersion = async () => {
2719
2719
  try {
@@ -2825,7 +2825,7 @@ const watch = new Command().name("watch").description("run the React Grab captur
2825
2825
  });
2826
2826
  //#endregion
2827
2827
  //#region src/cli.ts
2828
- const VERSION = "0.1.44-dev.db8c856";
2828
+ const VERSION = "0.1.44";
2829
2829
  const VERSION_API_URL = "https://www.react-grab.com/api/version";
2830
2830
  process.on("SIGINT", () => process.exit(0));
2831
2831
  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.1.44-dev.db8c856",
3
+ "version": "0.1.44",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/aidenybai/react-grab.git"