@vue-storefront/middleware
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -168,3 +168,3 @@ 'use strict'; | ||
if (status < 500) { | ||
const errMsg = error?.message ?? `Request faileds with status code ${status}`; | ||
const errMsg = error?.message ?? `Request failed with status code ${status}`; | ||
/** | ||
@@ -171,0 +171,0 @@ * For all 4xx error codes or client error codes we wanted to send the error message |
@@ -156,3 +156,3 @@ import consola from 'consola'; | ||
if (status < 500) { | ||
const errMsg = error?.message ?? `Request faileds with status code ${status}`; | ||
const errMsg = error?.message ?? `Request failed with status code ${status}`; | ||
/** | ||
@@ -159,0 +159,0 @@ * For all 4xx error codes or client error codes we wanted to send the error message |
{ | ||
"name": "@vue-storefront/middleware", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "lib/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.es.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
78523