@equinor/fusion-framework-react-app 4.3.6-widget-47330bca → 4.3.6-widget-7844194d
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 +1 -1
- package/package.json +41 -42
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "4.3.6-widget-
|
|
3
|
+
"version": "4.3.6-widget-7844194d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"exports": {
|
|
7
|
-
".":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"./
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"./
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"dist/types/widget/index.d.ts"
|
|
43
|
-
]
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./dist/esm/index.js",
|
|
9
|
+
"types": "./dist/types/index.d.ts"
|
|
10
|
+
},
|
|
11
|
+
"./bookmark": {
|
|
12
|
+
"import": "./dist/esm/index.js",
|
|
13
|
+
"types": "./dist/types/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./context": {
|
|
16
|
+
"import": "./dist/esm/context/index.js",
|
|
17
|
+
"types": "./dist/types/context/index.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./feature-flag": {
|
|
20
|
+
"import": "./dist/esm/feature-flag/index.js",
|
|
21
|
+
"types": "./dist/types/feature-flag/index.d.ts"
|
|
22
|
+
},
|
|
23
|
+
"./framework": {
|
|
24
|
+
"import": "./dist/esm/framework/index.js",
|
|
25
|
+
"types": "./dist/types/framework/index.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./http": {
|
|
28
|
+
"import": "./dist/esm/http/index.js",
|
|
29
|
+
"types": "./dist/types/http/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./msal": {
|
|
32
|
+
"import": "./dist/esm/msal/index.js",
|
|
33
|
+
"types": "./dist/types/http/index.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./navigation": {
|
|
36
|
+
"import": "./dist/esm/navigation/index.js",
|
|
37
|
+
"types": "./dist/types/navigation/index.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./widget": {
|
|
40
|
+
"import": "./dist/esm/widget/index.js",
|
|
41
|
+
"types": "./dist/types/widget/index.d.ts"
|
|
44
42
|
}
|
|
45
43
|
},
|
|
44
|
+
"types": "./dist/types/index.d.ts",
|
|
46
45
|
"keywords": [],
|
|
47
46
|
"author": "",
|
|
48
47
|
"license": "ISC",
|
|
@@ -57,10 +56,10 @@
|
|
|
57
56
|
"dependencies": {
|
|
58
57
|
"@equinor/fusion-framework-app": "^8.1.1",
|
|
59
58
|
"@equinor/fusion-framework-module": "^4.2.7",
|
|
60
|
-
"@equinor/fusion-framework-module-app": "^5.2.13",
|
|
61
59
|
"@equinor/fusion-framework-module-navigation": "^3.1.4",
|
|
62
|
-
"@equinor/fusion-framework-
|
|
60
|
+
"@equinor/fusion-framework-module-app": "^5.2.13",
|
|
63
61
|
"@equinor/fusion-framework-react": "^6.0.2",
|
|
62
|
+
"@equinor/fusion-framework-react-module": "^3.0.8",
|
|
64
63
|
"@equinor/fusion-framework-react-module-http": "^4.0.6"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
"typescript": "^5.1.3",
|
|
73
72
|
"@equinor/fusion-framework-module-event": "^4.0.8",
|
|
74
73
|
"@equinor/fusion-framework-module-feature-flag": "^1.0.2",
|
|
75
|
-
"@equinor/fusion-framework-react-
|
|
74
|
+
"@equinor/fusion-framework-react-widget": "^1.0.1-widget-7844194d",
|
|
76
75
|
"@equinor/fusion-framework-module-msal": "^3.0.10",
|
|
77
|
-
"@equinor/fusion-framework-react-
|
|
76
|
+
"@equinor/fusion-framework-react-module-bookmark": "^2.0.32",
|
|
78
77
|
"@equinor/fusion-framework-react-module-context": "^6.0.20",
|
|
79
78
|
"@equinor/fusion-observable": "^8.1.5"
|
|
80
79
|
},
|