@equinor/fusion-framework-module-signalr 10.0.0 → 10.0.2-next.0

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,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`f647825`](https://github.com/equinor/fusion-framework/commit/f647825cb5712763b09dafda21fd996211c78b78) Thanks [@odinr](https://github.com/odinr)! - relase next
8
+
9
+ - Updated dependencies [[`f647825`](https://github.com/equinor/fusion-framework/commit/f647825cb5712763b09dafda21fd996211c78b78)]:
10
+ - @equinor/fusion-framework-module@5.0.7-next.0
11
+ - @equinor/fusion-framework-module-msal@7.3.2-next.0
12
+ - @equinor/fusion-framework-module-service-discovery@9.1.2-next.0
13
+
14
+ ## 10.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
19
+
20
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581), [`db8fa81`](https://github.com/equinor/fusion-framework/commit/db8fa8134b77a628b15e06f7f72b50f04ef97458)]:
21
+ - @equinor/fusion-framework-module@5.0.6
22
+ - @equinor/fusion-framework-module-msal@7.3.1
23
+ - @equinor/fusion-framework-module-service-discovery@9.1.1
24
+
3
25
  ## 10.0.0
4
26
 
5
27
  ### Patch Changes
@@ -7,6 +29,17 @@
7
29
  - Updated dependencies [[`cb37cae`](https://github.com/equinor/fusion-framework/commit/cb37cae45e06778e8d1ea20faed31b582e49fcae)]:
8
30
  - @equinor/fusion-framework-module-msal@7.0.0
9
31
 
32
+ ## 10.0.0-next.0
33
+
34
+ ### Patch Changes
35
+
36
+ - [#3820](https://github.com/equinor/fusion-framework/pull/3820) [`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b) Thanks [@odinr](https://github.com/odinr)! - relase next
37
+
38
+ - Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b)]:
39
+ - @equinor/fusion-framework-module@5.0.6-next.0
40
+ - @equinor/fusion-framework-module-msal@7.0.0-next.0
41
+ - @equinor/fusion-framework-module-service-discovery@9.0.5-next.0
42
+
10
43
  ## 9.0.0
11
44
 
12
45
  ### Patch Changes
@@ -42,7 +75,6 @@
42
75
  ### Patch Changes
43
76
 
44
77
  - [#3088](https://github.com/equinor/fusion-framework/pull/3088) [`7441b13`](https://github.com/equinor/fusion-framework/commit/7441b13aa50dd7362d1629086a27b6b4e571575d) Thanks [@eikeland](https://github.com/eikeland)! - chore: update package typesVersions
45
-
46
78
  - Updated package.json typesVersions.
47
79
  - Ensures backward compatibility with older node versions.
48
80
  - Ensured consistency with workspace and repository configuration.
@@ -229,7 +261,6 @@
229
261
  - [#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.
230
262
 
231
263
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
232
-
233
264
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
234
265
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
235
266
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '10.0.0';
2
+ export const version = '10.0.2-next.0';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC"}