@tinkoff/dippy
Advanced tools
Comparing version 0.8.14 to 0.8.15
@@ -6,6 +6,3 @@ import type { Provider } from '../Provider'; | ||
type ModuleExtendType<E extends ExtendType> = { | ||
[key in keyof E]: (...args: Parameters<E[key]>) => { | ||
mainModule: ModuleType; | ||
providers: ReturnType<E[key]>; | ||
}; | ||
[key in keyof E]: (...args: Parameters<E[key]>) => ModuleType; | ||
}; | ||
@@ -12,0 +9,0 @@ export declare function declareModule<Extend extends ExtendType>({ name, providers, imports, extend, }: { |
{ | ||
"name": "@tinkoff/dippy", | ||
"version": "0.8.14", | ||
"version": "0.8.15", | ||
"initialVersion": "0.7.27", | ||
@@ -5,0 +5,0 @@ "description": "", |
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
74275
1599