@equinor/fusion-framework-react 6.0.3 → 6.0.4

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.
@@ -1 +1 @@
1
- export declare const version = "6.0.3";
1
+ export declare const version = "6.0.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "rxjs": "^7.8.1",
51
+ "@equinor/fusion-framework": "^7.0.32",
51
52
  "@equinor/fusion-framework-module": "^4.2.7",
52
53
  "@equinor/fusion-framework-react-module": "^3.0.8",
53
- "@equinor/fusion-framework": "^7.0.31",
54
54
  "@equinor/fusion-framework-react-module-http": "^4.0.6",
55
55
  "@equinor/fusion-observable": "^8.1.5"
56
56
  },
@@ -60,9 +60,9 @@
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0",
62
62
  "typescript": "^5.1.3",
63
+ "@equinor/fusion-framework-module-app": "^5.2.14",
63
64
  "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
64
- "@equinor/fusion-framework-module-app": "^5.2.13",
65
- "@equinor/fusion-framework-react-module-context": "^6.1.0",
65
+ "@equinor/fusion-framework-react-module-context": "^6.1.1",
66
66
  "@equinor/fusion-framework-module-event": "^4.0.8"
67
67
  },
68
68
  "peerDependencies": {
@@ -36,9 +36,9 @@ export const useCurrentAppModule = <
36
36
  modules === null
37
37
  ? null
38
38
  : modules === undefined
39
- ? undefined
40
- : // eslint-disable-next-line @typescript-eslint/no-explicit-any
41
- (modules[moduleKey as keyof typeof modules] as any);
39
+ ? undefined
40
+ : // eslint-disable-next-line @typescript-eslint/no-explicit-any
41
+ (modules[moduleKey as keyof typeof modules] as any);
42
42
  return { module, error, complete };
43
43
  };
44
44
 
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '6.0.3';
2
+ export const version = '6.0.4';