diff --git a/aliases/package.json b/aliases/package.json index f80fcc2..121d30d 100644 --- a/aliases/package.json +++ b/aliases/package.json @@ -1,13 +1,16 @@ { "name": "@nodevu/aliases", - "version": "1.0.0", + "version": "1.1.0", "description": "available aliases for sets of Node.js versions", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/cutenode/nodevu.git" }, - "keywords": ["node.js", "version"], + "keywords": [ + "node.js", + "version" + ], "author": "Tierney Cyren (https://bnb.im/)", "license": "MIT", "bugs": { diff --git a/core/package.json b/core/package.json index 5016fff..4752951 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@nodevu/core", - "version": "1.0.0", + "version": "1.1.0", "description": "nodevu core API: comprehensive node.js version tooling", "main": "index.js", "scripts": { @@ -16,7 +16,11 @@ }, "author": "Tierney Cyren (https://bnb.im/)", "license": "MIT", - "files": ["index.js", "LICENSE", "/util/prod"], + "files": [ + "index.js", + "LICENSE", + "/util/prod" + ], "dependencies": { "@nodevu/parsefiles": "^0.0.3", "luxon": "^3.5.0", diff --git a/fetchindex/package.json b/fetchindex/package.json index b1d37db..6f256ce 100644 --- a/fetchindex/package.json +++ b/fetchindex/package.json @@ -1,9 +1,12 @@ { "name": "@nodevu/fetchindex", - "version": "1.0.0", + "version": "1.1.0", "description": "A tool that fetches the /dist/index.json file from the Node.js website.", "main": "index.js", - "files": ["index.js", "LICENSE"], + "files": [ + "index.js", + "LICENSE" + ], "scripts": { "lint": "biome check ./", "lint:write": "biome check ./ --write", @@ -16,7 +19,10 @@ "type": "git", "url": "git+https://github.com/cutenode/nodevu.git" }, - "keywords": ["node.js", "versions"], + "keywords": [ + "node.js", + "versions" + ], "author": "Tierney Cyren (https://bnb.im/)", "license": "MIT", "bugs": { diff --git a/newest/package.json b/newest/package.json index 3fabd25..cd91cf6 100644 --- a/newest/package.json +++ b/newest/package.json @@ -1,9 +1,12 @@ { "name": "@nodevu/newest", - "version": "1.0.0", + "version": "1.1.0", "description": "a module that returns the newest lts or security release of the release line passed.", "main": "index.js", - "files": ["index.js", "LICENSE"], + "files": [ + "index.js", + "LICENSE" + ], "scripts": { "lint": "biome check ./", "lint:write": "biome check ./ --write", @@ -16,7 +19,10 @@ "type": "git", "url": "git+https://github.com/cutenode/nodevu.git" }, - "keywords": ["node.js", "versions"], + "keywords": [ + "node.js", + "versions" + ], "author": "Tierney Cyren (https://bnb.im/)", "license": "MIT", "bugs": { diff --git a/oldest/package.json b/oldest/package.json index 4e2d15b..b0fa1b9 100644 --- a/oldest/package.json +++ b/oldest/package.json @@ -1,9 +1,12 @@ { "name": "@nodevu/oldest", - "version": "1.0.0", + "version": "1.1.0", "description": "a module that returns the oldest lts or security release of the release line passed.", "main": "index.js", - "files": ["index.js", "LICENSE"], + "files": [ + "index.js", + "LICENSE" + ], "scripts": { "lint": "biome check ./", "lint:write": "biome check ./ --write", @@ -16,7 +19,10 @@ "type": "git", "url": "git+https://github.com/cutenode/nodevu.git" }, - "keywords": ["node.js", "versions"], + "keywords": [ + "node.js", + "versions" + ], "author": "Tierney Cyren (https://bnb.im/)", "license": "MIT", "bugs": { diff --git a/parsefiles/package.json b/parsefiles/package.json index 7792db6..762b400 100644 --- a/parsefiles/package.json +++ b/parsefiles/package.json @@ -1,6 +1,6 @@ { "name": "@nodevu/parsefiles", - "version": "1.0.0", + "version": "1.1.0", "description": "parse the files identifiers from Node.js", "main": "index.js", "scripts": { @@ -11,8 +11,16 @@ "updates:check": "npx npm-check-updates", "updates:update": "npx npm-check-updates -u" }, - "keywords": ["node.js", "versions", "parse", "files"], - "files": ["index.js", "LICENSE"], + "keywords": [ + "node.js", + "versions", + "parse", + "files" + ], + "files": [ + "index.js", + "LICENSE" + ], "author": "Tierney Cyren ", "license": "MIT", "devDependencies": { diff --git a/ranges/package.json b/ranges/package.json index b55bd22..b63bed2 100644 --- a/ranges/package.json +++ b/ranges/package.json @@ -1,9 +1,12 @@ { "name": "@nodevu/ranges", - "version": "1.0.0", + "version": "1.1.0", "description": "support node's unofficial alias namespace", "main": "index.js", - "files": ["index.js", "LICENSE"], + "files": [ + "index.js", + "LICENSE" + ], "scripts": { "lint": "biome check ./", "lint:write": "biome check ./ --write", diff --git a/static/package.json b/static/package.json index f745780..3f287f8 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "@nodevu/static", - "version": "1.0.0", + "version": "1.1.0", "description": "static outputs from @nodevu/core", "main": "index.js", "scripts": { @@ -21,8 +21,16 @@ "type": "git", "url": "git+https://github.com/cutenode/nodevu.git" }, - "keywords": ["node.js", "version", "versions"], - "files": ["/data", "index.js", "LICENSE"], + "keywords": [ + "node.js", + "version", + "versions" + ], + "files": [ + "/data", + "index.js", + "LICENSE" + ], "author": "Tierney Cyren ", "license": "MIT", "bugs": {