@equinor/fusion-framework-module-signalr 4.0.3 → 4.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 CHANGED
@@ -1,69 +1,76 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework-module-service-discovery@8.0.4
9
+
3
10
  ## 4.0.3
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - Updated dependencies []:
8
- - @equinor/fusion-framework-module-service-discovery@8.0.3
14
+ - Updated dependencies []:
15
+ - @equinor/fusion-framework-module-service-discovery@8.0.3
9
16
 
10
17
  ## 4.0.2
11
18
 
12
19
  ### Patch Changes
13
20
 
14
- - Updated dependencies []:
15
- - @equinor/fusion-framework-module-service-discovery@8.0.2
21
+ - Updated dependencies []:
22
+ - @equinor/fusion-framework-module-service-discovery@8.0.2
16
23
 
17
24
  ## 4.0.1
18
25
 
19
26
  ### Patch Changes
20
27
 
21
- - Updated dependencies []:
22
- - @equinor/fusion-framework-module-service-discovery@8.0.1
28
+ - Updated dependencies []:
29
+ - @equinor/fusion-framework-module-service-discovery@8.0.1
23
30
 
24
31
  ## 4.0.0
25
32
 
26
33
  ### Patch Changes
27
34
 
28
- - [#2459](https://github.com/equinor/fusion-framework/pull/2459) [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa) Thanks [@odinr](https://github.com/odinr)! - Update configureFromFramework to handle authentication scopes
35
+ - [#2459](https://github.com/equinor/fusion-framework/pull/2459) [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa) Thanks [@odinr](https://github.com/odinr)! - Update configureFromFramework to handle authentication scopes
29
36
 
30
- - Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]:
31
- - @equinor/fusion-framework-module@4.3.5
32
- - @equinor/fusion-framework-module-service-discovery@8.0.0
33
- - @equinor/fusion-framework-module-msal@3.1.5
37
+ - Updated dependencies [[`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d), [`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]:
38
+ - @equinor/fusion-framework-module@4.3.5
39
+ - @equinor/fusion-framework-module-service-discovery@8.0.0
40
+ - @equinor/fusion-framework-module-msal@3.1.5
34
41
 
35
42
  ## 3.0.13
36
43
 
37
44
  ### Patch Changes
38
45
 
39
- - Updated dependencies []:
40
- - @equinor/fusion-framework-module-service-discovery@7.1.13
46
+ - Updated dependencies []:
47
+ - @equinor/fusion-framework-module-service-discovery@7.1.13
41
48
 
42
49
  ## 3.0.12
43
50
 
44
51
  ### Patch Changes
45
52
 
46
- - Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]:
47
- - @equinor/fusion-framework-module@4.3.4
48
- - @equinor/fusion-framework-module-msal@3.1.4
49
- - @equinor/fusion-framework-module-service-discovery@7.1.12
53
+ - Updated dependencies [[`75d676d`](https://github.com/equinor/fusion-framework/commit/75d676d2c7919f30e036b5ae97c4d814c569aa87), [`00d5e9c`](https://github.com/equinor/fusion-framework/commit/00d5e9c632876742c3d2a74efea2f126a0a169d9)]:
54
+ - @equinor/fusion-framework-module@4.3.4
55
+ - @equinor/fusion-framework-module-msal@3.1.4
56
+ - @equinor/fusion-framework-module-service-discovery@7.1.12
50
57
 
51
58
  ## 3.0.11
52
59
 
53
60
  ### Patch Changes
54
61
 
55
- - Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
56
- - @equinor/fusion-framework-module@4.3.3
57
- - @equinor/fusion-framework-module-service-discovery@7.1.11
58
- - @equinor/fusion-framework-module-msal@3.1.3
62
+ - Updated dependencies [[`a1524e9`](https://github.com/equinor/fusion-framework/commit/a1524e9c4d83778da3db42dbcf99908b776a0592)]:
63
+ - @equinor/fusion-framework-module@4.3.3
64
+ - @equinor/fusion-framework-module-service-discovery@7.1.11
65
+ - @equinor/fusion-framework-module-msal@3.1.3
59
66
 
60
67
  ## 3.0.10
61
68
 
62
69
  ### Patch Changes
63
70
 
64
- - [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3
71
+ - [#2333](https://github.com/equinor/fusion-framework/pull/2333) [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1) Thanks [@odinr](https://github.com/odinr)! - Updated `TypeScript` to 5.5.3
65
72
 
66
- - [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
73
+ - [#2320](https://github.com/equinor/fusion-framework/pull/2320) [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee) Thanks [@odinr](https://github.com/odinr)! - Removed the `removeComments` option from the `tsconfig.base.json` file.
67
74
 
68
75
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
69
76
 
@@ -106,228 +113,228 @@
106
113
 
107
114
  This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
108
115
 
109
- - Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
110
- - @equinor/fusion-framework-module@4.3.2
111
- - @equinor/fusion-framework-module-service-discovery@7.1.10
112
- - @equinor/fusion-framework-module-msal@3.1.2
116
+ - Updated dependencies [[`2f74edc`](https://github.com/equinor/fusion-framework/commit/2f74edcd4a3ea2b87d69f0fd63492145c3c01663), [`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
117
+ - @equinor/fusion-framework-module@4.3.2
118
+ - @equinor/fusion-framework-module-service-discovery@7.1.10
119
+ - @equinor/fusion-framework-module-msal@3.1.2
113
120
 
114
121
  ## 3.0.9
115
122
 
116
123
  ### Patch Changes
117
124
 
118
- - Updated dependencies []:
119
- - @equinor/fusion-framework-module-service-discovery@7.1.9
125
+ - Updated dependencies []:
126
+ - @equinor/fusion-framework-module-service-discovery@7.1.9
120
127
 
121
128
  ## 3.0.8
122
129
 
123
130
  ### Patch Changes
124
131
 
125
- - Updated dependencies []:
126
- - @equinor/fusion-framework-module-service-discovery@7.1.8
132
+ - Updated dependencies []:
133
+ - @equinor/fusion-framework-module-service-discovery@7.1.8
127
134
 
128
135
  ## 3.0.7
129
136
 
130
137
  ### Patch Changes
131
138
 
132
- - Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]:
133
- - @equinor/fusion-framework-module@4.3.1
134
- - @equinor/fusion-framework-module-msal@3.1.1
135
- - @equinor/fusion-framework-module-service-discovery@7.1.7
139
+ - Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]:
140
+ - @equinor/fusion-framework-module@4.3.1
141
+ - @equinor/fusion-framework-module-msal@3.1.1
142
+ - @equinor/fusion-framework-module-service-discovery@7.1.7
136
143
 
137
144
  ## 3.0.6
138
145
 
139
146
  ### Patch Changes
140
147
 
141
- - Updated dependencies []:
142
- - @equinor/fusion-framework-module-service-discovery@7.1.6
148
+ - Updated dependencies []:
149
+ - @equinor/fusion-framework-module-service-discovery@7.1.6
143
150
 
144
151
  ## 3.0.5
145
152
 
146
153
  ### Patch Changes
147
154
 
148
- - Updated dependencies []:
149
- - @equinor/fusion-framework-module-service-discovery@7.1.5
155
+ - Updated dependencies []:
156
+ - @equinor/fusion-framework-module-service-discovery@7.1.5
150
157
 
151
158
  ## 3.0.4
152
159
 
153
160
  ### Patch Changes
154
161
 
155
- - Updated dependencies []:
156
- - @equinor/fusion-framework-module-service-discovery@7.1.4
162
+ - Updated dependencies []:
163
+ - @equinor/fusion-framework-module-service-discovery@7.1.4
157
164
 
158
165
  ## 3.0.3
159
166
 
160
167
  ### Patch Changes
161
168
 
162
- - Updated dependencies []:
163
- - @equinor/fusion-framework-module-service-discovery@7.1.3
169
+ - Updated dependencies []:
170
+ - @equinor/fusion-framework-module-service-discovery@7.1.3
164
171
 
165
172
  ## 3.0.2
166
173
 
167
174
  ### Patch Changes
168
175
 
169
- - Updated dependencies []:
170
- - @equinor/fusion-framework-module-service-discovery@7.1.2
176
+ - Updated dependencies []:
177
+ - @equinor/fusion-framework-module-service-discovery@7.1.2
171
178
 
172
179
  ## 3.0.1
173
180
 
174
181
  ### Patch Changes
175
182
 
176
- - Updated dependencies []:
177
- - @equinor/fusion-framework-module-service-discovery@7.1.1
183
+ - Updated dependencies []:
184
+ - @equinor/fusion-framework-module-service-discovery@7.1.1
178
185
 
179
186
  ## 3.0.0
180
187
 
181
188
  ### Minor Changes
182
189
 
183
- - [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
190
+ - [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
184
191
 
185
192
  ### Patch Changes
186
193
 
187
- - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
188
- - @equinor/fusion-framework-module@4.3.0
189
- - @equinor/fusion-framework-module-service-discovery@7.1.0
190
- - @equinor/fusion-framework-module-msal@3.1.0
194
+ - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
195
+ - @equinor/fusion-framework-module@4.3.0
196
+ - @equinor/fusion-framework-module-service-discovery@7.1.0
197
+ - @equinor/fusion-framework-module-msal@3.1.0
191
198
 
192
199
  ## 2.0.19
193
200
 
194
201
  ### Patch Changes
195
202
 
196
- - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
197
- - @equinor/fusion-framework-module@4.2.7
198
- - @equinor/fusion-framework-module-msal@3.0.10
199
- - @equinor/fusion-framework-module-service-discovery@7.0.20
203
+ - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
204
+ - @equinor/fusion-framework-module@4.2.7
205
+ - @equinor/fusion-framework-module-msal@3.0.10
206
+ - @equinor/fusion-framework-module-service-discovery@7.0.20
200
207
 
201
208
  ## 2.0.18
202
209
 
203
210
  ### Patch Changes
204
211
 
205
- - Updated dependencies []:
206
- - @equinor/fusion-framework-module-service-discovery@7.0.19
212
+ - Updated dependencies []:
213
+ - @equinor/fusion-framework-module-service-discovery@7.0.19
207
214
 
208
215
  ## 2.0.17
209
216
 
210
217
  ### Patch Changes
211
218
 
212
- - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
213
- - @equinor/fusion-framework-module-msal@3.0.9
214
- - @equinor/fusion-framework-module-service-discovery@7.0.18
219
+ - Updated dependencies [[`5eab8af`](https://github.com/equinor/fusion-framework/commit/5eab8afe3c3106cc67ad14ce4cbee6c7e4e8dfb1)]:
220
+ - @equinor/fusion-framework-module-msal@3.0.9
221
+ - @equinor/fusion-framework-module-service-discovery@7.0.18
215
222
 
216
223
  ## 2.0.16
217
224
 
218
225
  ### Patch Changes
219
226
 
220
- - Updated dependencies []:
221
- - @equinor/fusion-framework-module-service-discovery@7.0.17
227
+ - Updated dependencies []:
228
+ - @equinor/fusion-framework-module-service-discovery@7.0.17
222
229
 
223
230
  ## 2.0.15
224
231
 
225
232
  ### Patch Changes
226
233
 
227
- - Updated dependencies []:
228
- - @equinor/fusion-framework-module-service-discovery@7.0.16
234
+ - Updated dependencies []:
235
+ - @equinor/fusion-framework-module-service-discovery@7.0.16
229
236
 
230
237
  ## 2.0.14
231
238
 
232
239
  ### Patch Changes
233
240
 
234
- - Updated dependencies []:
235
- - @equinor/fusion-framework-module-service-discovery@7.0.15
241
+ - Updated dependencies []:
242
+ - @equinor/fusion-framework-module-service-discovery@7.0.15
236
243
 
237
244
  ## 2.0.13
238
245
 
239
246
  ### Patch Changes
240
247
 
241
- - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
248
+ - [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
242
249
 
243
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
244
- - @equinor/fusion-framework-module-service-discovery@7.0.14
245
- - @equinor/fusion-framework-module@4.2.6
246
- - @equinor/fusion-framework-module-msal@3.0.8
250
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
251
+ - @equinor/fusion-framework-module-service-discovery@7.0.14
252
+ - @equinor/fusion-framework-module@4.2.6
253
+ - @equinor/fusion-framework-module-msal@3.0.8
247
254
 
248
255
  ## 2.0.12
249
256
 
250
257
  ### Patch Changes
251
258
 
252
- - Updated dependencies []:
253
- - @equinor/fusion-framework-module-service-discovery@7.0.13
259
+ - Updated dependencies []:
260
+ - @equinor/fusion-framework-module-service-discovery@7.0.13
254
261
 
255
262
  ## 2.0.11
256
263
 
257
264
  ### Patch Changes
258
265
 
259
- - Updated dependencies []:
260
- - @equinor/fusion-framework-module-service-discovery@7.0.12
266
+ - Updated dependencies []:
267
+ - @equinor/fusion-framework-module-service-discovery@7.0.12
261
268
 
262
269
  ## 2.0.10
263
270
 
264
271
  ### Patch Changes
265
272
 
266
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
273
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
267
274
 
268
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
269
- - @equinor/fusion-framework-module@4.2.5
270
- - @equinor/fusion-framework-module-msal@3.0.7
271
- - @equinor/fusion-framework-module-service-discovery@7.0.11
275
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
276
+ - @equinor/fusion-framework-module@4.2.5
277
+ - @equinor/fusion-framework-module-msal@3.0.7
278
+ - @equinor/fusion-framework-module-service-discovery@7.0.11
272
279
 
273
280
  ## 2.0.9
274
281
 
275
282
  ### Patch Changes
276
283
 
277
- - Updated dependencies []:
278
- - @equinor/fusion-framework-module-service-discovery@7.0.10
284
+ - Updated dependencies []:
285
+ - @equinor/fusion-framework-module-service-discovery@7.0.10
279
286
 
280
287
  ## 2.0.8
281
288
 
282
289
  ### Patch Changes
283
290
 
284
- - Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]:
285
- - @equinor/fusion-framework-module-service-discovery@7.0.9
291
+ - Updated dependencies [[`e539e606`](https://github.com/equinor/fusion-framework/commit/e539e606d04bd8b7dc0c0bfed7cd4a7731996936)]:
292
+ - @equinor/fusion-framework-module-service-discovery@7.0.9
286
293
 
287
294
  ## 2.0.7
288
295
 
289
296
  ### Patch Changes
290
297
 
291
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
292
- - @equinor/fusion-framework-module@4.2.4
293
- - @equinor/fusion-framework-module-msal@3.0.6
294
- - @equinor/fusion-framework-module-service-discovery@7.0.8
298
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
299
+ - @equinor/fusion-framework-module@4.2.4
300
+ - @equinor/fusion-framework-module-msal@3.0.6
301
+ - @equinor/fusion-framework-module-service-discovery@7.0.8
295
302
 
296
303
  ## 2.0.6
297
304
 
298
305
  ### Patch Changes
299
306
 
300
- - Updated dependencies []:
301
- - @equinor/fusion-framework-module-service-discovery@7.0.7
307
+ - Updated dependencies []:
308
+ - @equinor/fusion-framework-module-service-discovery@7.0.7
302
309
 
303
310
  ## 2.0.5
304
311
 
305
312
  ### Patch Changes
306
313
 
307
- - [#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
314
+ - [#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
308
315
 
309
316
  conflicts of `@types/react` made random outcomes when using `yarn`
310
317
 
311
318
  this change should not affect consumer of the packages, but might conflict dependent on local package manager.
312
319
 
313
- - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
320
+ - [#1145](https://github.com/equinor/fusion-framework/pull/1145) [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump rxjs from 7.5.7 to [7.8.1](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
314
321
 
315
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
316
- - @equinor/fusion-framework-module-service-discovery@7.0.6
317
- - @equinor/fusion-framework-module@4.2.3
318
- - @equinor/fusion-framework-module-msal@3.0.5
322
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
323
+ - @equinor/fusion-framework-module-service-discovery@7.0.6
324
+ - @equinor/fusion-framework-module@4.2.3
325
+ - @equinor/fusion-framework-module-msal@3.0.5
319
326
 
320
327
  ## 2.0.4
321
328
 
322
329
  ### Patch Changes
323
330
 
324
- - [#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
331
+ - [#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
325
332
 
326
333
  ## 2.0.3
327
334
 
328
335
  ### Patch Changes
329
336
 
330
- - d8a439f0: chore(signalr): update peer deps
337
+ - d8a439f0: chore(signalr): update peer deps
331
338
 
332
339
  All notable changes to this project will be documented in this file.
333
340
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -364,10 +371,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
364
371
 
365
372
  ### Features
366
373
 
367
- - initial code for signalr-module and react-signalr ([c385ee2](https://github.com/equinor/fusion-framework/commit/c385ee2eca6ee58d87e2de955c43c2b75212efe4))
368
- - **module-signalr:** expose provider interfaces ([c3dfea1](https://github.com/equinor/fusion-framework/commit/c3dfea130e2d11202bb8f98d916dbe067f17f85f))
369
- - **module-signalr:** improve connection handing ([d78deba](https://github.com/equinor/fusion-framework/commit/d78debad569e322e02df342a3239a3f1f2f025fd))
374
+ - initial code for signalr-module and react-signalr ([c385ee2](https://github.com/equinor/fusion-framework/commit/c385ee2eca6ee58d87e2de955c43c2b75212efe4))
375
+ - **module-signalr:** expose provider interfaces ([c3dfea1](https://github.com/equinor/fusion-framework/commit/c3dfea130e2d11202bb8f98d916dbe067f17f85f))
376
+ - **module-signalr:** improve connection handing ([d78deba](https://github.com/equinor/fusion-framework/commit/d78debad569e322e02df342a3239a3f1f2f025fd))
370
377
 
371
378
  ### Bug Fixes
372
379
 
373
- - **module-signalr:** resolve config sync ([3cfc1ec](https://github.com/equinor/fusion-framework/commit/3cfc1eca4c3991aa6b85707d5a7fe9e274ff9af1))
380
+ - **module-signalr:** resolve config sync ([3cfc1ec](https://github.com/equinor/fusion-framework/commit/3cfc1eca4c3991aa6b85707d5a7fe9e274ff9af1))
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.3';
2
+ export const version = '4.0.4';
3
3
  //# sourceMappingURL=version.js.map