@equinor/fusion-framework 7.4.12 → 7.4.14-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,37 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.4.14-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-telemetry@4.6.5-next.0
11
+ - @equinor/fusion-framework-module-context@7.0.4-next.0
12
+ - @equinor/fusion-framework-module-event@5.0.2-next.0
13
+ - @equinor/fusion-framework-module-http@7.0.9-next.0
14
+ - @equinor/fusion-framework-module@5.0.7-next.0
15
+ - @equinor/fusion-framework-module-msal@7.3.2-next.0
16
+ - @equinor/fusion-framework-module-service-discovery@9.1.2-next.0
17
+ - @equinor/fusion-framework-module-services@7.2.2-next.0
18
+
19
+ ## 7.4.13
20
+
21
+ ### Patch Changes
22
+
23
+ - [#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.
24
+
25
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581), [`db8fa81`](https://github.com/equinor/fusion-framework/commit/db8fa8134b77a628b15e06f7f72b50f04ef97458)]:
26
+ - @equinor/fusion-framework-module-context@7.0.3
27
+ - @equinor/fusion-framework-module-event@5.0.1
28
+ - @equinor/fusion-framework-module-http@7.0.8
29
+ - @equinor/fusion-framework-module@5.0.6
30
+ - @equinor/fusion-framework-module-msal@7.3.1
31
+ - @equinor/fusion-framework-module-service-discovery@9.1.1
32
+ - @equinor/fusion-framework-module-services@7.2.1
33
+ - @equinor/fusion-framework-module-telemetry@4.6.4
34
+
3
35
  ## 7.4.12
4
36
 
5
37
  ### Patch Changes
@@ -73,6 +105,22 @@
73
105
  - @equinor/fusion-framework-module-msal@7.0.0
74
106
  - @equinor/fusion-framework-module-http@7.0.7
75
107
 
108
+ ## 7.4.3-next.0
109
+
110
+ ### Patch Changes
111
+
112
+ - [#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
113
+
114
+ - Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8)]:
115
+ - @equinor/fusion-framework-module-telemetry@5.0.0-next.0
116
+ - @equinor/fusion-framework-module-context@7.0.3-next.0
117
+ - @equinor/fusion-framework-module-event@4.4.1-next.0
118
+ - @equinor/fusion-framework-module-http@7.0.6-next.0
119
+ - @equinor/fusion-framework-module@5.0.6-next.0
120
+ - @equinor/fusion-framework-module-msal@7.0.0-next.0
121
+ - @equinor/fusion-framework-module-service-discovery@9.0.5-next.0
122
+ - @equinor/fusion-framework-module-services@7.1.6-next.0
123
+
76
124
  ## 7.4.2
77
125
 
78
126
  ### Patch Changes
@@ -107,7 +155,6 @@
107
155
  ### Minor Changes
108
156
 
109
157
  - [#3492](https://github.com/equinor/fusion-framework/pull/3492) [`7ba4713`](https://github.com/equinor/fusion-framework/commit/7ba47139a8d7cfbb757bd4626425c611e22c2126) Thanks [@odinr](https://github.com/odinr)! - Integrate telemetry module into framework core.
110
-
111
158
  - Add TelemetryModule to FusionModules type definition
112
159
  - Enable telemetry in FrameworkConfigurator with default configuration
113
160
  - Add event$ observable with framework-specific event prefixing
@@ -118,7 +165,6 @@
118
165
  ### Patch Changes
119
166
 
120
167
  - [#3490](https://github.com/equinor/fusion-framework/pull/3490) [`45954e5`](https://github.com/equinor/fusion-framework/commit/45954e5db471a2faa24e88e41fc6d6c18817d6d1) Thanks [@odinr](https://github.com/odinr)! - Remove explicit logger initialization from configurator constructors in favor of telemetry.
121
-
122
168
  - Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
123
169
  - Logger functionality will be handled through telemetry module with console logging adapter
124
170
 
@@ -161,20 +207,17 @@
161
207
  Major version update of Vitest testing framework and coverage package.
162
208
 
163
209
  ### Breaking Changes
164
-
165
210
  - Updated from Vitest v2 to v3
166
211
  - Coverage reporting may have configuration changes
167
212
  - Test runner behavior improvements
168
213
 
169
214
  ### New Features
170
-
171
215
  - Enhanced coverage reporting capabilities
172
216
  - Improved test performance
173
217
  - Better error handling and reporting
174
218
  - Updated Vite integration (v6.3.5)
175
219
 
176
220
  ### Links
177
-
178
221
  - [Vitest v3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
179
222
  - [Vitest v3 Migration Guide](https://vitest.dev/guide/migration.html)
180
223
  - [Coverage v8 Documentation](https://vitest.dev/guide/coverage.html)
@@ -372,7 +415,6 @@
372
415
  **@equinor/fusion-framework:**
373
416
 
374
417
  Enhanced the `FrameworkConfigurator` class to improve the configuration of MSAL authentication.
375
-
376
418
  - Updated the `configureMsal` method to accept a callback function (`AuthConfigFn`) and an optional `requiresAuth` parameter.
377
419
  - The `configureMsal` method now adds a configuration object that sets the `requiresAuth` property and invokes the provided callback function with the builder.
378
420
 
@@ -398,7 +440,7 @@
398
440
  clientId: "...",
399
441
  redirectUri: "...",
400
442
  },
401
- true
443
+ true,
402
444
  );
403
445
  ```
404
446
 
@@ -555,7 +597,6 @@
555
597
  - [#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.
556
598
 
557
599
  Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
558
-
559
600
  1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
560
601
  2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
561
602
  3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
@@ -944,7 +985,6 @@
944
985
  ### Patch Changes
945
986
 
946
987
  - [#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**
947
-
948
988
  - align all versions of typescript
949
989
  - update types to build
950
990
  - 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
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '7.4.12';
2
+ export const version = '7.4.14-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"}