@equinor/fusion-framework-module-context
Advanced tools
Comparing version 4.0.8 to 4.0.9
# Change Log | ||
## 4.0.9 | ||
### Patch Changes | ||
- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages** | ||
- align all versions of typescript | ||
- update types to build | ||
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future | ||
## 4.0.8 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-module-context", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "", | ||
@@ -42,5 +42,5 @@ "main": "./dist/esm/index.js", | ||
"devDependencies": { | ||
"@equinor/fusion-framework-module": "^4.1.0", | ||
"@equinor/fusion-framework-module": "^4.2.0", | ||
"@equinor/fusion-framework-module-event": "^4.0.1", | ||
"@equinor/fusion-framework-module-navigation": "^2.1.2", | ||
"@equinor/fusion-framework-module-navigation": "^3.0.0", | ||
"@equinor/fusion-framework-module-services": "^3.1.2", | ||
@@ -47,0 +47,0 @@ "rxjs": "^7.5.7" |
@@ -61,9 +61,7 @@ import { ObservableInput } from 'rxjs'; | ||
resolveInitialContext?: ( | ||
args: { | ||
ref?: AnyModuleInstance | any; | ||
modules: ModuleInstance; | ||
} | ||
// ...args: Parameters<ContextModule['postInitialize']> | ||
) => ObservableInput<ContextItem | void>; | ||
resolveInitialContext?: (args: { | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
ref?: AnyModuleInstance | any; | ||
modules: ModuleInstance; | ||
}) => ObservableInput<ContextItem | void>; | ||
} | ||
@@ -70,0 +68,0 @@ |
Sorry, the diff of this file is not supported yet
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
271510
1991