@equinor/fusion-framework-react-module-signalr 3.0.21 → 3.0.22

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,77 +1,87 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2848](https://github.com/equinor/fusion-framework/pull/2848) [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d) Thanks [@odinr](https://github.com/odinr)! - Refactored imports to use `type` when importing types from a module, to conform with the `useImportType` rule in Biome.
8
+
9
+ - Updated dependencies [[`811f1a0`](https://github.com/equinor/fusion-framework/commit/811f1a0139ff4d1b0c3fba1ec2b77cc84ba080d1), [`dcd2fb1`](https://github.com/equinor/fusion-framework/commit/dcd2fb1394e175d0cc2a4289ed3ede8e0271d67d)]:
10
+ - @equinor/fusion-framework-react-module@3.1.7
11
+ - @equinor/fusion-framework-module-signalr@5.0.1
12
+
3
13
  ## 3.0.21
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - Updated dependencies []:
8
- - @equinor/fusion-framework-module-signalr@5.0.0
18
+ - @equinor/fusion-framework-module-signalr@5.0.0
9
19
 
10
20
  ## 3.0.20
11
21
 
12
22
  ### Patch Changes
13
23
 
14
24
  - Updated dependencies []:
15
- - @equinor/fusion-framework-module-signalr@4.0.5
25
+ - @equinor/fusion-framework-module-signalr@4.0.5
16
26
 
17
27
  ## 3.0.19
18
28
 
19
29
  ### Patch Changes
20
30
 
21
31
  - Updated dependencies []:
22
- - @equinor/fusion-framework-module-signalr@4.0.4
32
+ - @equinor/fusion-framework-module-signalr@4.0.4
23
33
 
24
34
  ## 3.0.18
25
35
 
26
36
  ### Patch Changes
27
37
 
28
38
  - Updated dependencies []:
29
- - @equinor/fusion-framework-module-signalr@4.0.3
39
+ - @equinor/fusion-framework-module-signalr@4.0.3
30
40
 
31
41
  ## 3.0.17
32
42
 
33
43
  ### Patch Changes
34
44
 
35
45
  - Updated dependencies []:
36
- - @equinor/fusion-framework-module-signalr@4.0.2
46
+ - @equinor/fusion-framework-module-signalr@4.0.2
37
47
 
38
48
  ## 3.0.16
39
49
 
40
50
  ### Patch Changes
41
51
 
42
52
  - Updated dependencies []:
43
- - @equinor/fusion-framework-module-signalr@4.0.1
53
+ - @equinor/fusion-framework-module-signalr@4.0.1
44
54
 
45
55
  ## 3.0.15
46
56
 
47
57
  ### Patch Changes
48
58
 
49
59
  - Updated dependencies [[`15152e4`](https://github.com/equinor/fusion-framework/commit/15152e413c054a5f57af93211a470c98c7696caa)]:
50
- - @equinor/fusion-framework-module-signalr@4.0.0
51
- - @equinor/fusion-framework-react-module@3.1.6
60
+ - @equinor/fusion-framework-module-signalr@4.0.0
61
+ - @equinor/fusion-framework-react-module@3.1.6
52
62
 
53
63
  ## 3.0.14
54
64
 
55
65
  ### Patch Changes
56
66
 
57
67
  - Updated dependencies []:
58
- - @equinor/fusion-framework-module-signalr@3.0.13
68
+ - @equinor/fusion-framework-module-signalr@3.0.13
59
69
 
60
70
  ## 3.0.13
61
71
 
62
72
  ### Patch Changes
63
73
 
64
74
  - Updated dependencies []:
65
- - @equinor/fusion-framework-module-signalr@3.0.12
66
- - @equinor/fusion-framework-react-module@3.1.5
75
+ - @equinor/fusion-framework-module-signalr@3.0.12
76
+ - @equinor/fusion-framework-react-module@3.1.5
67
77
 
68
78
  ## 3.0.12
69
79
 
70
80
  ### Patch Changes
71
81
 
72
82
  - Updated dependencies []:
73
- - @equinor/fusion-framework-module-signalr@3.0.11
74
- - @equinor/fusion-framework-react-module@3.1.4
83
+ - @equinor/fusion-framework-module-signalr@3.0.11
84
+ - @equinor/fusion-framework-react-module@3.1.4
75
85
 
76
86
  ## 3.0.11
77
87
 
@@ -81,114 +91,114 @@
81
91
 
82
92
  - [#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.
83
93
 
84
- Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
94
+ Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
85
95
 
86
- 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
87
- 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
88
- 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
96
+ 1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
97
+ 2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
98
+ 3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
89
99
 
90
- No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
100
+ No action is required from consumers of the library. This change affects the build process and doesn't introduce any breaking changes or new features.
91
101
 
92
- Before:
102
+ Before:
93
103
 
94
- ```json
95
- {
96
- "compilerOptions": {
97
- "module": "ES2022",
98
- "target": "ES6",
99
- "incremental": true,
100
- "removeComments": true,
101
- "preserveConstEnums": true,
102
- "sourceMap": true,
103
- "moduleResolution": "node"
104
- }
104
+ ```json
105
+ {
106
+ "compilerOptions": {
107
+ "module": "ES2022",
108
+ "target": "ES6",
109
+ "incremental": true,
110
+ "removeComments": true,
111
+ "preserveConstEnums": true,
112
+ "sourceMap": true,
113
+ "moduleResolution": "node"
105
114
  }
106
- ```
107
-
108
- After:
109
-
110
- ```json
111
- {
112
- "compilerOptions": {
113
- "module": "ES2022",
114
- "target": "ES6",
115
- "incremental": true,
116
- "preserveConstEnums": true,
117
- "sourceMap": true,
118
- "moduleResolution": "node"
119
- }
115
+ }
116
+ ```
117
+
118
+ After:
119
+
120
+ ```json
121
+ {
122
+ "compilerOptions": {
123
+ "module": "ES2022",
124
+ "target": "ES6",
125
+ "incremental": true,
126
+ "preserveConstEnums": true,
127
+ "sourceMap": true,
128
+ "moduleResolution": "node"
120
129
  }
121
- ```
130
+ }
131
+ ```
122
132
 
123
- This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
133
+ This change ensures that comments are preserved in the compiled output, potentially improving the development and debugging experience for users of the Fusion Framework.
124
134
 
125
135
  - Updated dependencies [[`86d55b8`](https://github.com/equinor/fusion-framework/commit/86d55b8d27a572f3f62170b1e72aceda54f955e1), [`1dd85f3`](https://github.com/equinor/fusion-framework/commit/1dd85f3a408a73df556d1812a5f280945cc100ee)]:
126
- - @equinor/fusion-framework-react-module@3.1.3
127
- - @equinor/fusion-framework-module-signalr@3.0.10
136
+ - @equinor/fusion-framework-react-module@3.1.3
137
+ - @equinor/fusion-framework-module-signalr@3.0.10
128
138
 
129
139
  ## 3.0.10
130
140
 
131
141
  ### Patch Changes
132
142
 
133
143
  - Updated dependencies []:
134
- - @equinor/fusion-framework-module-signalr@3.0.9
144
+ - @equinor/fusion-framework-module-signalr@3.0.9
135
145
 
136
146
  ## 3.0.9
137
147
 
138
148
  ### Patch Changes
139
149
 
140
150
  - Updated dependencies []:
141
- - @equinor/fusion-framework-module-signalr@3.0.8
151
+ - @equinor/fusion-framework-module-signalr@3.0.8
142
152
 
143
153
  ## 3.0.8
144
154
 
145
155
  ### Patch Changes
146
156
 
147
157
  - Updated dependencies []:
148
- - @equinor/fusion-framework-module-signalr@3.0.7
149
- - @equinor/fusion-framework-react-module@3.1.2
158
+ - @equinor/fusion-framework-module-signalr@3.0.7
159
+ - @equinor/fusion-framework-react-module@3.1.2
150
160
 
151
161
  ## 3.0.7
152
162
 
153
163
  ### Patch Changes
154
164
 
155
165
  - Updated dependencies []:
156
- - @equinor/fusion-framework-module-signalr@3.0.6
166
+ - @equinor/fusion-framework-module-signalr@3.0.6
157
167
 
158
168
  ## 3.0.6
159
169
 
160
170
  ### Patch Changes
161
171
 
162
172
  - Updated dependencies []:
163
- - @equinor/fusion-framework-module-signalr@3.0.5
173
+ - @equinor/fusion-framework-module-signalr@3.0.5
164
174
 
165
175
  ## 3.0.5
166
176
 
167
177
  ### Patch Changes
168
178
 
169
179
  - Updated dependencies []:
170
- - @equinor/fusion-framework-module-signalr@3.0.4
180
+ - @equinor/fusion-framework-module-signalr@3.0.4
171
181
 
172
182
  ## 3.0.4
173
183
 
174
184
  ### Patch Changes
175
185
 
176
186
  - Updated dependencies []:
177
- - @equinor/fusion-framework-module-signalr@3.0.3
187
+ - @equinor/fusion-framework-module-signalr@3.0.3
178
188
 
179
189
  ## 3.0.3
180
190
 
181
191
  ### Patch Changes
182
192
 
183
193
  - Updated dependencies []:
184
- - @equinor/fusion-framework-module-signalr@3.0.2
194
+ - @equinor/fusion-framework-module-signalr@3.0.2
185
195
 
186
196
  ## 3.0.2
187
197
 
188
198
  ### Patch Changes
189
199
 
190
200
  - Updated dependencies []:
191
- - @equinor/fusion-framework-module-signalr@3.0.1
201
+ - @equinor/fusion-framework-module-signalr@3.0.1
192
202
 
193
203
  ## 3.0.1
194
204
 
@@ -197,7 +207,7 @@
197
207
  - [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
198
208
 
199
209
  - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
200
- - @equinor/fusion-framework-react-module@3.1.1
210
+ - @equinor/fusion-framework-react-module@3.1.1
201
211
 
202
212
  ## 3.0.0
203
213
 
@@ -208,73 +218,73 @@
208
218
  ### Patch Changes
209
219
 
210
220
  - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
211
- - @equinor/fusion-framework-react-module@3.1.0
212
- - @equinor/fusion-framework-module-signalr@3.0.0
221
+ - @equinor/fusion-framework-react-module@3.1.0
222
+ - @equinor/fusion-framework-module-signalr@3.0.0
213
223
 
214
224
  ## 2.0.18
215
225
 
216
226
  ### Patch Changes
217
227
 
218
228
  - Updated dependencies []:
219
- - @equinor/fusion-framework-module-signalr@2.0.19
220
- - @equinor/fusion-framework-react-module@3.0.8
229
+ - @equinor/fusion-framework-module-signalr@2.0.19
230
+ - @equinor/fusion-framework-react-module@3.0.8
221
231
 
222
232
  ## 2.0.17
223
233
 
224
234
  ### Patch Changes
225
235
 
226
236
  - Updated dependencies []:
227
- - @equinor/fusion-framework-module-signalr@2.0.18
237
+ - @equinor/fusion-framework-module-signalr@2.0.18
228
238
 
229
239
  ## 2.0.16
230
240
 
231
241
  ### Patch Changes
232
242
 
233
243
  - Updated dependencies []:
234
- - @equinor/fusion-framework-module-signalr@2.0.17
244
+ - @equinor/fusion-framework-module-signalr@2.0.17
235
245
 
236
246
  ## 2.0.15
237
247
 
238
248
  ### Patch Changes
239
249
 
240
250
  - Updated dependencies []:
241
- - @equinor/fusion-framework-module-signalr@2.0.16
251
+ - @equinor/fusion-framework-module-signalr@2.0.16
242
252
 
243
253
  ## 2.0.14
244
254
 
245
255
  ### Patch Changes
246
256
 
247
257
  - Updated dependencies []:
248
- - @equinor/fusion-framework-module-signalr@2.0.15
258
+ - @equinor/fusion-framework-module-signalr@2.0.15
249
259
 
250
260
  ## 2.0.13
251
261
 
252
262
  ### Patch Changes
253
263
 
254
264
  - Updated dependencies []:
255
- - @equinor/fusion-framework-module-signalr@2.0.14
265
+ - @equinor/fusion-framework-module-signalr@2.0.14
256
266
 
257
267
  ## 2.0.12
258
268
 
259
269
  ### Patch Changes
260
270
 
261
271
  - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
262
- - @equinor/fusion-framework-module-signalr@2.0.13
263
- - @equinor/fusion-framework-react-module@3.0.7
272
+ - @equinor/fusion-framework-module-signalr@2.0.13
273
+ - @equinor/fusion-framework-react-module@3.0.7
264
274
 
265
275
  ## 2.0.11
266
276
 
267
277
  ### Patch Changes
268
278
 
269
279
  - Updated dependencies []:
270
- - @equinor/fusion-framework-module-signalr@2.0.12
280
+ - @equinor/fusion-framework-module-signalr@2.0.12
271
281
 
272
282
  ## 2.0.10
273
283
 
274
284
  ### Patch Changes
275
285
 
276
286
  - Updated dependencies []:
277
- - @equinor/fusion-framework-module-signalr@2.0.11
287
+ - @equinor/fusion-framework-module-signalr@2.0.11
278
288
 
279
289
  ## 2.0.9
280
290
 
@@ -283,37 +293,37 @@
283
293
  - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
284
294
 
285
295
  - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
286
- - @equinor/fusion-framework-module-signalr@2.0.10
287
- - @equinor/fusion-framework-react-module@3.0.6
296
+ - @equinor/fusion-framework-module-signalr@2.0.10
297
+ - @equinor/fusion-framework-react-module@3.0.6
288
298
 
289
299
  ## 2.0.8
290
300
 
291
301
  ### Patch Changes
292
302
 
293
303
  - Updated dependencies []:
294
- - @equinor/fusion-framework-module-signalr@2.0.9
304
+ - @equinor/fusion-framework-module-signalr@2.0.9
295
305
 
296
306
  ## 2.0.7
297
307
 
298
308
  ### Patch Changes
299
309
 
300
310
  - Updated dependencies []:
301
- - @equinor/fusion-framework-module-signalr@2.0.8
311
+ - @equinor/fusion-framework-module-signalr@2.0.8
302
312
 
303
313
  ## 2.0.6
304
314
 
305
315
  ### Patch Changes
306
316
 
307
317
  - Updated dependencies []:
308
- - @equinor/fusion-framework-module-signalr@2.0.7
309
- - @equinor/fusion-framework-react-module@3.0.5
318
+ - @equinor/fusion-framework-module-signalr@2.0.7
319
+ - @equinor/fusion-framework-react-module@3.0.5
310
320
 
311
321
  ## 2.0.5
312
322
 
313
323
  ### Patch Changes
314
324
 
315
325
  - Updated dependencies []:
316
- - @equinor/fusion-framework-module-signalr@2.0.6
326
+ - @equinor/fusion-framework-module-signalr@2.0.6
317
327
 
318
328
  ## 2.0.4
319
329
 
@@ -321,13 +331,13 @@
321
331
 
322
332
  - [#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
323
333
 
324
- conflicts of `@types/react` made random outcomes when using `yarn`
334
+ conflicts of `@types/react` made random outcomes when using `yarn`
325
335
 
326
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
336
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
327
337
 
328
338
  - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
329
- - @equinor/fusion-framework-react-module@3.0.4
330
- - @equinor/fusion-framework-module-signalr@2.0.5
339
+ - @equinor/fusion-framework-react-module@3.0.4
340
+ - @equinor/fusion-framework-module-signalr@2.0.5
331
341
 
332
342
  ## 2.0.3
333
343
 
@@ -335,7 +345,7 @@
335
345
 
336
346
  - d8a439f0: chore(signalr): update peer deps
337
347
  - Updated dependencies [d8a439f0]
338
- - @equinor/fusion-framework-module-signalr@2.0.3
348
+ - @equinor/fusion-framework-module-signalr@2.0.3
339
349
 
340
350
  All notable changes to this project will be documented in this file.
341
351
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -1 +1 @@
1
- {"version":3,"file":"use-signalr-provider.js","sourceRoot":"","sources":["../../src/use-signalr-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhC,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAC9B,QAA0B,EAC1B,KAAa,EACb,OAAe,EACP,EAAE;IACV,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAI,KAAK,EAAE,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC;IAC7F,OAAO,KAAK,CAAC;AACjB,CAAC,CAAC"}
1
+ {"version":3,"file":"use-signalr-provider.js","sourceRoot":"","sources":["../../src/use-signalr-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhC,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAChC,QAA0B,EAC1B,KAAa,EACb,OAAe,EACL,EAAE;IACZ,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAI,KAAK,EAAE,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC;IAC7F,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"use-signalr.js","sourceRoot":"","sources":["../../src/use-signalr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAErE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,MAAM,CAAC,MAAM,QAAQ,GAAG,CACpB,KAAa,EACb,OAAe,EACyB,EAAE,CAC1C,kBAAkB,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;AAE7D,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"use-signalr.js","sourceRoot":"","sources":["../../src/use-signalr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAErE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,MAAM,CAAC,MAAM,QAAQ,GAAG,CACtB,KAAa,EACb,OAAe,EAC2B,EAAE,CAC5C,kBAAkB,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;AAE3D,eAAe,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.0.21';
2
+ export const version = '3.0.22';
3
3
  //# sourceMappingURL=version.js.map