@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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,16 +11,16 @@
11
11
  <!--[![dependencies status](https://img.shields.io/david/badisi/latest-version.svg)][deps]-->
12
12
  <!--[![devDependencies status](https://img.shields.io/david/dev/badisi/latest-version.svg)][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/master/CONTRIBUTING.md#-submitting-a-pull-request-pr
186
- [license]: https://github.com/badisi/latest-version/blob/master/LICENSE
187
- [developer]: https://github.com/badisi/latest-version/blob/master/DEVELOPER.md
188
- [contributing]: https://github.com/badisi/latest-version/blob/master/CONTRIBUTING.md
189
- [codeofconduct]: https://github.com/badisi/latest-version/blob/master/CODE_OF_CONDUCT.md
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badisi/latest-version",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Get latest versions of packages",
5
5
  "homepage": "https://github.com/badisi/latest-version",
6
6
  "license": "MIT",