@react-grab/cli 0.1.48-dev.7b43062 → 0.1.48

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
@@ -133,7 +133,7 @@ const promptSkillInstall = async ({ yes = false, global = false, cwd = process.c
133
133
  };
134
134
  //#endregion
135
135
  //#region src/commands/add.ts
136
- const VERSION$5 = "0.1.48-dev.7b43062";
136
+ const VERSION$5 = "0.1.48";
137
137
  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) => {
138
138
  console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$5)}`);
139
139
  console.log();
@@ -289,7 +289,7 @@ const formatActivationKeyDisplay = (activationKey) => {
289
289
  };
290
290
  //#endregion
291
291
  //#region src/commands/configure.ts
292
- const VERSION$4 = "0.1.48-dev.7b43062";
292
+ const VERSION$4 = "0.1.48";
293
293
  const isMac = process.platform === "darwin";
294
294
  const META_LABEL = isMac ? "Cmd" : "Win";
295
295
  const ALT_LABEL = isMac ? "Option" : "Alt";
@@ -889,7 +889,7 @@ const isTelemetryEnabled = () => {
889
889
  };
890
890
  //#endregion
891
891
  //#region src/commands/init.ts
892
- const VERSION$3 = "0.1.48-dev.7b43062";
892
+ const VERSION$3 = "0.1.48";
893
893
  const REPORT_URL = "https://react-grab.com/api/report-cli";
894
894
  const DOCS_URL = "https://github.com/aidenybai/react-grab";
895
895
  const reportToCli = (type, config, error) => {
@@ -1840,7 +1840,7 @@ const pull = new commander.Command().name("pull").description("start the watcher
1840
1840
  });
1841
1841
  //#endregion
1842
1842
  //#region src/commands/remove.ts
1843
- const VERSION$2 = "0.1.48-dev.7b43062";
1843
+ const VERSION$2 = "0.1.48";
1844
1844
  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) => {
1845
1845
  console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$2)}`);
1846
1846
  console.log();
@@ -1869,7 +1869,7 @@ const stop = new commander.Command().name("stop").description("stop the React Gr
1869
1869
  });
1870
1870
  //#endregion
1871
1871
  //#region src/commands/upgrade.ts
1872
- const VERSION$1 = "0.1.48-dev.7b43062";
1872
+ const VERSION$1 = "0.1.48";
1873
1873
  const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
1874
1874
  const fetchLatestVersion = async () => {
1875
1875
  try {
@@ -1981,7 +1981,7 @@ const watch = new commander.Command().name("watch").description("run the React G
1981
1981
  });
1982
1982
  //#endregion
1983
1983
  //#region src/cli.ts
1984
- const VERSION = "0.1.48-dev.7b43062";
1984
+ const VERSION = "0.1.48";
1985
1985
  const VERSION_API_URL = "https://www.react-grab.com/api/version";
1986
1986
  process.on("SIGINT", () => process.exit(0));
1987
1987
  process.on("SIGTERM", () => process.exit(0));
package/dist/cli.js CHANGED
@@ -128,7 +128,7 @@ const promptSkillInstall = async ({ yes = false, global = false, cwd = process.c
128
128
  };
129
129
  //#endregion
130
130
  //#region src/commands/add.ts
131
- const VERSION$5 = "0.1.48-dev.7b43062";
131
+ const VERSION$5 = "0.1.48";
132
132
  const add = 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) => {
133
133
  console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$5)}`);
134
134
  console.log();
@@ -284,7 +284,7 @@ const formatActivationKeyDisplay = (activationKey) => {
284
284
  };
285
285
  //#endregion
286
286
  //#region src/commands/configure.ts
287
- const VERSION$4 = "0.1.48-dev.7b43062";
287
+ const VERSION$4 = "0.1.48";
288
288
  const isMac = process.platform === "darwin";
289
289
  const META_LABEL = isMac ? "Cmd" : "Win";
290
290
  const ALT_LABEL = isMac ? "Option" : "Alt";
@@ -884,7 +884,7 @@ const isTelemetryEnabled = () => {
884
884
  };
885
885
  //#endregion
886
886
  //#region src/commands/init.ts
887
- const VERSION$3 = "0.1.48-dev.7b43062";
887
+ const VERSION$3 = "0.1.48";
888
888
  const REPORT_URL = "https://react-grab.com/api/report-cli";
889
889
  const DOCS_URL = "https://github.com/aidenybai/react-grab";
890
890
  const reportToCli = (type, config, error) => {
@@ -1835,7 +1835,7 @@ const pull = new Command().name("pull").description("start the watcher if needed
1835
1835
  });
1836
1836
  //#endregion
1837
1837
  //#region src/commands/remove.ts
1838
- const VERSION$2 = "0.1.48-dev.7b43062";
1838
+ const VERSION$2 = "0.1.48";
1839
1839
  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) => {
1840
1840
  console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$2)}`);
1841
1841
  console.log();
@@ -1864,7 +1864,7 @@ const stop = new Command().name("stop").description("stop the React Grab watcher
1864
1864
  });
1865
1865
  //#endregion
1866
1866
  //#region src/commands/upgrade.ts
1867
- const VERSION$1 = "0.1.48-dev.7b43062";
1867
+ const VERSION$1 = "0.1.48";
1868
1868
  const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
1869
1869
  const fetchLatestVersion = async () => {
1870
1870
  try {
@@ -1976,7 +1976,7 @@ const watch = new Command().name("watch").description("run the React Grab captur
1976
1976
  });
1977
1977
  //#endregion
1978
1978
  //#region src/cli.ts
1979
- const VERSION = "0.1.48-dev.7b43062";
1979
+ const VERSION = "0.1.48";
1980
1980
  const VERSION_API_URL = "https://www.react-grab.com/api/version";
1981
1981
  process.on("SIGINT", () => process.exit(0));
1982
1982
  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.48-dev.7b43062",
3
+ "version": "0.1.48",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/aidenybai/react-grab.git"