@equinor/fusion-framework-app 10.4.9 → 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 +16 -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,21 @@
|
|
|
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
|
+
|
|
3
19
|
## 10.4.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -97,7 +113,6 @@
|
|
|
97
113
|
App can override url and scopes with app config.
|
|
98
114
|
|
|
99
115
|
Priority:
|
|
100
|
-
|
|
101
116
|
1. Session overrides
|
|
102
117
|
2. AppConfig
|
|
103
118
|
3. ServiceDiscovery
|
|
@@ -203,7 +218,6 @@
|
|
|
203
218
|
### Minor Changes
|
|
204
219
|
|
|
205
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.
|
|
206
|
-
|
|
207
221
|
- Add telemetry module dependency to enable telemetry collection
|
|
208
222
|
- Configure telemetry in app module configurator with metadata extraction from app manifest
|
|
209
223
|
- Add event mapping to prefix configurator events with `AppConfigurator::` namespace
|
|
@@ -217,7 +231,6 @@
|
|
|
217
231
|
### Patch Changes
|
|
218
232
|
|
|
219
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.
|
|
220
|
-
|
|
221
234
|
- Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
|
|
222
235
|
- Logger functionality will be handled through telemetry module with console logging adapter
|
|
223
236
|
|
|
@@ -289,7 +302,6 @@
|
|
|
289
302
|
### Patch Changes
|
|
290
303
|
|
|
291
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
|
|
292
|
-
|
|
293
305
|
- Updated package.json typesVersions.
|
|
294
306
|
- Ensures backward compatibility with older node versions.
|
|
295
307
|
- Ensured consistency with workspace and repository configuration.
|
|
@@ -667,7 +679,6 @@
|
|
|
667
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.
|
|
668
680
|
|
|
669
681
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
670
|
-
|
|
671
682
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
672
683
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
673
684
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -1139,7 +1150,6 @@
|
|
|
1139
1150
|
### Patch Changes
|
|
1140
1151
|
|
|
1141
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**
|
|
1142
|
-
|
|
1143
1153
|
- align all versions of typescript
|
|
1144
1154
|
- update types to build
|
|
1145
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"}
|