hb-zp-tools 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ZpTool.js +1 -9
- package/package.json +2 -2
package/lib/ZpTool.js
CHANGED
|
@@ -747,15 +747,7 @@ class ZpTool extends CommandLineTool {
|
|
|
747
747
|
parser
|
|
748
748
|
.help('h', 'help', help.zp)
|
|
749
749
|
.version('V', 'version')
|
|
750
|
-
.
|
|
751
|
-
if (this.vdebugEnabled) {
|
|
752
|
-
this.setOptions({ vvdebug: true })
|
|
753
|
-
} else if (this.debugEnabled) {
|
|
754
|
-
this.setOptions({ vdebug: true })
|
|
755
|
-
} else {
|
|
756
|
-
this.setOptions({ debug: true, chalk: true })
|
|
757
|
-
}
|
|
758
|
-
})
|
|
750
|
+
.debug('D', 'debug', this)
|
|
759
751
|
.option('H', 'host', (value) => {
|
|
760
752
|
OptionParser.toHost('host', value, false, true)
|
|
761
753
|
clargs.options.host = value
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"ebaauw"
|
|
7
7
|
],
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.4",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"exports": {
|
|
12
12
|
"./*": "./lib/*.js"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"node": "^24||^22"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"hb-lib-tools": "~3.0.
|
|
32
|
+
"hb-lib-tools": "~3.0.6",
|
|
33
33
|
"he": "^1.2.0",
|
|
34
34
|
"xml2js": "~0.6.2"
|
|
35
35
|
},
|