@tryghost/errors 1.2.9 → 1.2.10
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/lib/errors.js +1 -1
- package/package.json +2 -2
package/lib/errors.js
CHANGED
|
@@ -170,7 +170,7 @@ const ghostErrors = {
|
|
|
170
170
|
}, options));
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
-
RequestNotAcceptableError: class
|
|
173
|
+
RequestNotAcceptableError: class RequestNotAcceptableError extends GhostError {
|
|
174
174
|
constructor(options) {
|
|
175
175
|
super(merge({
|
|
176
176
|
statusCode: 406,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/errors",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"repository": "https://github.com/TryGhost/framework/tree/main/packages/errors",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"utils-copy-error": "^1.0.1",
|
|
30
30
|
"uuid": "^8.3.2"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "4a105c2e93c720df158f10c6036f86e5575ca440"
|
|
33
33
|
}
|