@onylab/common-api 0.1.179 → 0.1.180

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,7 +232,9 @@ declare module "http/Server" {
232
232
  }
233
233
  declare module "http/index" {
234
234
  export * from "http/AuthenticationMiddleware";
235
+ export * from "http/AuthenticationMiddlewareContract";
235
236
  export * from "http/AuthorizationMiddleware";
237
+ export * from "http/AuthorizationMiddlewareContract";
236
238
  export * from "http/Server";
237
239
  export * from "http/ServerContract";
238
240
  export * from "http/HandlerController";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Common API",
4
4
  "main": "dist/common-api.node.min.js",
5
5
  "types": "dist/common-api.d.ts",
6
- "version": "0.1.179",
6
+ "version": "0.1.180",
7
7
  "author": "Paul M.",
8
8
  "license": "NO LICENSE",
9
9
  "engines": {