Comparing version 0.7.13 to 0.7.14
@@ -255,4 +255,6 @@ /** | ||
const err = new FetchrError( | ||
`operation: ${this.operation} is undefined on service: ${this.resource}`, | ||
`Operation "${this.operation}" is not allowed for resource "${sanitizeResourceName(this.resource)}"`, | ||
); | ||
err.statusCode = 405; | ||
return { err }; | ||
@@ -259,0 +261,0 @@ } |
{ | ||
"name": "fetchr", | ||
"version": "0.7.13", | ||
"version": "0.7.14", | ||
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", | ||
@@ -43,3 +43,3 @@ "main": "./libs/fetcher.js", | ||
"prettier": "^3.0.0", | ||
"puppeteer": "^22.0.0", | ||
"puppeteer": "^23.2.1", | ||
"sinon": "^18.0.0", | ||
@@ -46,0 +46,0 @@ "supertest": "7.0.0", |
75586
1427