@badisi/latest-version 7.0.16 → 8.0.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 +7 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
<img src="https://img.shields.io/npm/v/@badisi/latest-version.svg?color=blue&logo=npm" alt="npm version" /></a>
|
|
12
12
|
<a href="https://npmcharts.com/compare/@badisi/latest-version?minimal=true">
|
|
13
13
|
<img src="https://img.shields.io/npm/dw/@badisi/latest-version.svg?color=7986CB&logo=npm" alt="npm donwloads" /></a>
|
|
14
|
-
<a href="https://github.com/
|
|
14
|
+
<a href="https://github.com/Badisi/latest-version/blob/main/LICENSE">
|
|
15
15
|
<img src="https://img.shields.io/npm/l/@badisi/latest-version.svg?color=ff69b4" alt="license" /></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
19
|
<a href="https://github.com/Badisi/latest-version/actions/workflows/ci_tests.yml">
|
|
20
|
-
<img src="https://
|
|
21
|
-
<a href="https://github.com/
|
|
20
|
+
<img src="https://img.shields.io/github/actions/workflow/status/badisi/latest-version/ci_tests.yml?logo=github" alt="build status" /></a>
|
|
21
|
+
<a href="https://github.com/Badisi/latest-version/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr">
|
|
22
22
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome" /></a>
|
|
23
23
|
</p>
|
|
24
24
|
|
|
@@ -214,7 +214,7 @@ Please read and follow the [Code of Conduct][codeofconduct] and help me keep thi
|
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
|
|
217
|
-
[clipreview]: https://github.com/
|
|
218
|
-
[developer]: https://github.com/
|
|
219
|
-
[contributing]: https://github.com/
|
|
220
|
-
[codeofconduct]: https://github.com/
|
|
217
|
+
[clipreview]: https://github.com/Badisi/latest-version/blob/main/cli_preview.png
|
|
218
|
+
[developer]: https://github.com/Badisi/latest-version/blob/main/DEVELOPER.md
|
|
219
|
+
[contributing]: https://github.com/Badisi/latest-version/blob/main/CONTRIBUTING.md
|
|
220
|
+
[codeofconduct]: https://github.com/Badisi/latest-version/blob/main/CODE_OF_CONDUCT.md
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badisi/latest-version",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Get latest versions of packages",
|
|
5
|
-
"homepage": "https://github.com/
|
|
5
|
+
"homepage": "https://github.com/Badisi/latest-version",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Badisi"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "
|
|
27
|
+
"url": "https://github.com/Badisi/latest-version"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"npm",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"module"
|
|
42
42
|
],
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": ">=
|
|
44
|
+
"node": ">= 20"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@colors/colors": "^1.6.0",
|
|
48
48
|
"global-dirs": "3.0.1",
|
|
49
|
-
"ora": "^
|
|
49
|
+
"ora": "^9.0.0",
|
|
50
50
|
"registry-auth-token": "^5.1.0",
|
|
51
51
|
"semver": "^7.7.3"
|
|
52
52
|
}
|