@equinor/fusion-framework-module
Advanced tools
Comparing version 0.1.0-beta.1 to 0.1.0-beta.2
@@ -17,3 +17,3 @@ export interface Module<TKey extends string, TType, TConfig, TDeps extends Array<AnyModule> = []> { | ||
[K in keyof M as M[K] extends Module<infer T, any, any, any> ? T : never]: M[Extract<K, string>]; | ||
} : Record<string, any>; | ||
} : never; | ||
export interface ModulesConfigurator<TModules extends Array<AnyModule>, TRef extends any = ModuleInstance> { | ||
@@ -20,0 +20,0 @@ (config: ModulesConfig<ModulesType<TModules>>, ref?: TRef): void | Promise<void>; |
{ | ||
"name": "@equinor/fusion-framework-module", | ||
"version": "0.1.0-beta.1", | ||
"version": "0.1.0-beta.2", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "main": "./dist/esm/index.js", | ||
}, | ||
"gitHead": "e1d4d80409b59433fbd00703254e13032ada8680" | ||
"gitHead": "c4fe7fa3cee50a64a75a501f2949d2c5e9421cc6" | ||
} |
@@ -34,3 +34,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
} | ||
: Record<string, any>; | ||
: never; | ||
@@ -37,0 +37,0 @@ export interface ModulesConfigurator< |
Sorry, the diff of this file is not supported yet
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
32540