@equinor/fusion-framework-module
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.2.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module@1.2.3...@equinor/fusion-framework-module@1.2.4) (2022-10-17) | ||
### Bug Fixes | ||
* expose init interface for modules ([208cf79](https://github.com/equinor/fusion-framework/commit/208cf792b83d093a0c9ba1cdf919b4196e442989)) | ||
## 1.2.3 (2022-10-03) | ||
@@ -8,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = { | ||
export declare type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = { | ||
ref?: any; | ||
@@ -3,0 +3,0 @@ config: TConfig; |
{ | ||
"name": "@equinor/fusion-framework-module", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "main": "dist/esm/index.js", | ||
}, | ||
"gitHead": "573a97b7b0938a4cfad7063480ad88b5adab6ba1" | ||
"gitHead": "c36c98d5df35fab64c8afe40dd0072e8806655e4" | ||
} |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = { | ||
export type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = { | ||
ref?: any; | ||
@@ -5,0 +5,0 @@ config: TConfig; |
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
118573