Comparing version 0.6.2 to 0.6.3
@@ -36,3 +36,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function setRedirect(url: string, status: 301 | 302): void; | ||
interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> { | ||
export interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> { | ||
value: Awaited<T>; | ||
@@ -43,2 +43,1 @@ chain(...params: Params): Chainable<Params, R, Next>; | ||
export declare function makeDxContext<T, Params extends any[], R = any, Next = (...np: any[]) => any>(maker: (...params: Params) => T): Context<T, Params, R, Next>; | ||
export {}; |
@@ -36,3 +36,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function setRedirect(url: string, status: 301 | 302): void; | ||
interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> { | ||
export interface Context<T, Params extends any[], R = any, Next = (...np: any[]) => any> { | ||
value: Awaited<T>; | ||
@@ -43,2 +43,1 @@ chain(...params: Params): Chainable<Params, R, Next>; | ||
export declare function makeDxContext<T, Params extends any[], R = any, Next = (...np: any[]) => any>(maker: (...params: Params) => T): Context<T, Params, R, Next>; | ||
export {}; |
{ | ||
"name": "dx-server", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"main": "./cjs/index.js", | ||
@@ -39,3 +39,4 @@ "homepage": "https://github.com/tranvansang/dx-server", | ||
"urlpattern-polyfill": "^10.0.0" | ||
} | ||
}, | ||
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" | ||
} |
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
176830
67
2098