@badisi/latest-version 2.1.1 → 2.1.2
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 +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
<!--[][deps]-->
|
|
12
12
|
<!--[][dev-deps]-->
|
|
13
13
|
|
|
14
|
-
<hr
|
|
14
|
+
<hr/>
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
✅ Get `latest` and `next` versions of packages *(from package registries)
|
|
19
|
-
✅ Get `wanted` version of packages *(if a version range or a tag is provided)
|
|
20
|
-
✅ Get `installed` version of packages *(if installed locally or globally)
|
|
21
|
-
✅ Check if `updates` are available
|
|
22
|
-
✅ Cache support to increase data retrieval performance
|
|
23
|
-
✅ Support public/private repositories and proxies
|
|
18
|
+
✅ Get `latest` and `next` versions of packages *(from package registries)*<br/>
|
|
19
|
+
✅ Get `wanted` version of packages *(if a version range or a tag is provided)*<br/>
|
|
20
|
+
✅ Get `installed` version of packages *(if installed locally or globally)*<br/>
|
|
21
|
+
✅ Check if `updates` are available<br/>
|
|
22
|
+
✅ Cache support to increase data retrieval performance<br/>
|
|
23
|
+
✅ Support public/private repositories and proxies<br/>
|
|
24
24
|
|
|
25
25
|
## Installation
|
|
26
26
|
|
|
@@ -182,8 +182,8 @@ Please read and follow the [Code of Conduct][codeofconduct] and help me keep thi
|
|
|
182
182
|
[ci-tests]: https://github.com/badisi/latest-version/actions?query=workflow:CI%20tests
|
|
183
183
|
[deps]: https://david-dm.org/badisi/latest-version
|
|
184
184
|
[dev-deps]: https://david-dm.org/badisi/latest-version?type=dev
|
|
185
|
-
[pullrequest]: https://github.com/badisi/latest-version/blob/
|
|
186
|
-
[license]: https://github.com/badisi/latest-version/blob/
|
|
187
|
-
[developer]: https://github.com/badisi/latest-version/blob/
|
|
188
|
-
[contributing]: https://github.com/badisi/latest-version/blob/
|
|
189
|
-
[codeofconduct]: https://github.com/badisi/latest-version/blob/
|
|
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
|
+
[developer]: https://github.com/badisi/latest-version/blob/main/DEVELOPER.md
|
|
188
|
+
[contributing]: https://github.com/badisi/latest-version/blob/main/CONTRIBUTING.md
|
|
189
|
+
[codeofconduct]: https://github.com/badisi/latest-version/blob/main/CODE_OF_CONDUCT.md
|