@linzumi/cli 0.0.79-beta → 0.0.81-beta

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +9664 -7645
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -58,7 +58,7 @@ Install the CLI or run it with `npx`:
58
58
  ```bash
59
59
  npm install -g @linzumi/cli@latest
60
60
  npx -y @linzumi/cli@latest signup
61
- npx -y @linzumi/cli@0.0.79-beta --version
61
+ npx -y @linzumi/cli@0.0.81-beta --version
62
62
  linzumi --version
63
63
  ```
64
64