@yivan-lab/pretty-please 1.5.0 → 1.5.1

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/README.md CHANGED
@@ -82,7 +82,7 @@ Enumerating objects: 5, done.
82
82
  npm i -g @yivan-lab/pretty-please
83
83
  ```
84
84
 
85
- **方式二:一键脚本(无需 Node.js)**
85
+ **方式二:一键脚本(无需 Node.js,但是是 bun 打包的,体积比较大)**
86
86
 
87
87
  ```bash
88
88
  # Linux / macOS
@@ -98,7 +98,7 @@ irm https://raw.githubusercontent.com/IvanLark/pretty-please/main/install.ps1 |
98
98
  irm https://gh-proxy.org/https://raw.githubusercontent.com/IvanLark/pretty-please/main/install.ps1 | iex
99
99
  ```
100
100
 
101
- 支持平台:Linux (x64/arm64) / macOS (Intel/Apple Silicon) / Windows x64
101
+ 支持平台:Linux (x64/arm64) / macOS (Intel/Apple Silicon) / Windows (x64/ARM64)
102
102
 
103
103
  ## 快速开始
104
104
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yivan-lab/pretty-please",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "AI 驱动的命令行工具,将自然语言转换为可执行的 Shell 命令",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yivan-lab/pretty-please",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "AI 驱动的命令行工具,将自然语言转换为可执行的 Shell 命令",
5
5
  "type": "module",
6
6
  "bin": {