@badisi/latest-version 4.0.2 → 5.0.0
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 +28 -19
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,15 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
@badisi/latest-version
|
|
3
|
+
</h1>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<i>📦 Get latest versions of packages.</i><br/>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/package/@badisi/latest-version">
|
|
11
|
+
<img src="https://img.shields.io/npm/v/@badisi/latest-version.svg?color=blue&logo=npm" alt="npm version" />
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://npmcharts.com/compare/@badisi/latest-version?minimal=true">
|
|
14
|
+
<img src="https://img.shields.io/npm/dw/@badisi/latest-version.svg?color=7986CB&logo=npm" alt="npm donwloads" />
|
|
15
|
+
</a>
|
|
16
|
+
<a href="https://github.com/badisi/latest-version/blob/main/LICENSE">
|
|
17
|
+
<img src="https://img.shields.io/npm/l/@badisi/latest-version.svg?color=ff69b4" alt="license" />
|
|
18
|
+
</a>
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<p align="center">
|
|
22
|
+
<a href="https://github.com/Badisi/latest-version/actions/workflows/ci_tests.yml">
|
|
23
|
+
<img src="https://github.com/Badisi/latest-version/actions/workflows/ci_tests.yml/badge.svg" alt="build status" />
|
|
24
|
+
</a>
|
|
25
|
+
<a href="https://github.com/badisi/latest-version/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr">
|
|
26
|
+
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome" />
|
|
27
|
+
</a>
|
|
28
|
+
</p>
|
|
13
29
|
|
|
14
30
|
<hr/>
|
|
15
31
|
|
|
@@ -177,13 +193,6 @@ Please read and follow the [Code of Conduct][codeofconduct] and help me keep thi
|
|
|
177
193
|
|
|
178
194
|
|
|
179
195
|
|
|
180
|
-
[npm]: https://www.npmjs.com/package/@badisi/latest-version
|
|
181
|
-
[npm-dl]: https://npmcharts.com/compare/@badisi/latest-version?minimal=true
|
|
182
|
-
[ci-tests]: https://github.com/badisi/latest-version/actions?query=workflow:CI%20tests
|
|
183
|
-
[deps]: https://david-dm.org/badisi/latest-version
|
|
184
|
-
[dev-deps]: https://david-dm.org/badisi/latest-version?type=dev
|
|
185
|
-
[pullrequest]: https://github.com/badisi/latest-version/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr
|
|
186
|
-
[license]: https://github.com/badisi/latest-version/blob/main/LICENSE
|
|
187
196
|
[developer]: https://github.com/badisi/latest-version/blob/main/DEVELOPER.md
|
|
188
197
|
[contributing]: https://github.com/badisi/latest-version/blob/main/CONTRIBUTING.md
|
|
189
198
|
[codeofconduct]: https://github.com/badisi/latest-version/blob/main/CODE_OF_CONDUCT.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badisi/latest-version",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Get latest versions of packages",
|
|
5
5
|
"homepage": "https://github.com/badisi/latest-version",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"dependencies",
|
|
34
34
|
"module"
|
|
35
35
|
],
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">= 15"
|
|
38
|
+
},
|
|
36
39
|
"dependencies": {
|
|
37
40
|
"global-dirs": "^3.0.1",
|
|
38
41
|
"registry-auth-token": "^5.0.1",
|
|
39
42
|
"semver": "^7.3.8"
|
|
40
|
-
},
|
|
41
|
-
"engines": {
|
|
42
|
-
"node": ">= 14"
|
|
43
43
|
}
|
|
44
44
|
}
|