@qqi/check-version 1.0.4 → 1.0.5

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 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -92,14 +92,10 @@ fi
92
92
  echo "🚀🚀 发布成功,完结 🎉🎉 撒花 🎉🎉"
93
93
  ```
94
94
 
95
- 上面的检测 @qqi/check-version 是否全局安装**至关重要**,关系着自动获取 tag 的命脉,不信的可以查看 [color-pen 的 tag](https://www.npmjs.com/package/color-pen?activeTab=versions),删不掉,根本删不掉
96
-
97
- [![删不掉的 tag](https://raw.githubusercontent.com/earthnutDev/qqi/main/media/神奇tag.png)](https://www.npmjs.com/package/color-pen?activeTab=versions)
98
-
99
95
  使用 [`npx @qqi/check-version`](https://www.npmjs.com/package/@qqi/check-version) 获取的 tag 是符合标准 npm 的预发布版本的版本号的规则。通过 [`npx vjj`](https://www.npmjs.com/package/vjj) 进行版本的迭代管理即符合标准的 npm 的 publish 的预发布的 tag ,也将在 `CHANGELOG.md` 文件添加更新迭代的版本的日志记录的标题(广子,这就是广子)。
100
96
 
101
97
  所以,上面的 .sh 文件将提取 "0.0.1" 的 tag 值为 "latest",若提取 "0.1.0-test.0" 则提取出 "test"
102
98
 
103
99
  ## 文档位置
104
100
 
105
- [@qqi/check-version](https://earthnut.dev/qqi/check-version)
101
+ [@qqi/check-version](https://earthnut.dev/npm/qqi/check-version)
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@qqi/check-version",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "description": "一个检测工作目录下 packages 文件夹下子 npm 包版本是否存在的模块",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "a-command": "^2.3.13",
9
- "a-js-tools": "^1.0.8",
10
- "a-node-tools": "^4.2.16",
11
- "a-type-of-js": "^1.0.5"
9
+ "a-js-tools": "^1.0.10",
10
+ "a-node-tools": "^4.2.19",
11
+ "a-type-of-js": "^1.0.7"
12
12
  },
13
13
  "author": {
14
14
  "name": "earthnut",
@@ -22,7 +22,7 @@
22
22
  "@qqi/check-version",
23
23
  "@qqi"
24
24
  ],
25
- "homepage": "https://earthnut.dev/qqi/check-version",
25
+ "homepage": "https://earthnut.dev/npm/qqi/check-version",
26
26
  "bugs": {
27
27
  "url": "https://github.com/earthnutDev/qqi/issues",
28
28
  "email": "earthnut.dev@outlook.com"