@equinor/fusion-framework-cli 10.5.0 → 10.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +546 -518
- package/dist/bin/build-application.js.map +1 -1
- package/dist/bin/bundle-application.js +2 -2
- package/dist/bin/bundle-application.js.map +1 -1
- package/dist/bin/create-dev-serve.js.map +1 -1
- package/dist/bin/create-export-config.js.map +1 -1
- package/dist/bin/create-export-manifest.js.map +1 -1
- package/dist/bin/dev-portal/AppLoader.js +1 -1
- package/dist/bin/dev-portal/AppLoader.js.map +1 -1
- package/dist/bin/dev-portal/BookMarkSideSheet.js.map +1 -1
- package/dist/bin/dev-portal/ContextSelector/ContextSelector.js.map +1 -1
- package/dist/bin/dev-portal/ContextSelector/useContextResolver.js +2 -2
- package/dist/bin/dev-portal/ContextSelector/useContextResolver.js.map +1 -1
- package/dist/bin/dev-portal/EquinorLoader.js.map +1 -1
- package/dist/bin/dev-portal/ErrorViewer.js.map +1 -1
- package/dist/bin/dev-portal/FusionLogo.js +1 -1
- package/dist/bin/dev-portal/FusionLogo.js.map +1 -1
- package/dist/bin/dev-portal/Header.Actions.js +1 -3
- package/dist/bin/dev-portal/Header.Actions.js.map +1 -1
- package/dist/bin/dev-portal/Header.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/index.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureSheetContent.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerApp.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/FeatureTogglerPortal.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/LandingSheetContent.js.map +1 -1
- package/dist/bin/dev-portal/PersonSideSheet/sheets/Styled.js.map +1 -1
- package/dist/bin/dev-portal/Router.js.map +1 -1
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/dev-portal/main.js.map +1 -1
- package/dist/bin/dev-portal/useAppContextNavigation.js +11 -0
- package/dist/bin/dev-portal/useAppContextNavigation.js.map +1 -1
- package/dist/bin/main.app.js +20 -10
- package/dist/bin/main.app.js.map +1 -1
- package/dist/bin/main.js.map +1 -1
- package/dist/bin/public/assets/index-DGNw04_i.js +3637 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/bin/publish-application.js.map +1 -1
- package/dist/bin/tag-application.js.map +1 -1
- package/dist/bin/upload-application.js.map +1 -1
- package/dist/bin/upload-export-config.js.map +1 -1
- package/dist/bin/utils/execute-command.js.map +1 -1
- package/dist/bin/utils/format.js.map +1 -1
- package/dist/bin/utils/getEndpointUrl.js.map +1 -1
- package/dist/bin/utils/isAppRegistered.js.map +1 -1
- package/dist/bin/utils/load-app-config.js.map +1 -1
- package/dist/bin/utils/load-manifest.js.map +1 -1
- package/dist/bin/utils/load-package.js.map +1 -1
- package/dist/bin/utils/load-vite-config.js.map +1 -1
- package/dist/bin/utils/proxy-request-logger.js.map +1 -1
- package/dist/bin/utils/publishAppConfig.js +3 -1
- package/dist/bin/utils/publishAppConfig.js.map +1 -1
- package/dist/bin/utils/requireToken.js.map +1 -1
- package/dist/bin/utils/spinner.js +1 -0
- package/dist/bin/utils/spinner.js.map +1 -1
- package/dist/bin/utils/tagAppBundle.js.map +1 -1
- package/dist/bin/utils/uploadAppBundle.js.map +1 -1
- package/dist/lib/app-config.js.map +1 -1
- package/dist/lib/app-manifest.js.map +1 -1
- package/dist/lib/app-package.js +1 -0
- package/dist/lib/app-package.js.map +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/plugins/app-assets/app-asset-plugin.js.map +1 -1
- package/dist/lib/plugins/app-assets/emit-asset.js.map +1 -1
- package/dist/lib/plugins/app-assets/extension-filter-pattern.js.map +1 -1
- package/dist/lib/plugins/app-assets/read-asset-content.js.map +1 -1
- package/dist/lib/plugins/app-assets/resolve-asset-id.js +1 -1
- package/dist/lib/plugins/app-assets/resolve-asset-id.js.map +1 -1
- package/dist/lib/plugins/app-assets/static.js.map +1 -1
- package/dist/lib/plugins/app-proxy/app-proxy-plugin.js.map +1 -1
- package/dist/lib/plugins/app-settings/index.js.map +1 -1
- package/dist/lib/plugins/external-public/external-public-plugin.js.map +1 -1
- package/dist/lib/utils/assert.js +2 -1
- package/dist/lib/utils/assert.js.map +1 -1
- package/dist/lib/utils/config.js +7 -5
- package/dist/lib/utils/config.js.map +1 -1
- package/dist/lib/utils/expect.js.map +1 -1
- package/dist/lib/utils/file-exists.js.map +1 -1
- package/dist/lib/utils/parse-json-request.js.map +1 -1
- package/dist/lib/utils/ts-transpile.js.map +1 -1
- package/dist/lib/vite-config.js.map +1 -1
- package/dist/lib/vite-logger.js +1 -2
- package/dist/lib/vite-logger.js.map +1 -1
- package/dist/schemas.js.map +1 -1
- package/dist/types/bin/create-export-config.d.ts +1 -1
- package/dist/types/bin/create-export-manifest.d.ts +1 -1
- package/dist/types/bin/dev-portal/ContextSelector/ContextSelector.d.ts +1 -1
- package/dist/types/bin/dev-portal/ContextSelector/useContextResolver.d.ts +2 -2
- package/dist/types/bin/dev-portal/EquinorLoader.d.ts +1 -1
- package/dist/types/bin/dev-portal/FusionLogo.d.ts +2 -1
- package/dist/types/bin/dev-portal/config.d.ts +1 -1
- package/dist/types/bin/main.app.d.ts +1 -1
- package/dist/types/bin/upload-export-config.d.ts +1 -1
- package/dist/types/bin/utils/load-app-config.d.ts +3 -3
- package/dist/types/bin/utils/load-manifest.d.ts +2 -2
- package/dist/types/bin/utils/load-vite-config.d.ts +1 -1
- package/dist/types/bin/utils/proxy-request-logger.d.ts +1 -1
- package/dist/types/bin/utils/publishAppConfig.d.ts +1 -1
- package/dist/types/bin/utils/spinner.d.ts +1 -1
- package/dist/types/lib/app-config.d.ts +3 -3
- package/dist/types/lib/app-manifest.d.ts +4 -4
- package/dist/types/lib/app-package.d.ts +15 -10
- package/dist/types/lib/plugins/app-assets/emit-asset.d.ts +1 -1
- package/dist/types/lib/plugins/app-assets/resolve-asset-id.d.ts +1 -1
- package/dist/types/lib/plugins/app-proxy/app-proxy-plugin.d.ts +4 -4
- package/dist/types/lib/plugins/app-settings/index.d.ts +1 -1
- package/dist/types/lib/utils/assert.d.ts +1 -2
- package/dist/types/lib/utils/config.d.ts +1 -1
- package/dist/types/lib/utils/parse-json-request.d.ts +1 -1
- package/dist/types/lib/vite-config.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +17 -17
- package/dist/bin/public/assets/index-DetTgukR.js +0 -3636
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite-logger.js","sourceRoot":"","sources":["../../src/lib/vite-logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,MAAM,CAAC;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;
|
|
1
|
+
{"version":3,"file":"vite-logger.js","sourceRoot":"","sources":["../../src/lib/vite-logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,MAAM,CAAC;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACnC,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,MAAM,cAAc,qBAAQ,MAAM,CAAE,CAAC;IAErC,MAAM,CAAC,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QAC1B,gDAAgD;QAChD,IAAI,GAAG,CAAC,KAAK,CAAC,mDAAmD,CAAC,EAAE,CAAC;YACnE,OAAO;QACT,CAAC;QACD,cAAc,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IACjC,CAAC,CAAC;IACF,MAAM,CAAC,IAAI,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE;QAC7B,wCAAwC;QACxC,IAAI,GAAG,CAAC,QAAQ,CAAC,wBAAwB,CAAC,IAAI,GAAG,CAAC,QAAQ,CAAC,iCAAiC,CAAC;YAC3F,OAAO;QAET,cAAc,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;IACpC,CAAC,CAAC;IACF,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/dist/schemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACrD,SAAS,EAAE,CAAC;SACT,MAAM,CACL,CAAC,CAAC,MAAM,CAAC;QACP,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;QACf,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;KACnD,CAAC,CACH;SACA,QAAQ,EAAE;CACd,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigExecuterEnv } from '../lib/utils/config.js';
|
|
1
|
+
import type { ConfigExecuterEnv } from '../lib/utils/config.js';
|
|
2
2
|
import type { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
3
3
|
export declare const normalizeVersion: (version: string) => {
|
|
4
4
|
major: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContextSearchProps } from '@equinor/fusion-react-context-selector';
|
|
1
|
+
import { type ContextSearchProps } from '@equinor/fusion-react-context-selector';
|
|
2
2
|
/**
|
|
3
3
|
* See fusion-react-component storybook for available attributes
|
|
4
4
|
* @link https://equinor.github.io/fusion-react-components/?path=/docs/data-contextselector--component
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IContextProvider } from '@equinor/fusion-framework-module-context';
|
|
1
|
+
import type { IContextProvider } from '@equinor/fusion-framework-module-context';
|
|
2
2
|
import '@equinor/fusion-framework-app';
|
|
3
|
-
import { ContextResult, ContextResolver } from '@equinor/fusion-react-context-selector';
|
|
3
|
+
import type { ContextResult, ContextResolver } from '@equinor/fusion-react-context-selector';
|
|
4
4
|
/**
|
|
5
5
|
* Hook for querying context and setting resolver for ContextSelector component
|
|
6
6
|
* See React Components storybook for info about ContextSelector component and its resolver
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
type
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
type FusionLogoProps = Omit<SVGProps<SVGSVGElement>, 'viewBox'> & {
|
|
2
3
|
readonly scale?: number;
|
|
3
4
|
};
|
|
4
5
|
export declare const FusionLogo: ({ scale, style }: FusionLogoProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FusionEnv } from './utils/index.js';
|
|
2
|
-
import { ConfigExecuterEnv } from '../lib/utils/config.js';
|
|
2
|
+
import type { ConfigExecuterEnv } from '../lib/utils/config.js';
|
|
3
3
|
export declare const uploadExportConfig: (options: {
|
|
4
4
|
command?: ConfigExecuterEnv["command"];
|
|
5
5
|
configFile: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ApiAppConfig } from '../../schemas.js';
|
|
1
|
+
import type { ConfigExecuterEnv } from '../../lib/utils/config.js';
|
|
2
|
+
import type { ResolvedAppPackage } from '../../lib/app-package.js';
|
|
3
|
+
import type { ApiAppConfig } from '../../schemas.js';
|
|
4
4
|
export declare const loadAppConfig: (env: ConfigExecuterEnv, pkg: ResolvedAppPackage, options?: {
|
|
5
5
|
file?: string;
|
|
6
6
|
}) => Promise<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import type { ConfigExecuterEnv } from '../../lib/utils/config.js';
|
|
3
|
+
import type { ResolvedAppPackage } from '../../lib/app-package.js';
|
|
4
4
|
export declare const loadAppManifest: (env: ConfigExecuterEnv, pkg: ResolvedAppPackage, options?: {
|
|
5
5
|
file?: string;
|
|
6
6
|
}) => Promise<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
import { type ResolvedConfig, type FindConfigOptions, ConfigExecuterEnv } from './utils/config.js';
|
|
3
|
-
import { ApiAppConfig, ApiAppConfigSchema } from '../schemas.js';
|
|
1
|
+
import type { z } from 'zod';
|
|
2
|
+
import { type ResolvedConfig, type FindConfigOptions, type ConfigExecuterEnv } from './utils/config.js';
|
|
3
|
+
import { type ApiAppConfig, ApiAppConfigSchema } from '../schemas.js';
|
|
4
4
|
type FindAppConfigOptions = FindConfigOptions & {
|
|
5
5
|
file?: string;
|
|
6
6
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ResolvedAppPackage } from './app-package.js';
|
|
2
|
-
import { type FindConfigOptions, type ResolvedConfig, ConfigExecuterEnv } from './utils/config.js';
|
|
3
|
-
import { RecursivePartial } from './utils/types.js';
|
|
4
|
-
import { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
1
|
+
import { type ResolvedAppPackage } from './app-package.js';
|
|
2
|
+
import { type FindConfigOptions, type ResolvedConfig, type ConfigExecuterEnv } from './utils/config.js';
|
|
3
|
+
import type { RecursivePartial } from './utils/types.js';
|
|
4
|
+
import type { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
5
5
|
export type AppManifestFn = (env: ConfigExecuterEnv, args: {
|
|
6
6
|
base: AppManifest;
|
|
7
7
|
}) => Partial<AppManifest> | Promise<Partial<AppManifest> | void> | void;
|
|
@@ -1,21 +1,26 @@
|
|
|
1
|
-
import { PackageJson, type NormalizeOptions as ResolveAppPackageOptions } from 'read-package-up';
|
|
2
|
-
import { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
1
|
+
import { type PackageJson, type NormalizeOptions as ResolveAppPackageOptions } from 'read-package-up';
|
|
2
|
+
import type { AppManifest } from '@equinor/fusion-framework-module-app';
|
|
3
3
|
export type AppPackageJson = PackageJson & {
|
|
4
4
|
manifest?: AppManifest;
|
|
5
5
|
};
|
|
6
6
|
type DefinePackageFn = () => AppPackageJson | Promise<AppPackageJson>;
|
|
7
|
-
type DefinePackageExporter = AppPackageJson | DefinePackageFn;
|
|
8
|
-
export interface defineAppPackage {
|
|
9
|
-
(obj: AppPackageJson): AppPackageJson;
|
|
10
|
-
}
|
|
11
|
-
export interface defineAppPackage {
|
|
12
|
-
(fn: DefinePackageFn): void;
|
|
13
|
-
}
|
|
14
7
|
export type ResolvedAppPackage = {
|
|
15
8
|
packageJson: AppPackageJson;
|
|
16
9
|
path: string;
|
|
17
10
|
};
|
|
18
|
-
|
|
11
|
+
/**
|
|
12
|
+
* Method to define the application package with the given object.
|
|
13
|
+
*
|
|
14
|
+
* @param obj - The object to define the application package.
|
|
15
|
+
* @returns The defined application package object.
|
|
16
|
+
*/
|
|
17
|
+
export declare function defineAppPackage(obj: AppPackageJson): AppPackageJson;
|
|
18
|
+
/**
|
|
19
|
+
* Method to define the application package with the given function.
|
|
20
|
+
*
|
|
21
|
+
* @param fn - The function to define the application package.
|
|
22
|
+
*/
|
|
23
|
+
export declare function defineAppPackage(fn: DefinePackageFn): void;
|
|
19
24
|
/**
|
|
20
25
|
* Resolves the entry point of a given package.
|
|
21
26
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vite';
|
|
2
|
-
import { AppManifest } from '@equinor/fusion-framework-app';
|
|
3
|
-
import { ClientRequest, IncomingMessage, ServerResponse } from 'node:http';
|
|
4
|
-
import { ApiAppConfig } from '../../../schemas.js';
|
|
1
|
+
import type { Plugin } from 'vite';
|
|
2
|
+
import type { AppManifest } from '@equinor/fusion-framework-app';
|
|
3
|
+
import type { ClientRequest, IncomingMessage, ServerResponse } from 'node:http';
|
|
4
|
+
import type { ApiAppConfig } from '../../../schemas.js';
|
|
5
5
|
/**
|
|
6
6
|
* Options for configuring the App Proxy Plugin.
|
|
7
7
|
*
|
|
@@ -3,8 +3,7 @@ export { assert, AssertionError };
|
|
|
3
3
|
export declare function assertNumber(value: unknown, message?: string): asserts value;
|
|
4
4
|
export declare function assertObject(value: object, message?: string | Error): asserts value;
|
|
5
5
|
declare function assertObjectEntryValue<P>(value: unknown, prop: P, message?: string): asserts value;
|
|
6
|
-
export declare function assertObjectEntries<T extends object, P extends Array<keyof T>>(
|
|
7
|
-
value: T, options?: {
|
|
6
|
+
export declare function assertObjectEntries<T extends object, P extends Array<keyof T>>(value: T, options?: {
|
|
8
7
|
props?: P;
|
|
9
8
|
assertion?: typeof assertObjectEntryValue;
|
|
10
9
|
preMessage?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Options } from 'find-up';
|
|
1
|
+
import { type Options } from 'find-up';
|
|
2
2
|
export declare const supportedExt: readonly [".ts", ".mjs", ".js", ".json"];
|
|
3
3
|
export type SupportedExt = (typeof supportedExt)[number];
|
|
4
4
|
export type FindConfigOptions = Omit<Options, 'file'> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type UserConfig, type UserConfigFn } from 'vite';
|
|
2
|
-
import { type FindConfigOptions, type ResolvedConfig, ConfigExecuterEnv } from './utils/config.js';
|
|
2
|
+
import { type FindConfigOptions, type ResolvedConfig, type ConfigExecuterEnv } from './utils/config.js';
|
|
3
3
|
export declare function assertViteConfig(config: UserConfig): asserts config;
|
|
4
4
|
export declare const loadViteConfig: (filename?: string) => Promise<import("./utils/config.js").ConfigExecuter<UserConfig, import("./utils/config.js").ConfigExecuterArgs>>;
|
|
5
5
|
export declare const resolveViteConfig: (options?: FindConfigOptions & {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "10.5.
|
|
1
|
+
export declare const version = "10.5.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@equinor/eds-icons": "^0.22.0",
|
|
63
63
|
"@equinor/eds-tokens": "^0.9.2",
|
|
64
64
|
"@equinor/eslint-config-fusion-react": "^2.0.1",
|
|
65
|
-
"@equinor/fusion-react-context-selector": "^1.0.
|
|
65
|
+
"@equinor/fusion-react-context-selector": "^1.0.1",
|
|
66
66
|
"@equinor/fusion-react-progress-indicator": "^0.3.0",
|
|
67
67
|
"@equinor/fusion-react-side-sheet": "1.3.4",
|
|
68
68
|
"@equinor/fusion-react-styles": "^0.6.0",
|
|
@@ -84,21 +84,21 @@
|
|
|
84
84
|
"rxjs": "^7.8.1",
|
|
85
85
|
"styled-components": "^6.0.7",
|
|
86
86
|
"typescript": "^5.5.4",
|
|
87
|
-
"@equinor/fusion-framework": "^7.3.
|
|
88
|
-
"@equinor/fusion-framework-
|
|
89
|
-
"@equinor/fusion-framework-app": "^
|
|
90
|
-
"@equinor/fusion-framework-module-
|
|
91
|
-
"@equinor/fusion-framework-module-
|
|
92
|
-
"@equinor/fusion-framework-module-
|
|
93
|
-
"@equinor/fusion-framework-module-
|
|
94
|
-
"@equinor/fusion-framework-module-
|
|
95
|
-
"@equinor/fusion-framework-react": "^7.4.
|
|
96
|
-
"@equinor/fusion-framework-
|
|
97
|
-
"@equinor/fusion-framework-
|
|
98
|
-
"@equinor/fusion-framework-react-
|
|
99
|
-
"@equinor/fusion-framework-react-
|
|
100
|
-
"@equinor/fusion-observable": "^8.4.
|
|
101
|
-
"@equinor/fusion-query": "^5.2.
|
|
87
|
+
"@equinor/fusion-framework": "^7.3.1",
|
|
88
|
+
"@equinor/fusion-framework-app": "^9.3.1",
|
|
89
|
+
"@equinor/fusion-framework-module-app": "^6.1.5",
|
|
90
|
+
"@equinor/fusion-framework-module-feature-flag": "^1.1.13",
|
|
91
|
+
"@equinor/fusion-framework-module-bookmark": "^2.1.2",
|
|
92
|
+
"@equinor/fusion-framework-module-context": "^5.0.17",
|
|
93
|
+
"@equinor/fusion-framework-module-msal": "^4.0.1",
|
|
94
|
+
"@equinor/fusion-framework-module-navigation": "^4.0.8",
|
|
95
|
+
"@equinor/fusion-framework-react": "^7.4.1",
|
|
96
|
+
"@equinor/fusion-framework-react-components-people-provider": "^1.5.4",
|
|
97
|
+
"@equinor/fusion-framework-module-services": "^5.1.1",
|
|
98
|
+
"@equinor/fusion-framework-react-module-bookmark": "^3.0.1",
|
|
99
|
+
"@equinor/fusion-framework-react-components-bookmark": "^1.0.9",
|
|
100
|
+
"@equinor/fusion-observable": "^8.4.5",
|
|
101
|
+
"@equinor/fusion-query": "^5.2.2"
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
104
|
"prebuild": "pnpm build:source",
|