xw-devtool-cli 1.0.18 → 1.0.19

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
@@ -1,6 +1,6 @@
1
1
  # xw-devtool-cli
2
2
 
3
- **中文** | [English Documentation](./README_EN.md)
3
+ **中文** | [English Documentation](https://unpkg.com/xw-devtool-cli@latest/README_EN.md)
4
4
 
5
5
  一个基于 Node.js 的开发者命令行工具箱,旨在提供开箱即用的常用开发工具,帮助开发者快速处理日常任务。
6
6
 
package/README_EN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # xw-devtool-cli
2
2
 
3
- [中文文档](./README.md) | **English**
3
+ [中文文档](https://unpkg.com/xw-devtool-cli@latest/README.md) | **English**
4
4
 
5
5
  A Node.js-based developer command-line toolbox designed to provide out-of-the-box common development tools to help developers handle daily tasks quickly.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xw-devtool-cli",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "type": "module",
5
5
  "description": "基于node的开发者助手cli",
6
6
  "main": "index.js",