@equinor/fusion-framework-app 10.4.8 → 10.4.10-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 +32 -6
- 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,37 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.4.10-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-app@7.4.2-next.0
|
|
12
|
+
- @equinor/fusion-framework@7.4.14-next.0
|
|
13
|
+
- @equinor/fusion-framework-module-bookmark@3.0.7-next.0
|
|
14
|
+
- @equinor/fusion-framework-module-event@5.0.2-next.0
|
|
15
|
+
- @equinor/fusion-framework-module-http@7.0.9-next.0
|
|
16
|
+
- @equinor/fusion-framework-module@5.0.7-next.0
|
|
17
|
+
- @equinor/fusion-framework-module-msal@7.3.2-next.0
|
|
18
|
+
|
|
19
|
+
## 10.4.9
|
|
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@7.4.13
|
|
27
|
+
- @equinor/fusion-framework-module-app@7.4.1
|
|
28
|
+
- @equinor/fusion-framework-module-bookmark@3.0.6
|
|
29
|
+
- @equinor/fusion-framework-module-event@5.0.1
|
|
30
|
+
- @equinor/fusion-framework-module-http@7.0.8
|
|
31
|
+
- @equinor/fusion-framework-module@5.0.6
|
|
32
|
+
- @equinor/fusion-framework-module-msal@7.3.1
|
|
33
|
+
- @equinor/fusion-framework-module-telemetry@4.6.4
|
|
34
|
+
|
|
3
35
|
## 10.4.8
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -81,7 +113,6 @@
|
|
|
81
113
|
App can override url and scopes with app config.
|
|
82
114
|
|
|
83
115
|
Priority:
|
|
84
|
-
|
|
85
116
|
1. Session overrides
|
|
86
117
|
2. AppConfig
|
|
87
118
|
3. ServiceDiscovery
|
|
@@ -187,7 +218,6 @@
|
|
|
187
218
|
### Minor Changes
|
|
188
219
|
|
|
189
220
|
- [#3493](https://github.com/equinor/fusion-framework/pull/3493) [`9f5de98`](https://github.com/equinor/fusion-framework/commit/9f5de9844181b8bc2d770032ff3b1709e87c7c21) Thanks [@odinr](https://github.com/odinr)! - Add telemetry integration to app configurator.
|
|
190
|
-
|
|
191
221
|
- Add telemetry module dependency to enable telemetry collection
|
|
192
222
|
- Configure telemetry in app module configurator with metadata extraction from app manifest
|
|
193
223
|
- Add event mapping to prefix configurator events with `AppConfigurator::` namespace
|
|
@@ -201,7 +231,6 @@
|
|
|
201
231
|
### Patch Changes
|
|
202
232
|
|
|
203
233
|
- [#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.
|
|
204
|
-
|
|
205
234
|
- Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
|
|
206
235
|
- Logger functionality will be handled through telemetry module with console logging adapter
|
|
207
236
|
|
|
@@ -273,7 +302,6 @@
|
|
|
273
302
|
### Patch Changes
|
|
274
303
|
|
|
275
304
|
- [#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
|
|
276
|
-
|
|
277
305
|
- Updated package.json typesVersions.
|
|
278
306
|
- Ensures backward compatibility with older node versions.
|
|
279
307
|
- Ensured consistency with workspace and repository configuration.
|
|
@@ -651,7 +679,6 @@
|
|
|
651
679
|
- [#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.
|
|
652
680
|
|
|
653
681
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
654
|
-
|
|
655
682
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
656
683
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
657
684
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -1123,7 +1150,6 @@
|
|
|
1123
1150
|
### Patch Changes
|
|
1124
1151
|
|
|
1125
1152
|
- [#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**
|
|
1126
|
-
|
|
1127
1153
|
- align all versions of typescript
|
|
1128
1154
|
- update types to build
|
|
1129
1155
|
- 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,gBAAgB,CAAC"}
|