Skip to content

Commit 704cd1e

Browse files
committedMar 23, 2023
deps: nopt@7.1.0
1 parent a6da22a commit 704cd1e

File tree

7 files changed

+557
-518
lines changed

7 files changed

+557
-518
lines changed
 

‎node_modules/nopt/lib/debug.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* istanbul ignore next */
2+
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
3+
? function () {
4+
console.error.apply(console, arguments)
5+
}
6+
: function () {}

‎node_modules/nopt/lib/nopt-lib.js

+428
Large diffs are not rendered by default.

‎node_modules/nopt/lib/nopt.js

+21-506
Large diffs are not rendered by default.

‎node_modules/nopt/lib/type-defs.js

+91
Original file line numberDiff line numberDiff line change

‎node_modules/nopt/package.json

+6-7
Original file line numberDiff line numberDiff line change

‎package-lock.json

+4-4
Original file line numberDiff line numberDiff line change

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"minipass-pipeline": "^1.2.4",
9393
"ms": "^2.1.2",
9494
"node-gyp": "^9.3.1",
95-
"nopt": "^7.0.0",
95+
"nopt": "^7.1.0",
9696
"npm-audit-report": "^4.0.0",
9797
"npm-install-checks": "^6.0.0",
9898
"npm-package-arg": "^10.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.