@esgettext/tools 1.3.0 → 1.3.1
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/dist/commands/install.js
CHANGED
|
@@ -97,7 +97,7 @@ class MsgmergeAll {
|
|
|
97
97
|
multi: true,
|
|
98
98
|
type: 'string',
|
|
99
99
|
describe: gtx._x("Options to pass to '{program}' program (without hyphens)", { program: 'msgmerge' }),
|
|
100
|
-
default: (_h = (_g = this.configuration.programs) === null || _g === void 0 ? void 0 : _g.
|
|
100
|
+
default: (_h = (_g = this.configuration.programs) === null || _g === void 0 ? void 0 : _g.msgmerge) === null || _h === void 0 ? void 0 : _h.options,
|
|
101
101
|
group: gtx._('Mode of operation:'),
|
|
102
102
|
},
|
|
103
103
|
verbose: {
|
package/dist/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esgettext/tools",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Gettext-like po creation and manipulation",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"valibot": "^0.31.1",
|
|
102
102
|
"yargs": "^17.7.2"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "cdc3f0b16ceb2692722109bbcc3078d156c3d2ec"
|
|
105
105
|
}
|