@dyndns/ipify
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -290,3 +290,3 @@ var __defProp = Object.defineProperty; | ||
init_src2(); | ||
yargs(hideBin(process.argv.slice(2))).command( | ||
yargs(hideBin(process.argv)).command( | ||
["get", "$0"], | ||
@@ -304,5 +304,5 @@ "ipify.org command-line interface (CLI)", | ||
} | ||
).help().argv; | ||
).help().parse(); | ||
} | ||
}); | ||
export default require_ipify(); |
{ | ||
"name": "@dyndns/ipify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.cjs", |
Sorry, the diff of this file is not supported yet
28356