ensure-port
Advanced tools
Comparing version
{ | ||
"name": "ensure-port", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Makes sure you get an available port", | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,10 +23,6 @@ "typings": "dist/cjs/index.d.ts", | ||
".": { | ||
"import": { | ||
"default": "./dist/mjs/index.js", | ||
"types": "./dist/mjs/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts" | ||
} | ||
"import": "./dist/mjs/index.js", | ||
"module": "./dist/mjs/index.js", | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/mjs/index.d.ts" | ||
} | ||
@@ -50,6 +47,6 @@ }, | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.6.2", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"eslint": "^8.20.0", | ||
"@types/node": "^18.6.4", | ||
"@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"@typescript-eslint/parser": "^5.32.0", | ||
"eslint": "^8.21.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -56,0 +53,0 @@ "eslint-plugin-no-only-tests": "^3.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Yes
NaN84917
-0.05%