strong-error-handler 4.0.1 → 4.0.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/CHANGES.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
2023-03-09, Version 4.0.2
|
|
2
|
+
=========================
|
|
3
|
+
|
|
4
|
+
* chore: lock file maintenance (renovate[bot])
|
|
5
|
+
|
|
6
|
+
* chore: update dependency eslint to ^8.35.0 (renovate[bot])
|
|
7
|
+
|
|
8
|
+
* chore: update dependency http-status to ^1.6.2 (renovate[bot])
|
|
9
|
+
|
|
10
|
+
* chore: update dependency eslint to ^8.34.0 (renovate[bot])
|
|
11
|
+
|
|
12
|
+
* chore: update dependency @commitlint/config-conventional to ^17.4.4 (renovate[bot])
|
|
13
|
+
|
|
14
|
+
* chore: update dependency @types/express to ^4.17.17 (renovate[bot])
|
|
15
|
+
|
|
16
|
+
* chore: update dependency eslint to ^8.31.0 (renovate[bot])
|
|
17
|
+
|
|
18
|
+
* chore: update dependency eslint to ^8.30.0 (renovate[bot])
|
|
19
|
+
|
|
20
|
+
* chore: update dependency @types/express to ^4.17.15 (renovate[bot])
|
|
21
|
+
|
|
22
|
+
* chore: update dependency mocha to ^10.2.0 (renovate[bot])
|
|
23
|
+
|
|
24
|
+
* chore: update dependency supertest to ^6.3.3 (renovate[bot])
|
|
25
|
+
|
|
26
|
+
* chore: update dependency eslint to ^8.29.0 (renovate[bot])
|
|
27
|
+
|
|
28
|
+
* chore: update dependency supertest to ^6.3.2 (renovate[bot])
|
|
29
|
+
|
|
30
|
+
* chore: update dependency @commitlint/config-conventional to ^17.3.0 (renovate[bot])
|
|
31
|
+
|
|
32
|
+
* chore: update dependency eslint to ^8.28.0 (renovate[bot])
|
|
33
|
+
|
|
34
|
+
|
|
1
35
|
2022-11-07, Version 4.0.1
|
|
2
36
|
=========================
|
|
3
37
|
|
|
Binary file
|
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": "4.0.
|
|
5
|
+
"version": "4.0.2",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=10"
|
|
8
8
|
},
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"debug": "^4.3.4",
|
|
22
22
|
"ejs": "^3.1.8",
|
|
23
23
|
"fast-safe-stringify": "^2.1.1",
|
|
24
|
-
"http-status": "^1.
|
|
24
|
+
"http-status": "^1.6.2",
|
|
25
25
|
"js2xmlparser": "^4.0.2",
|
|
26
26
|
"strong-globalize": "^6.0.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@commitlint/config-conventional": "^17.
|
|
30
|
-
"@types/express": "^4.17.
|
|
29
|
+
"@commitlint/config-conventional": "^17.4.4",
|
|
30
|
+
"@types/express": "^4.17.17",
|
|
31
31
|
"chai": "^4.3.7",
|
|
32
|
-
"eslint": "^8.
|
|
32
|
+
"eslint": "^8.35.0",
|
|
33
33
|
"eslint-config-loopback": "^13.1.0",
|
|
34
34
|
"express": "^4.18.2",
|
|
35
|
-
"mocha": "^10.
|
|
36
|
-
"supertest": "^6.3.
|
|
35
|
+
"mocha": "^10.2.0",
|
|
36
|
+
"supertest": "^6.3.3"
|
|
37
37
|
},
|
|
38
38
|
"browser": {
|
|
39
39
|
"strong-error-handler": false
|