yargs 17.6.0 → 17.6.2
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/locales/cs.json +1 -1
- package/locales/fi.json +1 -1
- package/package.json +3 -3
package/locales/cs.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"generated-value": "generovaná-hodnota",
|
|
16
16
|
"Not enough non-option arguments: got %s, need at least %s": {
|
|
17
17
|
"one": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s",
|
|
18
|
-
"other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s"
|
|
18
|
+
"other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s"
|
|
19
19
|
},
|
|
20
20
|
"Too many non-option arguments: got %s, maximum of %s": {
|
|
21
21
|
"one": "Příliš mnoho argumentů: zadáno %s, maximálně %s",
|
package/locales/fi.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yargs",
|
|
3
|
-
"version": "17.6.
|
|
3
|
+
"version": "17.6.2",
|
|
4
4
|
"description": "yargs the modern, pirate-themed, successor to optimist.",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"exports": {
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"require-directory": "^2.1.1",
|
|
60
60
|
"string-width": "^4.2.3",
|
|
61
61
|
"y18n": "^5.0.5",
|
|
62
|
-
"yargs-parser": "^21.
|
|
62
|
+
"yargs-parser": "^21.1.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/chai": "^4.2.11",
|
|
66
66
|
"@types/mocha": "^9.0.0",
|
|
67
|
-
"@types/node": "^
|
|
67
|
+
"@types/node": "^18.0.0",
|
|
68
68
|
"c8": "^7.7.0",
|
|
69
69
|
"chai": "^4.2.0",
|
|
70
70
|
"chalk": "^4.0.0",
|