anymock-include
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -8,2 +8,1 @@ export interface IAnymockClientConfig { | ||
} | ||
//# sourceMappingURL=anymock-client-config.d.ts.map |
@@ -22,2 +22,1 @@ import { EClients } from './clients'; | ||
} | ||
//# sourceMappingURL=anymock-config.d.ts.map |
@@ -13,2 +13,1 @@ export declare enum EClients { | ||
} | ||
//# sourceMappingURL=clients.d.ts.map |
@@ -7,2 +7,1 @@ export * from './type-helper'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,2 +11,1 @@ export declare type IRequestPipe = (config: { | ||
}) => Promise<any>; | ||
//# sourceMappingURL=request.d.ts.map |
export declare type ConstructorType<I = any, A extends any[] = []> = new (...args: A) => I; | ||
//# sourceMappingURL=type-helper.d.ts.map |
@@ -7,2 +7,1 @@ export declare enum ETypes { | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "anymock-include", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"main": "lib/index.js", | ||
@@ -20,3 +20,3 @@ "files": [ | ||
}, | ||
"gitHead": "319489f717e2298b740ccd386b1c2f0d5263a6e9" | ||
"gitHead": "e763afa764a2bda264a466f89a8d3dfc3e5a67b0" | ||
} |
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
7439