@equinor/fusion-framework 7.4.13 → 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 +33 -9
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +10 -10
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
3
19
|
## 7.4.13
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -89,6 +105,22 @@
|
|
|
89
105
|
- @equinor/fusion-framework-module-msal@7.0.0
|
|
90
106
|
- @equinor/fusion-framework-module-http@7.0.7
|
|
91
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
|
+
|
|
92
124
|
## 7.4.2
|
|
93
125
|
|
|
94
126
|
### Patch Changes
|
|
@@ -123,7 +155,6 @@
|
|
|
123
155
|
### Minor Changes
|
|
124
156
|
|
|
125
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.
|
|
126
|
-
|
|
127
158
|
- Add TelemetryModule to FusionModules type definition
|
|
128
159
|
- Enable telemetry in FrameworkConfigurator with default configuration
|
|
129
160
|
- Add event$ observable with framework-specific event prefixing
|
|
@@ -134,7 +165,6 @@
|
|
|
134
165
|
### Patch Changes
|
|
135
166
|
|
|
136
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.
|
|
137
|
-
|
|
138
168
|
- Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
|
|
139
169
|
- Logger functionality will be handled through telemetry module with console logging adapter
|
|
140
170
|
|
|
@@ -177,20 +207,17 @@
|
|
|
177
207
|
Major version update of Vitest testing framework and coverage package.
|
|
178
208
|
|
|
179
209
|
### Breaking Changes
|
|
180
|
-
|
|
181
210
|
- Updated from Vitest v2 to v3
|
|
182
211
|
- Coverage reporting may have configuration changes
|
|
183
212
|
- Test runner behavior improvements
|
|
184
213
|
|
|
185
214
|
### New Features
|
|
186
|
-
|
|
187
215
|
- Enhanced coverage reporting capabilities
|
|
188
216
|
- Improved test performance
|
|
189
217
|
- Better error handling and reporting
|
|
190
218
|
- Updated Vite integration (v6.3.5)
|
|
191
219
|
|
|
192
220
|
### Links
|
|
193
|
-
|
|
194
221
|
- [Vitest v3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
195
222
|
- [Vitest v3 Migration Guide](https://vitest.dev/guide/migration.html)
|
|
196
223
|
- [Coverage v8 Documentation](https://vitest.dev/guide/coverage.html)
|
|
@@ -388,7 +415,6 @@
|
|
|
388
415
|
**@equinor/fusion-framework:**
|
|
389
416
|
|
|
390
417
|
Enhanced the `FrameworkConfigurator` class to improve the configuration of MSAL authentication.
|
|
391
|
-
|
|
392
418
|
- Updated the `configureMsal` method to accept a callback function (`AuthConfigFn`) and an optional `requiresAuth` parameter.
|
|
393
419
|
- The `configureMsal` method now adds a configuration object that sets the `requiresAuth` property and invokes the provided callback function with the builder.
|
|
394
420
|
|
|
@@ -414,7 +440,7 @@
|
|
|
414
440
|
clientId: "...",
|
|
415
441
|
redirectUri: "...",
|
|
416
442
|
},
|
|
417
|
-
true
|
|
443
|
+
true,
|
|
418
444
|
);
|
|
419
445
|
```
|
|
420
446
|
|
|
@@ -571,7 +597,6 @@
|
|
|
571
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.
|
|
572
598
|
|
|
573
599
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
574
|
-
|
|
575
600
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
576
601
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
577
602
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -960,7 +985,6 @@
|
|
|
960
985
|
### Patch Changes
|
|
961
986
|
|
|
962
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**
|
|
963
|
-
|
|
964
988
|
- align all versions of typescript
|
|
965
989
|
- update types to build
|
|
966
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
|
package/dist/esm/version.js
CHANGED
package/dist/esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC"}
|