@equinor/fusion-framework-module-context
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,8 @@ # Change Log | ||
## 1.2.2 (2022-12-16) | ||
### Bug Fixes | ||
- **module-context:** import paths ([00df4e0](https://github.com/equinor/fusion-framework/commit/00df4e04b59b8b5e7ac124cdfc726ff3e7b0f5d2)) | ||
## [1.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-context@1.2.0...@equinor/fusion-framework-module-context@1.2.1) (2022-12-14) | ||
@@ -8,0 +14,0 @@ |
import type { IModulesConfigurator, AnyModule, ModuleInitializerArgs } from '@equinor/fusion-framework-module'; | ||
import type { IContextModuleConfigurator } from 'configurator'; | ||
import type { ContextConfigBuilder } from 'ContextConfigBuilder'; | ||
import type { IContextModuleConfigurator } from './configurator'; | ||
import type { ContextConfigBuilder } from './ContextConfigBuilder'; | ||
export declare const enableContext: (configurator: IModulesConfigurator, builder?: (<TDeps extends AnyModule[] = []>(builder: ContextConfigBuilder<TDeps, ModuleInitializerArgs<IContextModuleConfigurator, TDeps>>) => void | Promise<void>) | undefined) => void; |
{ | ||
"name": "@equinor/fusion-framework-module-context", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "./dist/esm/index.js", | ||
}, | ||
"gitHead": "e5668331df89b0ef6ef6175ea1908d4aeb772544" | ||
"gitHead": "02656c04230873efa4aaa758d9b3a974148915f7" | ||
} |
@@ -6,4 +6,4 @@ import type { | ||
} from '@equinor/fusion-framework-module'; | ||
import type { IContextModuleConfigurator } from 'configurator'; | ||
import type { ContextConfigBuilder } from 'ContextConfigBuilder'; | ||
import type { IContextModuleConfigurator } from './configurator'; | ||
import type { ContextConfigBuilder } from './ContextConfigBuilder'; | ||
@@ -10,0 +10,0 @@ import { module } from './module'; |
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
184269