strong-error-handler 3.0.0 → 3.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/CHANGES.md CHANGED
@@ -1,4 +1,10 @@
1
- 2018-06-12, Version 3.0.0
1
+ 2018-07-17, Version 3.1.0
2
+ =========================
3
+
4
+ * [WebFM] cs/pl/ru translation (candytangnb)
5
+
6
+
7
+ 2018-06-11, Version 3.0.0
2
8
  =========================
3
9
 
4
10
  * Allow safeFields to work with arrays (shimks)
@@ -0,0 +1,5 @@
1
+ {
2
+ "85312d2b987e2e44001db3d6963a1364": "Neošetřené pole chyb pro požadavek {0} {1}\n",
3
+ "adcbd4c562b19f45fb5d3427619646d5": "Neošetřená chyba pro požadavek {0} {1}: {2}"
4
+ }
5
+
@@ -0,0 +1,5 @@
1
+ {
2
+ "85312d2b987e2e44001db3d6963a1364": "Nieobsługiwana tablica błędów dla żądania {0} {1}\n",
3
+ "adcbd4c562b19f45fb5d3427619646d5": "Nieobsługiwany błąd dla żądania {0} {1}: {2}"
4
+ }
5
+
@@ -0,0 +1,5 @@
1
+ {
2
+ "85312d2b987e2e44001db3d6963a1364": "Необработанный массив ошибок для запроса {0} {1}\n",
3
+ "adcbd4c562b19f45fb5d3427619646d5": "Необработанная ошибка для запроса {0} {1}: {2}"
4
+ }
5
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "strong-error-handler",
3
3
  "description": "Error handler for use in development and production environments.",
4
4
  "license": "MIT",
5
- "version": "3.0.0",
5
+ "version": "3.1.0",
6
6
  "engines": {
7
7
  "node": ">=6"
8
8
  },