@equinor/fusion-framework-module-signalr 10.0.1 → 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,16 @@
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
+
3
14
  ## 10.0.1
4
15
 
5
16
  ### Patch Changes
@@ -18,6 +29,17 @@
18
29
  - Updated dependencies [[`cb37cae`](https://github.com/equinor/fusion-framework/commit/cb37cae45e06778e8d1ea20faed31b582e49fcae)]:
19
30
  - @equinor/fusion-framework-module-msal@7.0.0
20
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
+
21
43
  ## 9.0.0
22
44
 
23
45
  ### Patch Changes
@@ -53,7 +75,6 @@
53
75
  ### Patch Changes
54
76
 
55
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
56
-
57
78
  - Updated package.json typesVersions.
58
79
  - Ensures backward compatibility with older node versions.
59
80
  - Ensured consistency with workspace and repository configuration.
@@ -240,7 +261,6 @@
240
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.
241
262
 
242
263
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
243
-
244
264
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
245
265
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
246
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.1';
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"}