update-versions 5.2.10 → 5.2.12

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 +13 -16
  2. package/package.json +7 -5
package/README.md CHANGED
@@ -1,28 +1,25 @@
1
- # update-versions
1
+ <h1 align="center">update-versions</h1>
2
2
 
3
- > Like npm-check-updates but supports Lerna monorepos and enforces strict semver values
3
+ <p align="center">Like npm-check-updates but supports Lerna monorepos and enforces strict semver values</p>
4
4
 
5
- <div class="package-badges">
6
- <a href="https://www.npmjs.com/package/update-versions" rel="nofollow noreferrer noopener">
7
- <img src="https://img.shields.io/badge/-npm-blue?style=flat-square" alt="page on npm">
8
- </a>
5
+ <p align="center">
9
6
  <a href="https://codsen.com/os/update-versions" rel="nofollow noreferrer noopener">
10
7
  <img src="https://img.shields.io/badge/-codsen-blue?style=flat-square" alt="page on codsen.com">
11
8
  </a>
9
+ <a href="https://www.npmjs.com/package/update-versions" rel="nofollow noreferrer noopener">
10
+ <img src="https://img.shields.io/badge/-npm-blue?style=flat-square" alt="page on npm">
11
+ </a>
12
12
  <a href="https://github.com/codsen/codsen/tree/main/packages/update-versions" rel="nofollow noreferrer noopener">
13
13
  <img src="https://img.shields.io/badge/-github-blue?style=flat-square" alt="page on github">
14
14
  </a>
15
15
  <a href="https://npmcharts.com/compare/update-versions?interval=30" rel="nofollow noreferrer noopener" target="_blank">
16
16
  <img src="https://img.shields.io/npm/dm/update-versions.svg?style=flat-square" alt="Downloads per month">
17
17
  </a>
18
- <a href="https://prettier.io" rel="nofollow noreferrer noopener" target="_blank">
19
- <img src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg?style=flat-square" alt="Code style: prettier">
20
- </a>
21
- <img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT License">
22
- <a href="https://liberamanifesto.com" rel="nofollow noreferrer noopener" target="_blank">
23
- <img src="https://img.shields.io/badge/libera-manifesto-lightgrey.svg?style=flat-square" alt="libera manifesto">
18
+ <a href="https://codsen.com/os/update-versions/changelog" rel="nofollow noreferrer noopener">
19
+ <img src="https://img.shields.io/badge/changelog-here-brightgreen?style=flat-square" alt="changelog">
24
20
  </a>
25
- </div>
21
+ <img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT Licence">
22
+ </p>
26
23
 
27
24
  ## Install
28
25
 
@@ -46,8 +43,8 @@ To report bugs or request features or assistance, [raise an issue](https://githu
46
43
 
47
44
  ## Licence
48
45
 
49
- MIT License
46
+ MIT License.
50
47
 
51
- Copyright (c) 2010-2022 Roy Revelt and other contributors
48
+ Copyright © 2010-2022 Roy Revelt and other contributors.
52
49
 
53
- <img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">
50
+ <p align="center"><img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center"></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-versions",
3
- "version": "5.2.10",
3
+ "version": "5.2.12",
4
4
  "description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
5
5
  "keywords": [
6
6
  "app",
@@ -40,8 +40,10 @@
40
40
  "upd": "cli.js"
41
41
  },
42
42
  "scripts": {
43
- "build": "echo 'no build needed'",
44
- "dev": "echo 'no build needed'",
43
+ "build": "exit 0",
44
+ "cjs-off": "exit 0",
45
+ "cjs-on": "exit 0",
46
+ "dev": "exit 0",
45
47
  "lect": "node '../../ops/lect/lect.js'",
46
48
  "letspublish": "yarn publish || :",
47
49
  "lint": "eslint . --ext .js --ext .ts --fix",
@@ -68,7 +70,7 @@
68
70
  },
69
71
  "dependencies": {
70
72
  "ansi-diff-stream": "^1.2.1",
71
- "edit-package-json": "^0.7.10",
73
+ "edit-package-json": "^0.7.12",
72
74
  "globby": "^13.1.2",
73
75
  "is-online": "^10.0.0",
74
76
  "lodash.isplainobject": "^4.0.6",
@@ -78,7 +80,7 @@
78
80
  "p-map": "^5.5.0",
79
81
  "p-progress": "^0.6.0",
80
82
  "p-reduce": "^3.0.0",
81
- "pacote": "^15.0.4",
83
+ "pacote": "^15.0.6",
82
84
  "update-notifier": "^6.0.2",
83
85
  "write-file-atomic": "^5.0.0"
84
86
  },