@equinor/fusion-framework-app 8.1.2 → 8.1.3

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 CHANGED
@@ -1,280 +1,288 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`2acd475`](https://github.com/equinor/fusion-framework/commit/2acd47532fe680f498fdf7229309cddb2594e391)]:
8
+ - @equinor/fusion-framework-module-app@5.2.14
9
+ - @equinor/fusion-framework@7.0.32
10
+
3
11
  ## 8.1.2
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework@7.0.31
15
+ - Updated dependencies []:
16
+ - @equinor/fusion-framework@7.0.31
9
17
 
10
18
  ## 8.1.1
11
19
 
12
20
  ### Patch Changes
13
21
 
14
- - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
15
- - @equinor/fusion-framework-module@4.2.7
16
- - @equinor/fusion-framework@7.0.30
17
- - @equinor/fusion-framework-module-app@5.2.13
18
- - @equinor/fusion-framework-module-event@4.0.8
19
- - @equinor/fusion-framework-module-feature-flag@1.0.2
20
- - @equinor/fusion-framework-module-http@5.1.6
21
- - @equinor/fusion-framework-module-msal@3.0.10
22
+ - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
23
+ - @equinor/fusion-framework-module@4.2.7
24
+ - @equinor/fusion-framework@7.0.30
25
+ - @equinor/fusion-framework-module-app@5.2.13
26
+ - @equinor/fusion-framework-module-event@4.0.8
27
+ - @equinor/fusion-framework-module-feature-flag@1.0.2
28
+ - @equinor/fusion-framework-module-http@5.1.6
29
+ - @equinor/fusion-framework-module-msal@3.0.10
22
30
 
23
31
  ## 8.1.0
24
32
 
25
33
  ### Minor Changes
26
34
 
27
- - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - removed `useFeatureFlags` from `AppConfigurator` since caused issued for users without installing feature-flag module
35
+ - [#1781](https://github.com/equinor/fusion-framework/pull/1781) [`0f3affa`](https://github.com/equinor/fusion-framework/commit/0f3affa45b7b7dc0a0f01682682293e4b899a5d9) Thanks [@odinr](https://github.com/odinr)! - removed `useFeatureFlags` from `AppConfigurator` since caused issued for users without installing feature-flag module
28
36
 
29
37
  ## 8.0.1
30
38
 
31
39
  ### Patch Changes
32
40
 
33
- - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12)]:
34
- - @equinor/fusion-framework-module-app@5.2.13
35
- - @equinor/fusion-framework-module-feature-flag@1.0.1
36
- - @equinor/fusion-framework@7.0.29
41
+ - Updated dependencies [[`1ca8264`](https://github.com/equinor/fusion-framework/commit/1ca826489a0d1dd755324344a12bbf6659a3be12)]:
42
+ - @equinor/fusion-framework-module-app@5.2.13
43
+ - @equinor/fusion-framework-module-feature-flag@1.0.1
44
+ - @equinor/fusion-framework@7.0.29
37
45
 
38
46
  ## 8.0.0
39
47
 
40
48
  ### Minor Changes
41
49
 
42
- - [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - Added method to `AppConfigurator` to enabled `Feature Flag Module`
43
-
44
- ```ts
45
- export const configure: ModuleInitiator = (appConfigurator, args) => {
46
- /** provide a list of features that should be available in the application */
47
- appConfigurator.useFeatureFlags([
48
- {
49
- key: MyFeatures.MyFlag,
50
- title: 'this is a flag',
51
- },
52
- {
53
- key: MyFeatures.MyUrlFlag,
54
- title: 'this feature can be toggled by ?my-url-flag=true',
55
- allowUrl: true,
56
- },
57
- ]);
58
- };
59
- ```
50
+ - [#1747](https://github.com/equinor/fusion-framework/pull/1747) [`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e) Thanks [@odinr](https://github.com/odinr)! - Added method to `AppConfigurator` to enabled `Feature Flag Module`
51
+
52
+ ```ts
53
+ export const configure: ModuleInitiator = (appConfigurator, args) => {
54
+ /** provide a list of features that should be available in the application */
55
+ appConfigurator.useFeatureFlags([
56
+ {
57
+ key: MyFeatures.MyFlag,
58
+ title: "this is a flag",
59
+ },
60
+ {
61
+ key: MyFeatures.MyUrlFlag,
62
+ title: "this feature can be toggled by ?my-url-flag=true",
63
+ allowUrl: true,
64
+ },
65
+ ]);
66
+ };
67
+ ```
60
68
 
61
69
  ### Patch Changes
62
70
 
63
- - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
64
- - @equinor/fusion-framework-module-feature-flag@1.0.0
71
+ - Updated dependencies [[`8b031c3`](https://github.com/equinor/fusion-framework/commit/8b031c31f314deeffdf395fc847e4279b61aab7e)]:
72
+ - @equinor/fusion-framework-module-feature-flag@1.0.0
65
73
 
66
74
  ## 7.1.15
67
75
 
68
76
  ### Patch Changes
69
77
 
70
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
71
- - @equinor/fusion-framework-module-msal@3.0.9
72
- - @equinor/fusion-framework@7.0.28
73
- - @equinor/fusion-framework-module-app@5.2.12
74
- - @equinor/fusion-framework-module-http@5.1.5
78
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
79
+ - @equinor/fusion-framework-module-msal@3.0.9
80
+ - @equinor/fusion-framework@7.0.28
81
+ - @equinor/fusion-framework-module-app@5.2.12
82
+ - @equinor/fusion-framework-module-http@5.1.5
75
83
 
76
84
  ## 7.1.14
77
85
 
78
86
  ### Patch Changes
79
87
 
80
- - Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]:
81
- - @equinor/fusion-framework-module-http@5.1.4
82
- - @equinor/fusion-framework@7.0.27
83
- - @equinor/fusion-framework-module-app@5.2.12
88
+ - Updated dependencies [[`1e4ba77`](https://github.com/equinor/fusion-framework/commit/1e4ba7707d3ce5cfd9c8d6673f760523aa47a45e)]:
89
+ - @equinor/fusion-framework-module-http@5.1.4
90
+ - @equinor/fusion-framework@7.0.27
91
+ - @equinor/fusion-framework-module-app@5.2.12
84
92
 
85
93
  ## 7.1.13
86
94
 
87
95
  ### Patch Changes
88
96
 
89
- - Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]:
90
- - @equinor/fusion-framework-module-http@5.1.3
91
- - @equinor/fusion-framework@7.0.26
92
- - @equinor/fusion-framework-module-app@5.2.12
97
+ - Updated dependencies [[`0af3540`](https://github.com/equinor/fusion-framework/commit/0af3540340bac85a19ca3a8ec4e0ccd42b3090ee)]:
98
+ - @equinor/fusion-framework-module-http@5.1.3
99
+ - @equinor/fusion-framework@7.0.26
100
+ - @equinor/fusion-framework-module-app@5.2.12
93
101
 
94
102
  ## 7.1.12
95
103
 
96
104
  ### Patch Changes
97
105
 
98
- - Updated dependencies []:
99
- - @equinor/fusion-framework-module-app@5.2.12
100
- - @equinor/fusion-framework@7.0.25
106
+ - Updated dependencies []:
107
+ - @equinor/fusion-framework-module-app@5.2.12
108
+ - @equinor/fusion-framework@7.0.25
101
109
 
102
110
  ## 7.1.11
103
111
 
104
112
  ### Patch Changes
105
113
 
106
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
107
- - @equinor/fusion-framework-module@4.2.6
108
- - @equinor/fusion-framework-module-http@5.1.2
109
- - @equinor/fusion-framework-module-msal@3.0.8
110
- - @equinor/fusion-framework-module-app@5.2.11
111
- - @equinor/fusion-framework@7.0.24
112
- - @equinor/fusion-framework-module-event@4.0.7
114
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
115
+ - @equinor/fusion-framework-module@4.2.6
116
+ - @equinor/fusion-framework-module-http@5.1.2
117
+ - @equinor/fusion-framework-module-msal@3.0.8
118
+ - @equinor/fusion-framework-module-app@5.2.11
119
+ - @equinor/fusion-framework@7.0.24
120
+ - @equinor/fusion-framework-module-event@4.0.7
113
121
 
114
122
  ## 7.1.10
115
123
 
116
124
  ### Patch Changes
117
125
 
118
- - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
119
- - @equinor/fusion-framework-module-app@5.2.10
126
+ - Updated dependencies [[`6d303787`](https://github.com/equinor/fusion-framework/commit/6d303787f647bb2fc3c90456eccac751abb264c4)]:
127
+ - @equinor/fusion-framework-module-app@5.2.10
120
128
 
121
129
  ## 7.1.9
122
130
 
123
131
  ### Patch Changes
124
132
 
125
- - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
126
- - @equinor/fusion-framework-module-app@5.2.9
133
+ - Updated dependencies [[`8274dca1`](https://github.com/equinor/fusion-framework/commit/8274dca10a773e1d29ffbce82a6f6f2bae818316)]:
134
+ - @equinor/fusion-framework-module-app@5.2.9
127
135
 
128
136
  ## 7.1.8
129
137
 
130
138
  ### Patch Changes
131
139
 
132
- - Updated dependencies []:
133
- - @equinor/fusion-framework-module-app@5.2.8
134
- - @equinor/fusion-framework@7.0.23
140
+ - Updated dependencies []:
141
+ - @equinor/fusion-framework-module-app@5.2.8
142
+ - @equinor/fusion-framework@7.0.23
135
143
 
136
144
  ## 7.1.7
137
145
 
138
146
  ### Patch Changes
139
147
 
140
- - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
141
- - @equinor/fusion-framework-module-app@5.2.7
142
- - @equinor/fusion-framework@7.0.22
148
+ - Updated dependencies [[`7ad31761`](https://github.com/equinor/fusion-framework/commit/7ad3176102f92da108b67ede6fdf29b76149bed9)]:
149
+ - @equinor/fusion-framework-module-app@5.2.7
150
+ - @equinor/fusion-framework@7.0.22
143
151
 
144
152
  ## 7.1.6
145
153
 
146
154
  ### Patch Changes
147
155
 
148
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
156
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
149
157
 
150
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
151
- - @equinor/fusion-framework@7.0.21
152
- - @equinor/fusion-framework-module-app@5.2.6
153
- - @equinor/fusion-framework-module-event@4.0.6
154
- - @equinor/fusion-framework-module-http@5.1.1
155
- - @equinor/fusion-framework-module@4.2.5
156
- - @equinor/fusion-framework-module-msal@3.0.7
158
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
159
+ - @equinor/fusion-framework@7.0.21
160
+ - @equinor/fusion-framework-module-app@5.2.6
161
+ - @equinor/fusion-framework-module-event@4.0.6
162
+ - @equinor/fusion-framework-module-http@5.1.1
163
+ - @equinor/fusion-framework-module@4.2.5
164
+ - @equinor/fusion-framework-module-msal@3.0.7
157
165
 
158
166
  ## 7.1.5
159
167
 
160
168
  ### Patch Changes
161
169
 
162
- - Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa)]:
163
- - @equinor/fusion-framework-module-http@5.1.0
164
- - @equinor/fusion-framework@7.0.20
165
- - @equinor/fusion-framework-module-app@5.2.5
170
+ - Updated dependencies [[`8e9e34a0`](https://github.com/equinor/fusion-framework/commit/8e9e34a06a6905d092ad8ca3f9330a3699da20fa)]:
171
+ - @equinor/fusion-framework-module-http@5.1.0
172
+ - @equinor/fusion-framework@7.0.20
173
+ - @equinor/fusion-framework-module-app@5.2.5
166
174
 
167
175
  ## 7.1.4
168
176
 
169
177
  ### Patch Changes
170
178
 
171
- - Updated dependencies []:
172
- - @equinor/fusion-framework@7.0.19
173
- - @equinor/fusion-framework-module-app@5.2.4
179
+ - Updated dependencies []:
180
+ - @equinor/fusion-framework@7.0.19
181
+ - @equinor/fusion-framework-module-app@5.2.4
174
182
 
175
183
  ## 7.1.3
176
184
 
177
185
  ### Patch Changes
178
186
 
179
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
180
- - @equinor/fusion-framework-module@4.2.4
181
- - @equinor/fusion-framework-module-app@5.2.4
182
- - @equinor/fusion-framework@7.0.18
183
- - @equinor/fusion-framework-module-event@4.0.5
184
- - @equinor/fusion-framework-module-http@5.0.6
185
- - @equinor/fusion-framework-module-msal@3.0.6
187
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
188
+ - @equinor/fusion-framework-module@4.2.4
189
+ - @equinor/fusion-framework-module-app@5.2.4
190
+ - @equinor/fusion-framework@7.0.18
191
+ - @equinor/fusion-framework-module-event@4.0.5
192
+ - @equinor/fusion-framework-module-http@5.0.6
193
+ - @equinor/fusion-framework-module-msal@3.0.6
186
194
 
187
195
  ## 7.1.2
188
196
 
189
197
  ### Patch Changes
190
198
 
191
- - Updated dependencies []:
192
- - @equinor/fusion-framework-module-app@5.2.3
193
- - @equinor/fusion-framework@7.0.17
199
+ - Updated dependencies []:
200
+ - @equinor/fusion-framework-module-app@5.2.3
201
+ - @equinor/fusion-framework@7.0.17
194
202
 
195
203
  ## 7.1.1
196
204
 
197
205
  ### Patch Changes
198
206
 
199
- - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
207
+ - [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
200
208
 
201
- conflicts of `@types/react` made random outcomes when using `yarn`
209
+ conflicts of `@types/react` made random outcomes when using `yarn`
202
210
 
203
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
211
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
204
212
 
205
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]:
206
- - @equinor/fusion-framework-module@4.2.3
207
- - @equinor/fusion-framework-module-event@4.0.4
208
- - @equinor/fusion-framework-module-http@5.0.5
209
- - @equinor/fusion-framework-module-msal@3.0.5
210
- - @equinor/fusion-framework-module-app@5.2.2
211
- - @equinor/fusion-framework@7.0.16
213
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272), [`52d98701`](https://github.com/equinor/fusion-framework/commit/52d98701627e93c7284c0b9a5bfd8dab1da43bd3)]:
214
+ - @equinor/fusion-framework-module@4.2.3
215
+ - @equinor/fusion-framework-module-event@4.0.4
216
+ - @equinor/fusion-framework-module-http@5.0.5
217
+ - @equinor/fusion-framework-module-msal@3.0.5
218
+ - @equinor/fusion-framework-module-app@5.2.2
219
+ - @equinor/fusion-framework@7.0.16
212
220
 
213
221
  ## 7.1.0
214
222
 
215
223
  ### Minor Changes
216
224
 
217
- - [#1093](https://github.com/equinor/fusion-framework/pull/1093) [`0a785d5c`](https://github.com/equinor/fusion-framework/commit/0a785d5c339ceec7cbbe2a6ff9e16053c86ce511) Thanks [@odinr](https://github.com/odinr)! - Allow options for `config.useFrameworkServiceClient`
225
+ - [#1093](https://github.com/equinor/fusion-framework/pull/1093) [`0a785d5c`](https://github.com/equinor/fusion-framework/commit/0a785d5c339ceec7cbbe2a6ff9e16053c86ce511) Thanks [@odinr](https://github.com/odinr)! - Allow options for `config.useFrameworkServiceClient`
218
226
 
219
- Add optional configuration when using a predefined client from service discovery
227
+ Add optional configuration when using a predefined client from service discovery
220
228
 
221
- **Changed interface**
229
+ **Changed interface**
222
230
 
223
- ```ts
224
- type useFrameworkServiceClient = (
225
- service_name: string,
226
- /** new, allows customize registration of http client from service discovery */
227
- options?: Omit<HttpClientOptions<any>, 'baseUri' | 'defaultScopes'>,
228
- )
229
- ```
231
+ ```ts
232
+ type useFrameworkServiceClient = (
233
+ service_name: string,
234
+ /** new, allows customize registration of http client from service discovery */
235
+ options?: Omit<HttpClientOptions<any>, 'baseUri' | 'defaultScopes'>,
236
+ )
237
+ ```
230
238
 
231
- **example**
239
+ **example**
232
240
 
233
- ```ts
234
- config.useFrameworkServiceClient('some_fusion_service', {
235
- onCreate(client: IHttpClient) {
236
- /** make creation of http client add default request header */
237
- client.requestHandler.setHeader('api-version', '2.0');
238
- },
239
- });
240
- ```
241
+ ```ts
242
+ config.useFrameworkServiceClient("some_fusion_service", {
243
+ onCreate(client: IHttpClient) {
244
+ /** make creation of http client add default request header */
245
+ client.requestHandler.setHeader("api-version", "2.0");
246
+ },
247
+ });
248
+ ```
241
249
 
242
250
  ### Patch Changes
243
251
 
244
- - Updated dependencies [[`7aee3cf0`](https://github.com/equinor/fusion-framework/commit/7aee3cf01764a272e7b0a09045ff674575b15035), [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c)]:
245
- - @equinor/fusion-framework-module-event@4.0.3
246
- - @equinor/fusion-framework-module@4.2.2
252
+ - Updated dependencies [[`7aee3cf0`](https://github.com/equinor/fusion-framework/commit/7aee3cf01764a272e7b0a09045ff674575b15035), [`1a2880d2`](https://github.com/equinor/fusion-framework/commit/1a2880d2e4c80ac5ce08f63ca3699fe77e4b565c)]:
253
+ - @equinor/fusion-framework-module-event@4.0.3
254
+ - @equinor/fusion-framework-module@4.2.2
247
255
 
248
256
  ## 7.0.16
249
257
 
250
258
  ### Patch Changes
251
259
 
252
- - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
260
+ - [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
253
261
 
254
- - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
255
- - @equinor/fusion-framework@7.0.15
256
- - @equinor/fusion-framework-module-app@5.2.1
257
- - @equinor/fusion-framework-module-event@4.0.2
258
- - @equinor/fusion-framework-module-http@5.0.4
259
- - @equinor/fusion-framework-module@4.2.1
260
- - @equinor/fusion-framework-module-msal@3.0.4
262
+ - Updated dependencies [[`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352)]:
263
+ - @equinor/fusion-framework@7.0.15
264
+ - @equinor/fusion-framework-module-app@5.2.1
265
+ - @equinor/fusion-framework-module-event@4.0.2
266
+ - @equinor/fusion-framework-module-http@5.0.4
267
+ - @equinor/fusion-framework-module@4.2.1
268
+ - @equinor/fusion-framework-module-msal@3.0.4
261
269
 
262
270
  ## 7.0.15
263
271
 
264
272
  ### Patch Changes
265
273
 
266
- - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
274
+ - [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
267
275
 
268
- - align all versions of typescript
269
- - update types to build
270
- - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
276
+ - align all versions of typescript
277
+ - update types to build
278
+ - a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
271
279
 
272
- - Updated dependencies [[`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`76b30c1e`](https://github.com/equinor/fusion-framework/commit/76b30c1e86db3db18adbe759bb1e39885de1c898), [`83ee5abf`](https://github.com/equinor/fusion-framework/commit/83ee5abf7bcab193c85980e5ae44895cd7f6f08d), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`060818eb`](https://github.com/equinor/fusion-framework/commit/060818eb04ebb9ed6deaed1f0b4530201b1181cf), [`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
273
- - @equinor/fusion-framework-module@4.2.0
274
- - @equinor/fusion-framework@7.0.14
275
- - @equinor/fusion-framework-module-app@5.1.3
276
- - @equinor/fusion-framework-module-http@5.0.3
277
- - @equinor/fusion-framework-module-msal@3.0.3
280
+ - Updated dependencies [[`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`76b30c1e`](https://github.com/equinor/fusion-framework/commit/76b30c1e86db3db18adbe759bb1e39885de1c898), [`83ee5abf`](https://github.com/equinor/fusion-framework/commit/83ee5abf7bcab193c85980e5ae44895cd7f6f08d), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`060818eb`](https://github.com/equinor/fusion-framework/commit/060818eb04ebb9ed6deaed1f0b4530201b1181cf), [`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
281
+ - @equinor/fusion-framework-module@4.2.0
282
+ - @equinor/fusion-framework@7.0.14
283
+ - @equinor/fusion-framework-module-app@5.1.3
284
+ - @equinor/fusion-framework-module-http@5.0.3
285
+ - @equinor/fusion-framework-module-msal@3.0.3
278
286
 
279
287
  All notable changes to this project will be documented in this file.
280
288
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -439,29 +447,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
439
447
 
440
448
  ### Bug Fixes
441
449
 
442
- - **module-app:** update deps ([3e956c4](https://github.com/equinor/fusion-framework/commit/3e956c4b66b012988e68c2f4633ccdb692dc9bc9))
450
+ - **module-app:** update deps ([3e956c4](https://github.com/equinor/fusion-framework/commit/3e956c4b66b012988e68c2f4633ccdb692dc9bc9))
443
451
 
444
452
  ## 5.0.0 (2023-01-04)
445
453
 
446
454
  ### ⚠ BREAKING CHANGES
447
455
 
448
- - **module-app:** manifest prop rename
456
+ - **module-app:** manifest prop rename
449
457
 
450
458
  ### Bug Fixes
451
459
 
452
- - **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
460
+ - **module-app:** rename `appKey` to `key` ([9ee97b1](https://github.com/equinor/fusion-framework/commit/9ee97b149b9167a3747da371de76490e287d9514))
453
461
 
454
462
  ## 4.0.20 (2022-12-21)
455
463
 
456
464
  ### Bug Fixes
457
465
 
458
- - import export of app types ([6adeabe](https://github.com/equinor/fusion-framework/commit/6adeabecd1d261f3fda18a1cf93e5be4e374cbb5))
466
+ - import export of app types ([6adeabe](https://github.com/equinor/fusion-framework/commit/6adeabecd1d261f3fda18a1cf93e5be4e374cbb5))
459
467
 
460
468
  ## 4.0.19 (2022-12-19)
461
469
 
462
470
  ### Bug Fixes
463
471
 
464
- - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
472
+ - **react-app:** check if manifest is provided in env ([e41b6d1](https://github.com/equinor/fusion-framework/commit/e41b6d1c9006f7d55933a6375861d96126498015))
465
473
 
466
474
  ## 4.0.18 (2022-12-16)
467
475
 
@@ -527,7 +535,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
527
535
 
528
536
  ### Bug Fixes
529
537
 
530
- - **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
538
+ - **app:** adding type contextModule in event details for app package ([abea386](https://github.com/equinor/fusion-framework/commit/abea386c76c6297934a236d1bba9c71a12425065))
531
539
 
532
540
  ## [4.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@4.0.1...@equinor/fusion-framework-app@4.0.2) (2022-12-05)
533
541
 
@@ -673,7 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
673
681
 
674
682
  ### Features
675
683
 
676
- - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
684
+ - **framework:** implement module-app ([dc917f0](https://github.com/equinor/fusion-framework/commit/dc917f019da852fbd93eaf6ed7bc4a3a7e6f0d68))
677
685
 
678
686
  ## 3.0.10 (2022-11-01)
679
687
 
@@ -687,7 +695,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
687
695
 
688
696
  ### Bug Fixes
689
697
 
690
- - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
698
+ - **react-app:** :fire: update render env args with typing ([06bd3c7](https://github.com/equinor/fusion-framework/commit/06bd3c75218981f54216f76d3b7a667110dac3ae))
691
699
 
692
700
  ## [3.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@3.0.6...@equinor/fusion-framework-app@3.0.7) (2022-10-21)
693
701
 
@@ -717,28 +725,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
717
725
 
718
726
  ### Bug Fixes
719
727
 
720
- - **app:** update interfaces ([9b833bf](https://github.com/equinor/fusion-framework/commit/9b833bf53ea0cdcb8d4dfec7da1c42440c6ebe2d))
728
+ - **app:** update interfaces ([9b833bf](https://github.com/equinor/fusion-framework/commit/9b833bf53ea0cdcb8d4dfec7da1c42440c6ebe2d))
721
729
 
722
730
  ## [3.0.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@2.0.0...@equinor/fusion-framework-app@3.0.0) (2022-09-27)
723
731
 
724
732
  ### ⚠ BREAKING CHANGES
725
733
 
726
- - **module-service-discovery:** order of arguments for configuring client in service discovery
734
+ - **module-service-discovery:** order of arguments for configuring client in service discovery
727
735
 
728
736
  ### Bug Fixes
729
737
 
730
- - **module-service-discovery:** change order of arguments ([a1240c6](https://github.com/equinor/fusion-framework/commit/a1240c6360da5e919623bc31a51ced4c5ce1c2e3))
731
- - update registering of configuration ([20942ce](https://github.com/equinor/fusion-framework/commit/20942ce1c7a853ea3b55c031a242646e378db8c9))
738
+ - **module-service-discovery:** change order of arguments ([a1240c6](https://github.com/equinor/fusion-framework/commit/a1240c6360da5e919623bc31a51ced4c5ce1c2e3))
739
+ - update registering of configuration ([20942ce](https://github.com/equinor/fusion-framework/commit/20942ce1c7a853ea3b55c031a242646e378db8c9))
732
740
 
733
741
  ## 2.0.0 (2022-09-26)
734
742
 
735
743
  ### ⚠ BREAKING CHANGES
736
744
 
737
- - **module-service-discovery:** order of arguments for configuring client in service discovery
745
+ - **module-service-discovery:** order of arguments for configuring client in service discovery
738
746
 
739
747
  ### Bug Fixes
740
748
 
741
- - **module-service-discovery:** change order of arguments ([a1240c6](https://github.com/equinor/fusion-framework/commit/a1240c6360da5e919623bc31a51ced4c5ce1c2e3))
749
+ - **module-service-discovery:** change order of arguments ([a1240c6](https://github.com/equinor/fusion-framework/commit/a1240c6360da5e919623bc31a51ced4c5ce1c2e3))
742
750
 
743
751
  ## 1.0.7 (2022-09-20)
744
752
 
@@ -752,19 +760,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
752
760
 
753
761
  ### Bug Fixes
754
762
 
755
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
763
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
756
764
 
757
765
  ## [1.0.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@1.0.3...@equinor/fusion-framework-app@1.0.4) (2022-09-13)
758
766
 
759
767
  ### Bug Fixes
760
768
 
761
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
769
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
762
770
 
763
771
  ## [1.0.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@1.0.2...@equinor/fusion-framework-app@1.0.3) (2022-09-13)
764
772
 
765
773
  ### Bug Fixes
766
774
 
767
- - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
775
+ - update typings and linting ([7d2056b](https://github.com/equinor/fusion-framework/commit/7d2056b7866850b7efdfd4567385b5dbbcdf8761))
768
776
 
769
777
  ## [1.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@1.0.1...@equinor/fusion-framework-app@1.0.2) (2022-09-13)
770
778
 
@@ -786,29 +794,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
786
794
 
787
795
  ### ⚠ BREAKING CHANGES
788
796
 
789
- - **app:** config is now object
797
+ - **app:** config is now object
790
798
 
791
799
  ### Features
792
800
 
793
- - **app:** update init ([528d77f](https://github.com/equinor/fusion-framework/commit/528d77f30430242d05bf9a7fbed3ea68171df39d))
801
+ - **app:** update init ([528d77f](https://github.com/equinor/fusion-framework/commit/528d77f30430242d05bf9a7fbed3ea68171df39d))
794
802
 
795
803
  ### Bug Fixes
796
804
 
797
- - **app:** expect fusion modules ([301fcab](https://github.com/equinor/fusion-framework/commit/301fcab23e857bf87440b4212513a7eea2641aea))
805
+ - **app:** expect fusion modules ([301fcab](https://github.com/equinor/fusion-framework/commit/301fcab23e857bf87440b4212513a7eea2641aea))
798
806
 
799
807
  ## [1.0.0-alpha.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@0.2.3...@equinor/fusion-framework-app@1.0.0-alpha.0) (2022-09-12)
800
808
 
801
809
  ### ⚠ BREAKING CHANGES
802
810
 
803
- - **app:** config is now object
811
+ - **app:** config is now object
804
812
 
805
813
  ### Features
806
814
 
807
- - **app:** update init ([528d77f](https://github.com/equinor/fusion-framework/commit/528d77f30430242d05bf9a7fbed3ea68171df39d))
815
+ - **app:** update init ([528d77f](https://github.com/equinor/fusion-framework/commit/528d77f30430242d05bf9a7fbed3ea68171df39d))
808
816
 
809
817
  ### Bug Fixes
810
818
 
811
- - **app:** expect fusion modules ([301fcab](https://github.com/equinor/fusion-framework/commit/301fcab23e857bf87440b4212513a7eea2641aea))
819
+ - **app:** expect fusion modules ([301fcab](https://github.com/equinor/fusion-framework/commit/301fcab23e857bf87440b4212513a7eea2641aea))
812
820
 
813
821
  ## 0.2.3 (2022-09-05)
814
822
 
@@ -826,23 +834,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
826
834
 
827
835
  ### ⚠ BREAKING CHANGES
828
836
 
829
- - rename fetch
837
+ - rename fetch
830
838
 
831
- - fix(module-service-discovery): update http client consumer
839
+ - fix(module-service-discovery): update http client consumer
832
840
 
833
- - build: update allowed branches
841
+ - build: update allowed branches
834
842
 
835
- - build: add conventional commit
843
+ - build: add conventional commit
836
844
 
837
- - build: use conventionalcommits
845
+ - build: use conventionalcommits
838
846
 
839
- - build(module-http): push major
847
+ - build(module-http): push major
840
848
 
841
- - build: update deps
849
+ - build: update deps
842
850
 
843
851
  ### Features
844
852
 
845
- - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
853
+ - rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32))
846
854
 
847
855
  ## [0.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-app@0.1.1...@equinor/fusion-framework-app@0.1.2) (2022-08-23)
848
856
 
@@ -852,10 +860,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
852
860
 
853
861
  ### Bug Fixes
854
862
 
855
- - **app:** fix typing of configurator ([5b71bea](https://github.com/equinor/fusion-framework/commit/5b71beadb34d3dc26bde23d93409008f2292e42b))
863
+ - **app:** fix typing of configurator ([5b71bea](https://github.com/equinor/fusion-framework/commit/5b71beadb34d3dc26bde23d93409008f2292e42b))
856
864
 
857
865
  # 0.1.0 (2022-08-22)
858
866
 
859
867
  ### Features
860
868
 
861
- - **app:** create base module for fusion apps ([9bd3f2f](https://github.com/equinor/fusion-framework/commit/9bd3f2f1ff51d18f2a8989f2d2a1f5045720b7e0))
869
+ - **app:** create base module for fusion apps ([9bd3f2f](https://github.com/equinor/fusion-framework/commit/9bd3f2f1ff51d18f2a8989f2d2a1f5045720b7e0))