@equinor/fusion-framework-app
Advanced tools
Comparing version
# Change Log | ||
## 9.1.9-alpha-dep-8ca2072f748f36baccdefa6e0d6544f474e92730 | ||
### Patch Changes | ||
- Updated dependencies [[`c5d0818`](https://github.com/equinor/fusion-framework/commit/c5d0818df9793ac4d8a2aed2a07cf359d909d522)]: | ||
- @equinor/fusion-framework-module-app@6.0.0-alpha-dep-8ca2072f748f36baccdefa6e0d6544f474e92730 | ||
## 9.1.8 | ||
@@ -4,0 +11,0 @@ |
@@ -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.key) { | ||
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.appKey) { | ||
modules.event.dispatchEvent('onAppModulesLoaded', { | ||
detail: { appKey: args.env.manifest.key, modules }, | ||
detail: { appKey: args.env.manifest.appKey, modules }, | ||
}); | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "@equinor/fusion-framework-app", | ||
"version": "9.1.8", | ||
"version": "9.1.9-alpha-dep-8ca2072f748f36baccdefa6e0d6544f474e92730", | ||
"description": "", | ||
@@ -35,7 +35,7 @@ "main": "dist/esm/index.js", | ||
"@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-app": "^6.0.0-alpha-dep-8ca2072f748f36baccdefa6e0d6544f474e92730", | ||
"@equinor/fusion-framework-module-http": "^6.1.0", | ||
"@equinor/fusion-framework-module-event": "^4.2.4", | ||
"@equinor/fusion-framework-module-http": "^6.1.0", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5" | ||
"@equinor/fusion-framework-module-msal": "^3.1.5", | ||
"@equinor/fusion-framework-module": "^4.3.5" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
@@ -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?.key) { | ||
if (args.env.manifest?.appKey) { | ||
modules.event.dispatchEvent('onAppModulesLoaded', { | ||
detail: { appKey: args.env.manifest.key, modules }, | ||
detail: { appKey: args.env.manifest.appKey, modules }, | ||
}); | ||
@@ -58,0 +58,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
225367
0.17%1
Infinity%+ Added
- Removed
Updated