@qzhuli/qzhuli-cli 0.1.0-beta.2 → 0.1.0

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.
Files changed (2) hide show
  1. package/dist/cmd.js +1 -1
  2. package/package.json +1 -1
package/dist/cmd.js CHANGED
@@ -13641,7 +13641,7 @@ async function main() {
13641
13641
  ${t("cli.banner")}` : t("cli.banner");
13642
13642
  program.addHelpText("beforeAll", `${banner}
13643
13643
  `);
13644
- program.name("qz").version(`v${"0.1.0-beta.2"}`, "-v, --version", t("options.version")).helpOption("-h, --help", t("options.help")).option("-q, --jq <expr>", t("options.jq")).option("--dry-run", t("options.dryRun"));
13644
+ program.name("qz").version(`v${"0.1.0"}`, "-v, --version", t("options.version")).helpOption("-h, --help", t("options.help")).option("-q, --jq <expr>", t("options.jq")).option("--dry-run", t("options.dryRun"));
13645
13645
  program.usage("<command> [subcommand] [options]");
13646
13646
  program.hook("preAction", () => {
13647
13647
  const opts = program.opts();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qzhuli/qzhuli-cli",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0",
4
4
  "description": "CLI tool for Q助理 (QZhuli)",
5
5
  "main": "dist/cmd.js",
6
6
  "bin": {