Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/wootils/", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"repository": "homer0/wootils", | ||
@@ -12,22 +12,23 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", | ||
"jimple": "^1.5.0", | ||
"fs-extra": "^9.0.0", | ||
"fs-extra": "^9.0.1", | ||
"colors": "^1.4.0", | ||
"urijs": "^1.19.2", | ||
"statuses": "^1.5.0", | ||
"statuses": "^2.0.0", | ||
"extend": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-homer0": "^3.0.3", | ||
"jest-ex": "^8.0.1", | ||
"jest-cli": "^25.3.0", | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-homer0": "^4.0.0", | ||
"jest-ex": "^9.0.0", | ||
"jest-cli": "^26.1.0", | ||
"jasmine-expect": "^4.0.3", | ||
"@babel/preset-env": "7.9.5", | ||
"@babel/core": "7.9.0", | ||
"@babel/plugin-transform-runtime": "7.9.0", | ||
"@babel/preset-env": "7.10.3", | ||
"@babel/core": "7.10.3", | ||
"@babel/plugin-transform-runtime": "7.10.3", | ||
"esdoc": "^1.1.0", | ||
"esdoc-standard-plugin": "^1.0.0", | ||
"esdoc-node": "1.0.4", | ||
"leasot": "^10.2.0", | ||
"coveralls": "^3.0.11" | ||
"leasot": "^11.0.0", | ||
"lint-staged": "^10.2.11", | ||
"coveralls": "^3.1.0" | ||
}, | ||
@@ -38,2 +39,5 @@ "engine-strict": true, | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint" | ||
}, | ||
"main": "src/index.js", | ||
@@ -40,0 +44,0 @@ "scripts": { |
@@ -352,3 +352,3 @@ const statuses = require('statuses'); | ||
*/ | ||
responseStatus >= statuses['Bad Request'] ? | ||
responseStatus >= statuses('bad request') ? | ||
Promise.reject(this.error(response, responseStatus)) : | ||
@@ -355,0 +355,0 @@ response |
@@ -166,3 +166,2 @@ jest.unmock('/shared/eventsHub'); | ||
it('should allow new subscribers for reduced events (number)', () => { | ||
@@ -169,0 +168,0 @@ // Given |
Sorry, the diff of this file is not supported yet
365939
14
+ Addedstatuses@2.0.1(transitive)
- Removedstatuses@1.5.0(transitive)
Updatedfs-extra@^9.0.1
Updatedstatuses@^2.0.0