Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions aliases/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@bnb.im> (https://bnb.im/)",
"license": "MIT",
"bugs": {
Expand Down
8 changes: 6 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -16,7 +16,11 @@
},
"author": "Tierney Cyren <hello@bnb.im> (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",
Expand Down
12 changes: 9 additions & 3 deletions fetchindex/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <hello@bnb.im> (https://bnb.im/)",
"license": "MIT",
"bugs": {
Expand Down
12 changes: 9 additions & 3 deletions newest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <hello@bnb.im> (https://bnb.im/)",
"license": "MIT",
"bugs": {
Expand Down
12 changes: 9 additions & 3 deletions oldest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <hello@bnb.im> (https://bnb.im/)",
"license": "MIT",
"bugs": {
Expand Down
14 changes: 11 additions & 3 deletions parsefiles/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <hello@bnb.im>",
"license": "MIT",
"devDependencies": {
Expand Down
7 changes: 5 additions & 2 deletions ranges/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 11 additions & 3 deletions static/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <hello@bnb.im>",
"license": "MIT",
"bugs": {
Expand Down
Loading