@equinor/fusion-framework-module-app
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.0.9 (2022-10-03) | ||
**Note:** Version bump only for package @equinor/fusion-framework-module-app | ||
## [1.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@1.0.7...@equinor/fusion-framework-module-app@1.0.8) (2022-09-29) | ||
@@ -8,0 +16,0 @@ |
import { BehaviorSubject } from 'rxjs'; | ||
export class AppProvider { | ||
_app$; | ||
_currentApp$; | ||
constructor() { | ||
this._app$ = new BehaviorSubject({}); | ||
this._currentApp$ = new BehaviorSubject(null); | ||
} | ||
get app$() { | ||
@@ -11,6 +13,2 @@ return this._app$.asObservable(); | ||
} | ||
constructor() { | ||
this._app$ = new BehaviorSubject({}); | ||
this._currentApp$ = new BehaviorSubject(null); | ||
} | ||
setCurrentApp(app) { | ||
@@ -17,0 +15,0 @@ if (typeof app === 'string') { |
@@ -14,5 +14,2 @@ export var ContextTypes; | ||
export class ContextType { | ||
id; | ||
isChildType; | ||
parentTypeIds; | ||
constructor(id, isChildType, parentTypeIds = []) { | ||
@@ -19,0 +16,0 @@ this.id = id; |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -26,9 +26,9 @@ "main": "dist/esm/index.js", | ||
"dependencies": { | ||
"@equinor/fusion-framework-module": "^1.2.2", | ||
"@equinor/fusion-framework-module": "^1.2.3", | ||
"rxjs": "^7.5.6" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.8.2" | ||
"typescript": "^4.8.4" | ||
}, | ||
"gitHead": "81198e7772ed6e1f0c318fc37c5b4f2a9fe72ada" | ||
"gitHead": "573a97b7b0938a4cfad7063480ad88b5adab6ba1" | ||
} |
Sorry, the diff of this file is not supported yet
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
73135
240