@equinor/fusion-framework-react 7.4.18 → 7.4.19-next.1

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 = "7.4.18";
1
+ export declare const version = "7.4.19-next.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react",
3
- "version": "7.4.18",
3
+ "version": "7.4.19-next.1",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -72,11 +72,11 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "rxjs": "^7.8.1",
75
- "@equinor/fusion-framework": "^7.3.19",
76
- "@equinor/fusion-framework-module": "^5.0.1",
77
- "@equinor/fusion-framework-react-module-http": "^10.0.0",
78
- "@equinor/fusion-framework-react-module": "^3.1.13",
79
- "@equinor/fusion-observable": "^8.5.3"
75
+ "@equinor/fusion-framework": "^7.4.2-next.1",
76
+ "@equinor/fusion-framework-module": "^5.0.6-next.0",
77
+ "@equinor/fusion-framework-react-module-http": "^10.0.1-next.1",
78
+ "@equinor/fusion-framework-react-module": "^3.1.14-next.0",
79
+ "@equinor/fusion-observable": "^8.5.7-next.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/react": "^18.2.50",
@@ -84,18 +84,18 @@
84
84
  "react": "^18.2.0",
85
85
  "react-dom": "^18.2.0",
86
86
  "typescript": "^5.8.2",
87
- "@equinor/fusion-framework-module-app": "^7.0.0",
88
- "@equinor/fusion-framework-module-event": "^4.3.7",
89
- "@equinor/fusion-framework-module-feature-flag": "^1.1.24",
90
- "@equinor/fusion-framework-react-module-context": "^6.2.32",
91
- "@equinor/fusion-framework-module-msal": "^5.0.0"
87
+ "@equinor/fusion-framework-module-app": "^7.0.4-next.0",
88
+ "@equinor/fusion-framework-module-event": "^4.4.1-next.0",
89
+ "@equinor/fusion-framework-module-feature-flag": "^1.1.27-next.0",
90
+ "@equinor/fusion-framework-module-msal": "^6.0.0-next.1",
91
+ "@equinor/fusion-framework-react-module-context": "^6.2.34-next.0"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@types/react": "^17.0.0 || ^18.0.0",
95
95
  "react": "^17.0.0 || ^18.0.0",
96
96
  "react-dom": "^17.0.0 || ^18.0.0",
97
- "@equinor/fusion-framework-react-module-signalr": "^3.0.34",
98
- "@equinor/fusion-framework-module-feature-flag": "^1.1.24"
97
+ "@equinor/fusion-framework-react-module-signalr": "^3.0.35-next.1",
98
+ "@equinor/fusion-framework-module-feature-flag": "^1.1.27-next.0"
99
99
  },
100
100
  "peerDependenciesMeta": {
101
101
  "@equinor/fusion-framework-module-event": {
@@ -3,5 +3,5 @@ import { useFramework } from '../useFramework';
3
3
 
4
4
  export const useCurrentUser = (): AccountInfo | undefined => {
5
5
  const framework = useFramework();
6
- return framework.modules.auth.defaultAccount;
6
+ return framework.modules.auth.account || undefined;
7
7
  };
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '7.4.18';
2
+ export const version = '7.4.19-next.1';