@equinor/fusion-framework-react-app 6.1.0 → 6.1.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 +30 -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 +50 -16
- package/src/version.ts +1 -1
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.1.
|
|
1
|
+
export declare const version = "6.1.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-react-app",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -50,6 +50,40 @@
|
|
|
50
50
|
"import": "./dist/esm/widget/index.js"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
+
"typesVersions": {
|
|
54
|
+
"*": {
|
|
55
|
+
"bookmark": [
|
|
56
|
+
"dist/types/bookmark/index.d.ts"
|
|
57
|
+
],
|
|
58
|
+
"context": [
|
|
59
|
+
"dist/types/context/index.d.ts"
|
|
60
|
+
],
|
|
61
|
+
"feature-flag": [
|
|
62
|
+
"dist/types/feature-flag/index.d.ts"
|
|
63
|
+
],
|
|
64
|
+
"framework": [
|
|
65
|
+
"dist/types/framework/index.d.ts"
|
|
66
|
+
],
|
|
67
|
+
"help-center": [
|
|
68
|
+
"dist/types/help-center/index.d.ts"
|
|
69
|
+
],
|
|
70
|
+
"http": [
|
|
71
|
+
"dist/types/http/index.d.ts"
|
|
72
|
+
],
|
|
73
|
+
"msal": [
|
|
74
|
+
"dist/types/msal/index.d.ts"
|
|
75
|
+
],
|
|
76
|
+
"navigation": [
|
|
77
|
+
"dist/types/navigation/index.d.ts"
|
|
78
|
+
],
|
|
79
|
+
"settings": [
|
|
80
|
+
"dist/types/settings/index.d.ts"
|
|
81
|
+
],
|
|
82
|
+
"widget": [
|
|
83
|
+
"dist/types/widget/index.d.ts"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
53
87
|
"keywords": [],
|
|
54
88
|
"author": "",
|
|
55
89
|
"license": "ISC",
|
|
@@ -62,13 +96,13 @@
|
|
|
62
96
|
"directory": "packages/react"
|
|
63
97
|
},
|
|
64
98
|
"dependencies": {
|
|
65
|
-
"@equinor/fusion-framework-app": "^
|
|
66
|
-
"@equinor/fusion-framework-module": "^4.
|
|
67
|
-
"@equinor/fusion-framework-module-
|
|
68
|
-
"@equinor/fusion-framework-
|
|
69
|
-
"@equinor/fusion-framework-
|
|
70
|
-
"@equinor/fusion-framework-react": "^
|
|
71
|
-
"@equinor/fusion-framework-react-module
|
|
99
|
+
"@equinor/fusion-framework-module-app": "^6.1.12",
|
|
100
|
+
"@equinor/fusion-framework-module": "^4.4.1",
|
|
101
|
+
"@equinor/fusion-framework-module-navigation": "^5.0.1",
|
|
102
|
+
"@equinor/fusion-framework-react": "^7.4.10",
|
|
103
|
+
"@equinor/fusion-framework-app": "^9.3.12",
|
|
104
|
+
"@equinor/fusion-framework-react-module-http": "^9.0.1",
|
|
105
|
+
"@equinor/fusion-framework-react-module": "^3.1.11"
|
|
72
106
|
},
|
|
73
107
|
"devDependencies": {
|
|
74
108
|
"@types/react": "^18.2.50",
|
|
@@ -77,20 +111,20 @@
|
|
|
77
111
|
"react-dom": "^18.2.0",
|
|
78
112
|
"rxjs": "^7.8.1",
|
|
79
113
|
"typescript": "^5.8.2",
|
|
80
|
-
"@equinor/fusion-framework-module-ag-grid": "^
|
|
81
|
-
"@equinor/fusion-framework-module-event": "^4.3.
|
|
82
|
-
"@equinor/fusion-framework-module-
|
|
83
|
-
"@equinor/fusion-framework-module-
|
|
84
|
-
"@equinor/fusion-framework-react-module-bookmark": "^
|
|
85
|
-
"@equinor/fusion-
|
|
86
|
-
"@equinor/fusion-
|
|
114
|
+
"@equinor/fusion-framework-module-ag-grid": "^34.0.1",
|
|
115
|
+
"@equinor/fusion-framework-module-event": "^4.3.5",
|
|
116
|
+
"@equinor/fusion-framework-module-msal": "^4.0.5",
|
|
117
|
+
"@equinor/fusion-framework-module-feature-flag": "^1.1.17",
|
|
118
|
+
"@equinor/fusion-framework-react-module-bookmark": "^4.0.1",
|
|
119
|
+
"@equinor/fusion-observable": "^8.4.8",
|
|
120
|
+
"@equinor/fusion-framework-react-module-context": "^6.2.26"
|
|
87
121
|
},
|
|
88
122
|
"peerDependencies": {
|
|
89
123
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
90
124
|
"react": "^17.0.0 || ^18.0.0",
|
|
91
125
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
92
126
|
"rxjs": "^7.8.1",
|
|
93
|
-
"@equinor/fusion-framework-module-msal": "^4.0.
|
|
127
|
+
"@equinor/fusion-framework-module-msal": "^4.0.5"
|
|
94
128
|
},
|
|
95
129
|
"peerDependenciesMeta": {
|
|
96
130
|
"@equinor/fusion-framework-react-module-ag-grid": {
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '6.1.
|
|
2
|
+
export const version = '6.1.2';
|