@equinor/fusion-framework-module-app
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@2.0.1...@equinor/fusion-framework-module-app@2.1.0) (2022-12-05) | ||
### Features | ||
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2)) | ||
## [2.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@2.0.1...@equinor/fusion-framework-module-app@2.0.2) (2022-12-05) | ||
@@ -8,0 +14,0 @@ |
@@ -12,2 +12,3 @@ import { Observable } from 'rxjs'; | ||
readonly current$: Observable<AppManifest | undefined>; | ||
current: AppManifest | undefined; | ||
loadApp<TEnvironment = unknown, TModule = any>(appKey: string): Observable<AppBundle<TEnvironment, TModule>>; | ||
@@ -14,0 +15,0 @@ } |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "main": "dist/esm/index.js", | ||
}, | ||
"gitHead": "3bb1fed86aad515b594dad564444575ef552d87d" | ||
"gitHead": "853945f3f7e97bc5370ce68c4f9d6b513bbac5c5" | ||
} |
@@ -40,3 +40,3 @@ import { | ||
readonly current$: Observable<AppManifest | undefined>; | ||
current: AppManifest | undefined; | ||
loadApp<TEnvironment = unknown, TModule = any>( | ||
@@ -43,0 +43,0 @@ appKey: string |
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
155608
639