@utoo/pack-cli 1.5.14 → 1.5.15

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.
@@ -58,7 +58,7 @@ exports.default = (0, citty_1.defineCommand)({
58
58
  },
59
59
  tracing: {
60
60
  type: "boolean",
61
- description: "Enable default tracing logs (pass --no-tracing to disable)",
61
+ description: "Show compilation progress (pass --no-tracing to disable)",
62
62
  },
63
63
  },
64
64
  async run({ args }) {
@@ -58,7 +58,7 @@ exports.default = (0, citty_1.defineCommand)({
58
58
  },
59
59
  tracing: {
60
60
  type: "boolean",
61
- description: "Enable default tracing logs (pass --no-tracing to disable)",
61
+ description: "Show compilation progress (pass --no-tracing to disable)",
62
62
  },
63
63
  },
64
64
  async run({ args }) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@utoo/pack-cli",
3
3
  "description": "Utoo pack cli",
4
- "version": "1.5.14",
4
+ "version": "1.5.15",
5
5
  "author": "xusd320",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "up": "./bin/run.js"
13
13
  },
14
14
  "dependencies": {
15
- "@utoo/pack": "1.5.14",
15
+ "@utoo/pack": "1.5.15",
16
16
  "citty": "^0.1.6"
17
17
  },
18
18
  "devDependencies": {