td-web-cli 0.1.31 → 0.1.33

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -9
package/README.md CHANGED
@@ -47,7 +47,7 @@ td-web-cli
47
47
  - 多语言 JSON 转 Excel 工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/json2excel.md)
48
48
  - 多语言 Excel 转 JSON 及语言检测工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/excel2json.md)
49
49
  - 多语言 JSON 文件合并工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/jsonMerge.md)
50
- - 图片压缩工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/i18n/compressImage.md)
50
+ - 图片压缩工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/image/compressImage.md)
51
51
  - 节假日查询与提醒工具。[详细功能说明请点击这里](https://github.com/qianyuzzf/td-web-cli/blob/master/docs/tools/getHolidayTime.md)
52
52
 
53
53
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-web-cli",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "description": "A CLI tool for efficiency",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -23,19 +23,14 @@
23
23
  "td-web-cli",
24
24
  "cli",
25
25
  "i18n",
26
- "国际化",
26
+ "image",
27
27
  "tools",
28
- "小工具",
29
28
  "extractEntry",
30
- "提取词条",
31
29
  "json2excel",
32
- "JSON转Excel",
33
30
  "excel2json",
34
- "Excel转JSON",
35
31
  "jsonMerge",
36
- "JSON合并",
37
- "getHolidayTime",
38
- "获取假期时间"
32
+ "compressImage",
33
+ "getHolidayTime"
39
34
  ],
40
35
  "author": "",
41
36
  "license": "ISC",