Comparing version 2.2.22 to 2.2.23
@@ -17,3 +17,3 @@ /** | ||
import FileUpload from './fileupload'; | ||
import { GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare } from "./decorators"; | ||
import { GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, Use } from "./decorators"; | ||
import { IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, TextCodes, RequestMethod } from "./common"; | ||
@@ -36,2 +36,2 @@ import { Constructable, MiddleWareOptions } from "interfaces"; | ||
}; | ||
export { Server, Router, View, Request, Response, validation, Cipher, FileUpload, GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, Constructable, TextCodes, RequestMethod, MiddleWareOptions }; | ||
export { Server, Router, View, Request, Response, validation, Cipher, FileUpload, GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, Constructable, TextCodes, RequestMethod, MiddleWareOptions, Use }; |
@@ -37,2 +37,3 @@ "use strict"; | ||
exports.RouteMiddleWare = decorators_1.RouteMiddleWare; | ||
exports.Use = decorators_1.Use; | ||
const common_1 = require("./common"); | ||
@@ -39,0 +40,0 @@ exports.APiError = common_1.APiError; |
{ | ||
"name": "grandjs", | ||
"version": "2.2.22", | ||
"version": "2.2.23", | ||
"description": "A backend framework for solid web apps based on node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
259744
5640