node-version-alias
Advanced tools
Comparing version
import type { Options as AllNodeVersionsOptions } from 'all-node-versions' | ||
import type { | ||
Options as NormalizeNodeVersionOptions, | ||
Options as NormalizeVersionOptions, | ||
SemverVersion, | ||
@@ -10,3 +10,3 @@ } from 'normalize-node-version' | ||
// @ts-error @typescript-eslint/no-duplicate-type-constituents | ||
type UpstreamOptions = AllNodeVersionsOptions & NormalizeNodeVersionOptions | ||
type UpstreamOptions = AllNodeVersionsOptions & NormalizeVersionOptions | ||
@@ -13,0 +13,0 @@ export interface Options { |
@@ -49,3 +49,3 @@ import normalizeNodeVersion from"normalize-node-version"; | ||
if(aliasResult===undefined){ | ||
if(aliasResult===undefined||aliasResult===""){ | ||
return | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "node-version-alias", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"type": "module", | ||
@@ -57,13 +57,15 @@ "exports": { | ||
"dependencies": { | ||
"all-node-versions": "^13.0.0", | ||
"filter-obj": "^5.1.0", | ||
"all-node-versions": "^13.0.1", | ||
"filter-obj": "^6.1.0", | ||
"is-plain-obj": "^4.1.0", | ||
"normalize-node-version": "^14.0.0", | ||
"normalize-node-version": "^14.0.1", | ||
"path-exists": "^5.0.0", | ||
"semver": "^7.5.4" | ||
"semver": "^7.7.1" | ||
}, | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^2.0.102", | ||
"@ehmicky/dev-tasks": "^3.0.33", | ||
"@ehmicky/eslint-config": "^20.0.31", | ||
"@ehmicky/prettier-config": "^1.0.6", | ||
"got": "^13.0.0", | ||
"test-each": "^7.0.0" | ||
"test-each": "^7.0.1" | ||
}, | ||
@@ -70,0 +72,0 @@ "engines": { |
@@ -39,11 +39,2 @@ [](https://www.npmjs.com/package/node-version-alias) | ||
# Hire me | ||
Please | ||
[reach out](https://www.linkedin.com/feed/update/urn:li:activity:7117265228068716545/) | ||
if you're looking for a Node.js API or CLI engineer (11 years of experience). | ||
Most recently I have been [Netlify Build](https://github.com/netlify/build)'s | ||
and [Netlify Plugins](https://www.netlify.com/products/build/plugins/)' | ||
technical lead for 2.5 years. I am available for full-time remote positions. | ||
# Examples | ||
@@ -50,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
29173
-1.08%5
66.67%199
-4.33%- Removed
Updated
Updated
Updated