Skip to content

Commit e7aec1d

Browse files
v1.1.0
1 parent 67c8c03 commit e7aec1d

8 files changed

Lines changed: 65 additions & 21 deletions

File tree

aliases/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@nodevu/aliases",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "available aliases for sets of Node.js versions",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/cutenode/nodevu.git"
99
},
10-
"keywords": ["node.js", "version"],
10+
"keywords": [
11+
"node.js",
12+
"version"
13+
],
1114
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
1215
"license": "MIT",
1316
"bugs": {

core/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodevu/core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "nodevu core API: comprehensive node.js version tooling",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,11 @@
1616
},
1717
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
1818
"license": "MIT",
19-
"files": ["index.js", "LICENSE", "/util/prod"],
19+
"files": [
20+
"index.js",
21+
"LICENSE",
22+
"/util/prod"
23+
],
2024
"dependencies": {
2125
"@nodevu/parsefiles": "^0.0.3",
2226
"luxon": "^3.5.0",

fetchindex/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@nodevu/fetchindex",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A tool that fetches the /dist/index.json file from the Node.js website.",
55
"main": "index.js",
6-
"files": ["index.js", "LICENSE"],
6+
"files": [
7+
"index.js",
8+
"LICENSE"
9+
],
710
"scripts": {
811
"lint": "biome check ./",
912
"lint:write": "biome check ./ --write",
@@ -16,7 +19,10 @@
1619
"type": "git",
1720
"url": "git+https://github.com/cutenode/nodevu.git"
1821
},
19-
"keywords": ["node.js", "versions"],
22+
"keywords": [
23+
"node.js",
24+
"versions"
25+
],
2026
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
2127
"license": "MIT",
2228
"bugs": {

newest/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@nodevu/newest",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "a module that returns the newest lts or security release of the release line passed.",
55
"main": "index.js",
6-
"files": ["index.js", "LICENSE"],
6+
"files": [
7+
"index.js",
8+
"LICENSE"
9+
],
710
"scripts": {
811
"lint": "biome check ./",
912
"lint:write": "biome check ./ --write",
@@ -16,7 +19,10 @@
1619
"type": "git",
1720
"url": "git+https://github.com/cutenode/nodevu.git"
1821
},
19-
"keywords": ["node.js", "versions"],
22+
"keywords": [
23+
"node.js",
24+
"versions"
25+
],
2026
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
2127
"license": "MIT",
2228
"bugs": {

oldest/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@nodevu/oldest",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "a module that returns the oldest lts or security release of the release line passed.",
55
"main": "index.js",
6-
"files": ["index.js", "LICENSE"],
6+
"files": [
7+
"index.js",
8+
"LICENSE"
9+
],
710
"scripts": {
811
"lint": "biome check ./",
912
"lint:write": "biome check ./ --write",
@@ -16,7 +19,10 @@
1619
"type": "git",
1720
"url": "git+https://github.com/cutenode/nodevu.git"
1821
},
19-
"keywords": ["node.js", "versions"],
22+
"keywords": [
23+
"node.js",
24+
"versions"
25+
],
2026
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)",
2127
"license": "MIT",
2228
"bugs": {

parsefiles/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodevu/parsefiles",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "parse the files identifiers from Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -11,8 +11,16 @@
1111
"updates:check": "npx npm-check-updates",
1212
"updates:update": "npx npm-check-updates -u"
1313
},
14-
"keywords": ["node.js", "versions", "parse", "files"],
15-
"files": ["index.js", "LICENSE"],
14+
"keywords": [
15+
"node.js",
16+
"versions",
17+
"parse",
18+
"files"
19+
],
20+
"files": [
21+
"index.js",
22+
"LICENSE"
23+
],
1624
"author": "Tierney Cyren <hello@bnb.im>",
1725
"license": "MIT",
1826
"devDependencies": {

ranges/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@nodevu/ranges",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "support node's unofficial alias namespace",
55
"main": "index.js",
6-
"files": ["index.js", "LICENSE"],
6+
"files": [
7+
"index.js",
8+
"LICENSE"
9+
],
710
"scripts": {
811
"lint": "biome check ./",
912
"lint:write": "biome check ./ --write",

static/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodevu/static",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "static outputs from @nodevu/core",
55
"main": "index.js",
66
"scripts": {
@@ -21,8 +21,16 @@
2121
"type": "git",
2222
"url": "git+https://github.com/cutenode/nodevu.git"
2323
},
24-
"keywords": ["node.js", "version", "versions"],
25-
"files": ["/data", "index.js", "LICENSE"],
24+
"keywords": [
25+
"node.js",
26+
"version",
27+
"versions"
28+
],
29+
"files": [
30+
"/data",
31+
"index.js",
32+
"LICENSE"
33+
],
2634
"author": "Tierney Cyren <hello@bnb.im>",
2735
"license": "MIT",
2836
"bugs": {

0 commit comments

Comments
 (0)