appolo-agent
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -12,2 +12,6 @@ "use strict"; | ||
exports.InternalServerError = internalServerError_1.InternalServerError; | ||
var unauthorizedError_1 = require("./lib/errors/unauthorizedError"); | ||
exports.UnauthorizedError = unauthorizedError_1.UnauthorizedError; | ||
var notFoundError_1 = require("./lib/errors/notFoundError"); | ||
exports.NotFoundError = notFoundError_1.NotFoundError; | ||
var appolo_route_1 = require("appolo-route"); | ||
@@ -14,0 +18,0 @@ exports.Methods = appolo_route_1.Methods; |
import {IOptions} from "./lib/IOptions"; | ||
import {Agent} from "./lib/agent"; | ||
import {MiddlewareHandler, MiddlewareHandlerAny, MiddlewareHandlerParams, NextFn} from "./lib/types"; | ||
import {NotFoundError} from "./lib/errors/notFoundError"; | ||
import {UnauthorizedError} from "./lib/errors/unauthorizedError"; | ||
@@ -10,2 +12,4 @@ export {Agent} from './lib/agent' | ||
export {InternalServerError} from './lib/errors/internalServerError' | ||
export {UnauthorizedError} from './lib/errors/unauthorizedError' | ||
export {NotFoundError} from './lib/errors/notFoundError' | ||
export {IRequest} from './lib/request' | ||
@@ -12,0 +16,0 @@ export {IResponse} from './lib/response' |
@@ -22,3 +22,3 @@ { | ||
"main": "./index.js", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"license": "MIT", | ||
@@ -25,0 +25,0 @@ "repository": { |
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
68630
53
1282