@equinor/fusion-framework-app
Advanced tools
Comparing version 9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970 to 9.1.8
# Change Log | ||
## 9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
## 9.1.8 | ||
### Patch Changes | ||
- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`dbdccb0`](https://github.com/equinor/fusion-framework/commit/dbdccb0c8878b59a6f5f2d404b3daf8f2b138ea6), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: | ||
- @equinor/fusion-framework-module-http@6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework-module-app@6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework-module@4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework@7.2.7-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework-module-feature-flag@1.1.9-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework-module-event@4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- @equinor/fusion-framework-module-msal@3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]: | ||
- @equinor/fusion-framework-module-http@6.1.0 | ||
- @equinor/fusion-framework-module@4.3.5 | ||
- @equinor/fusion-framework@7.2.7 | ||
- @equinor/fusion-framework-module-app@5.3.11 | ||
- @equinor/fusion-framework-module-feature-flag@1.1.9 | ||
- @equinor/fusion-framework-module-event@4.2.4 | ||
- @equinor/fusion-framework-module-msal@3.1.5 | ||
@@ -16,0 +16,0 @@ ## 9.1.7 |
@@ -47,5 +47,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
// TODO - remove check after fusion-cli is updated (app module is not enabled in fusion-cli) | ||
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.appKey) { | ||
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.key) { | ||
modules.event.dispatchEvent('onAppModulesLoaded', { | ||
detail: { appKey: args.env.manifest.appKey, modules }, | ||
detail: { appKey: args.env.manifest.key, modules }, | ||
}); | ||
@@ -52,0 +52,0 @@ } |
// Generated by genversion. | ||
export const version = '9.1.7'; | ||
export const version = '9.1.8'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "9.1.7"; | ||
export declare const version = "9.1.8"; |
{ | ||
"name": "@equinor/fusion-framework-app", | ||
"version": "9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"version": "9.1.8", | ||
"description": "", | ||
@@ -34,8 +34,8 @@ "main": "dist/esm/index.js", | ||
"dependencies": { | ||
"@equinor/fusion-framework": "^7.2.7-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module": "^4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-app": "^6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970" | ||
"@equinor/fusion-framework": "^7.2.7", | ||
"@equinor/fusion-framework-module-app": "^5.3.11", | ||
"@equinor/fusion-framework-module": "^4.3.5", | ||
"@equinor/fusion-framework-module-event": "^4.2.4", | ||
"@equinor/fusion-framework-module-http": "^6.1.0", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@equinor/fusion-framework-module-feature-flag": "^1.1.9-alpha-df90c0f890db097d17d4b84fe6face6323143970" | ||
"@equinor/fusion-framework-module-feature-flag": "^1.1.9" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependenciesMeta": { |
@@ -53,5 +53,5 @@ import { Fusion } from '@equinor/fusion-framework'; | ||
// TODO - remove check after fusion-cli is updated (app module is not enabled in fusion-cli) | ||
if (args.env.manifest?.appKey) { | ||
if (args.env.manifest?.key) { | ||
modules.event.dispatchEvent('onAppModulesLoaded', { | ||
detail: { appKey: args.env.manifest.appKey, modules }, | ||
detail: { appKey: args.env.manifest.key, modules }, | ||
}); | ||
@@ -58,0 +58,0 @@ } |
// Generated by genversion. | ||
export const version = '9.1.7'; | ||
export const version = '9.1.8'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
224985
+ Added@equinor/fusion-framework-module-app@5.3.11(transitive)
- Removed@equinor/fusion-framework-module-app@6.1.1(transitive)