appolo-agent
Advanced tools
Comparing version 6.0.21 to 6.0.22
@@ -138,3 +138,4 @@ "use strict"; | ||
error(...fn) { | ||
return this.use(...fn); | ||
this._middlewaresError.push(...fn); | ||
return this; | ||
} | ||
@@ -141,0 +142,0 @@ get server() { |
@@ -215,3 +215,4 @@ import {IOptions} from "./IOptions"; | ||
error(...fn: MiddlewareHandlerErrorOrAny[]): this { | ||
return this.use(...fn) | ||
this._middlewaresError.push(...fn); | ||
return this | ||
} | ||
@@ -218,0 +219,0 @@ |
@@ -27,3 +27,3 @@ { | ||
"main": "./index.js", | ||
"version": "6.0.21", | ||
"version": "6.0.22", | ||
"license": "MIT", | ||
@@ -37,4 +37,4 @@ "repository": { | ||
"dependencies": { | ||
"appolo-cache": "^6.0.4", | ||
"appolo-event-dispatcher": "^6.0.7", | ||
"appolo-cache": "^6.0.6", | ||
"appolo-event-dispatcher": "^6.0.8", | ||
"appolo-route": "^6.0.2", | ||
@@ -41,0 +41,0 @@ "bluebird": "^3.5.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93274
1558
Updatedappolo-cache@^6.0.6