@equinor/fusion-framework-react-app 5.0.0 → 5.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.
- package/CHANGELOG.md +19 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +51 -24
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "5.0.
|
|
1
|
+
export declare const version = "5.0.4";
|
package/package.json
CHANGED
|
@@ -1,20 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "dist/esm/index.js",
|
|
5
|
+
"main": "./dist/esm/index.js",
|
|
6
|
+
"types": "./dist/types/index.d.ts",
|
|
6
7
|
"exports": {
|
|
7
|
-
".":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"./
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"./
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/types/index.d.ts",
|
|
10
|
+
"import": "./dist/esm/index.js"
|
|
11
|
+
},
|
|
12
|
+
"./bookmark": {
|
|
13
|
+
"types": "./dist/types/bookmark/index.d.ts",
|
|
14
|
+
"import": "./dist/esm/bookmark/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./context": {
|
|
17
|
+
"types": "./dist/types/context/index.d.ts",
|
|
18
|
+
"import": "./dist/esm/context/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./feature-flag": {
|
|
21
|
+
"types": "./dist/types/feature-flag/index.d.ts",
|
|
22
|
+
"import": "./dist/esm/feature-flag/index.js"
|
|
23
|
+
},
|
|
24
|
+
"./framework": {
|
|
25
|
+
"types": "./dist/types/framework/index.d.ts",
|
|
26
|
+
"import": "./dist/esm/framework/index.js"
|
|
27
|
+
},
|
|
28
|
+
"./http": {
|
|
29
|
+
"types": "./dist/types/http/index.d.ts",
|
|
30
|
+
"import": "./dist/esm/http/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./msal": {
|
|
33
|
+
"types": "./dist/types/msal/index.d.ts",
|
|
34
|
+
"import": "./dist/esm/msal/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./navigation": {
|
|
37
|
+
"types": "./dist/types/navigation/index.d.ts",
|
|
38
|
+
"import": "./dist/esm/navigation/index.js"
|
|
39
|
+
},
|
|
40
|
+
"./widget": {
|
|
41
|
+
"types": "./dist/types/widget/index.d.ts",
|
|
42
|
+
"import": "./dist/esm/widget/index.js"
|
|
43
|
+
}
|
|
16
44
|
},
|
|
17
|
-
"types": "./dist/types/index.d.ts",
|
|
18
45
|
"typesVersions": {
|
|
19
46
|
"*": {
|
|
20
47
|
"bookmark": [
|
|
@@ -55,13 +82,13 @@
|
|
|
55
82
|
"directory": "packages/react"
|
|
56
83
|
},
|
|
57
84
|
"dependencies": {
|
|
58
|
-
"@equinor/fusion-framework-app": "^9.0.0",
|
|
59
85
|
"@equinor/fusion-framework-module": "^4.3.0",
|
|
86
|
+
"@equinor/fusion-framework-app": "^9.0.1",
|
|
60
87
|
"@equinor/fusion-framework-module-app": "^5.3.0",
|
|
88
|
+
"@equinor/fusion-framework-react-module": "^3.1.1",
|
|
61
89
|
"@equinor/fusion-framework-module-navigation": "^4.0.0",
|
|
62
|
-
"@equinor/fusion-framework-react-module": "^
|
|
63
|
-
"@equinor/fusion-framework-react": "^7.0.
|
|
64
|
-
"@equinor/fusion-framework-react-module-http": "^5.0.0"
|
|
90
|
+
"@equinor/fusion-framework-react-module-http": "^5.0.1",
|
|
91
|
+
"@equinor/fusion-framework-react": "^7.0.1"
|
|
65
92
|
},
|
|
66
93
|
"devDependencies": {
|
|
67
94
|
"@types/react": "^18.2.50",
|
|
@@ -70,18 +97,18 @@
|
|
|
70
97
|
"react-dom": "^18.2.0",
|
|
71
98
|
"rxjs": "^7.8.1",
|
|
72
99
|
"typescript": "^5.4.2",
|
|
73
|
-
"@equinor/fusion-framework-module-event": "^4.1.
|
|
100
|
+
"@equinor/fusion-framework-module-event": "^4.1.1",
|
|
74
101
|
"@equinor/fusion-framework-module-feature-flag": "^1.1.0",
|
|
75
102
|
"@equinor/fusion-framework-module-msal": "^3.1.0",
|
|
76
|
-
"@equinor/fusion-framework-react-module-
|
|
77
|
-
"@equinor/fusion-framework-react-
|
|
78
|
-
"@equinor/fusion-
|
|
79
|
-
"@equinor/fusion-
|
|
103
|
+
"@equinor/fusion-framework-react-module-context": "^6.2.1",
|
|
104
|
+
"@equinor/fusion-framework-react-module-bookmark": "^2.1.1",
|
|
105
|
+
"@equinor/fusion-framework-react-widget": "^1.1.1",
|
|
106
|
+
"@equinor/fusion-observable": "^8.2.0"
|
|
80
107
|
},
|
|
81
108
|
"peerDependencies": {
|
|
82
|
-
"@types/react": "^17.0.0 ||
|
|
83
|
-
"react": "^17.0.0 ||
|
|
84
|
-
"react-dom": "^17.0.0 ||
|
|
109
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
110
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
111
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
85
112
|
"rxjs": "^7.8.1",
|
|
86
113
|
"@equinor/fusion-framework-module-msal": "^3.1.0"
|
|
87
114
|
},
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '5.0.
|
|
2
|
+
export const version = '5.0.4';
|