@globalbrain/sefirot 4.48.0 → 4.48.1

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.
@@ -216,8 +216,8 @@ export function useErrorHandler({
216
216
  }
217
217
 
218
218
  const statusCode = getHttpStatusCode(e)
219
- if (!statusCode || statusCode < 400 || statusCode >= 500) {
220
- //
219
+ if (!statusCode || statusCode <= 400 || statusCode >= 500) {
220
+ // ^ report 400 too because it might be caused by a bug in the frontend code
221
221
 
222
222
  const $ = instance && instance.$
223
223
  const metadata = $ && {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "4.48.0",
3
+ "version": "4.48.1",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "keywords": [
6
6
  "components",