@kununu/phraseapp-cli 4.0.5 → 4.1.0
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/index.js +1 -1
- package/package.json +6 -6
package/index.js
CHANGED
|
@@ -157,7 +157,7 @@ function downloadLocaleFile(phrase, locale) {
|
|
|
157
157
|
} else {
|
|
158
158
|
// Handle any errors
|
|
159
159
|
console.error(
|
|
160
|
-
`Error: locale file ${getFileName(filePrefix, localeId)}. Message: ${error
|
|
160
|
+
`Error: locale file ${getFileName(filePrefix, localeId)}. Message: ${JSON.stringify(error)}`
|
|
161
161
|
.red,
|
|
162
162
|
);
|
|
163
163
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kununu/phraseapp-cli",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "kununu",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"lint": "eslint . --ext jsx --ext js --ext tsx --ext ts --ignore-path .eslintignore --max-warnings 10"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/parser": "7.28.
|
|
13
|
-
"@babel/traverse": "7.28.
|
|
12
|
+
"@babel/parser": "7.28.5",
|
|
13
|
+
"@babel/traverse": "7.28.5",
|
|
14
14
|
"colors": "1.4.0",
|
|
15
|
-
"dotenv": "17.2.
|
|
16
|
-
"glob": "
|
|
15
|
+
"dotenv": "17.2.3",
|
|
16
|
+
"glob": "13.0.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@kununu/eslint-config": "5.
|
|
19
|
+
"@kununu/eslint-config": "5.11.5"
|
|
20
20
|
}
|
|
21
21
|
}
|