node-ssh-no-cpu-features
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "node-ssh-no-cpu-features", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "SSH2 with Promises", | ||
@@ -20,4 +20,5 @@ "main": "lib/cjs/index.js", | ||
"lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)", | ||
"build:clean": "rmdir /s /q lib", | ||
"build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && move lib/esm/index.js lib/esm/index.mjs", | ||
"prepare": "yarn build:clean && yarn build:cjs && yarn build:esm && yarn build:typings", | ||
"build:clean": "rimraf lib", | ||
"build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && shx mv lib/esm/index.js lib/esm/index.mjs", | ||
"build:cjs": "tsc --module commonjs --target es2018 --outDir lib/cjs", | ||
@@ -47,2 +48,4 @@ "build:typings": "tsc --declaration --outDir lib/typings --emitDeclarationOnly" | ||
"ava": "^3.15.0", | ||
"rimraf": "^5.0.1", | ||
"shx": "^0.3.4", | ||
"eslint-config-steelbrain": "^11.0.0", | ||
@@ -61,3 +64,3 @@ "node-pty": "^0.10.1", | ||
"shell-escape": "^0.2.0", | ||
"ssh2-no-cpu-features": "^1.0.0" | ||
"ssh2-no-cpu-features": "^2.0.0" | ||
}, | ||
@@ -78,2 +81,2 @@ "ava": { | ||
} | ||
} | ||
} |
79066
9
+ Addedssh2-no-cpu-features@2.0.0(transitive)
- Removedssh2-no-cpu-features@1.0.0(transitive)
Updatedssh2-no-cpu-features@^2.0.0