@linzumi/cli 0.0.38-beta → 0.0.40-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 +1695 -278
  3. package/package.json +5 -2
package/README.md CHANGED
@@ -63,7 +63,7 @@ Install the CLI or run it with `npx`:
63
63
 
64
64
  ```bash
65
65
  npm install -g @linzumi/cli@latest
66
- npx -y @linzumi/cli@0.0.38-beta --version
66
+ npx -y @linzumi/cli@0.0.40-beta --version
67
67
  linzumi --version
68
68
  ```
69
69