@rowanmanning/node-versions 2.0.16 → 2.0.18

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.
@@ -1,4 +1,5 @@
1
1
  [
2
+ "v23.7.0",
2
3
  "v23.6.1",
3
4
  "v23.6.0",
4
5
  "v23.5.0",
@@ -7,6 +8,7 @@
7
8
  "v23.2.0",
8
9
  "v23.1.0",
9
10
  "v23.0.0",
11
+ "v22.14.0",
10
12
  "v22.13.1",
11
13
  "v22.13.0",
12
14
  "v22.12.0",
@@ -37,6 +39,7 @@
37
39
  "v21.2.0",
38
40
  "v21.1.0",
39
41
  "v21.0.0",
42
+ "v20.18.3",
40
43
  "v20.18.2",
41
44
  "v20.18.1",
42
45
  "v20.18.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowanmanning/node-versions",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Get the Node.js versions that a repo says it supports",
5
5
  "keywords": [],
6
6
  "author": "Rowan Manning (https://rowanmanning.com/)",
@@ -23,6 +23,6 @@
23
23
  "types": "index.d.ts",
24
24
  "dependencies": {
25
25
  "@rowanmanning/package-json": "^1.0.3",
26
- "semver": "^7.6.3"
26
+ "semver": "^7.7.1"
27
27
  }
28
28
  }
@@ -12,7 +12,7 @@ async function runScript() {
12
12
  }
13
13
 
14
14
  runScript().catch((error) => {
15
- // biome-ignore lint/nursery/noConsole: required for debugging this script
15
+ // biome-ignore lint/suspicious/noConsole: required for debugging this script
16
16
  console.error(error.stack);
17
17
  process.exitCode = 1;
18
18
  });