@equinor/fusion-framework-app
Advanced tools
Comparing version 9.1.9 to 9.1.10-next-43b4cac9210dd754e552b9f32ae229477e5ca643
# Change Log | ||
## 9.1.10-next-43b4cac9210dd754e552b9f32ae229477e5ca643 | ||
### Patch Changes | ||
- Updated dependencies [[`9f6eec8`](https://github.com/equinor/fusion-framework/commit/9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8)]: | ||
- @equinor/fusion-framework-module-app@6.0.0-next-43b4cac9210dd754e552b9f32ae229477e5ca643 | ||
## 9.1.9 | ||
@@ -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 @@ } |
@@ -5,2 +5,3 @@ import type { Fusion } from '@equinor/fusion-framework'; | ||
import type { IAppConfigurator } from './AppConfigurator'; | ||
import { ConfigEnvironment } from '@equinor/fusion-framework-module-app'; | ||
export type { AppModules, AppManifest, AppConfig, AppModulesInstance, } from '@equinor/fusion-framework-module-app'; | ||
@@ -14,3 +15,3 @@ /** | ||
*/ | ||
export type AppEnv<TConfig = unknown, TProps = unknown> = { | ||
export type AppEnv<TConfig extends ConfigEnvironment = ConfigEnvironment, TProps = unknown> = { | ||
/** base routing path of the application */ | ||
@@ -17,0 +18,0 @@ basename?: string; |
{ | ||
"name": "@equinor/fusion-framework-app", | ||
"version": "9.1.9", | ||
"version": "9.1.10-next-43b4cac9210dd754e552b9f32ae229477e5ca643", | ||
"description": "", | ||
@@ -34,5 +34,5 @@ "main": "dist/esm/index.js", | ||
"dependencies": { | ||
"@equinor/fusion-framework-module": "^4.3.5", | ||
"@equinor/fusion-framework": "^7.2.8", | ||
"@equinor/fusion-framework-module": "^4.3.5", | ||
"@equinor/fusion-framework-module-app": "^5.3.11", | ||
"@equinor/fusion-framework-module-app": "^6.0.0-next-43b4cac9210dd754e552b9f32ae229477e5ca643", | ||
"@equinor/fusion-framework-module-event": "^4.2.4", | ||
@@ -39,0 +39,0 @@ "@equinor/fusion-framework-module-msal": "^3.1.5", |
@@ -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 @@ } |
@@ -13,2 +13,3 @@ import type { Fusion } from '@equinor/fusion-framework'; | ||
import type { IAppConfigurator } from './AppConfigurator'; | ||
import { ConfigEnvironment } from '@equinor/fusion-framework-module-app'; | ||
@@ -29,3 +30,3 @@ export type { | ||
*/ | ||
export type AppEnv<TConfig = unknown, TProps = unknown> = { | ||
export type AppEnv<TConfig extends ConfigEnvironment = ConfigEnvironment, TProps = unknown> = { | ||
/** base routing path of the application */ | ||
@@ -32,0 +33,0 @@ basename?: string; |
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
226714
567
1
+ Added@equinor/fusion-framework-module-app@6.1.3(transitive)
- Removed@equinor/fusion-framework-module-app@5.3.11(transitive)
Updated@equinor/fusion-framework-module-app@^6.0.0-next-43b4cac9210dd754e552b9f32ae229477e5ca643