@equinor/fusion-framework-app 10.1.2 → 10.1.3-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 -5
- 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.1.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`265bb76`](https://github.com/equinor/fusion-framework/commit/265bb767249989eeb1971e83f3fba94879e0813b), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8), [`d252b0d`](https://github.com/equinor/fusion-framework/commit/d252b0d442b7c8c1b50bf2768cf9ecbbb55a76f8)]:
|
|
10
|
+
- @equinor/fusion-framework-module-telemetry@5.0.0-next.0
|
|
11
|
+
- @equinor/fusion-framework-module-app@7.2.0-next.0
|
|
12
|
+
- @equinor/fusion-framework@7.4.3-next.0
|
|
13
|
+
- @equinor/fusion-framework-module-bookmark@3.0.5-next.0
|
|
14
|
+
- @equinor/fusion-framework-module-event@4.4.1-next.0
|
|
15
|
+
- @equinor/fusion-framework-module-http@7.0.6-next.0
|
|
16
|
+
- @equinor/fusion-framework-module@5.0.6-next.0
|
|
17
|
+
- @equinor/fusion-framework-module-msal@7.0.0-next.0
|
|
18
|
+
|
|
3
19
|
## 10.1.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -30,7 +46,6 @@
|
|
|
30
46
|
### Minor Changes
|
|
31
47
|
|
|
32
48
|
- [#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.
|
|
33
|
-
|
|
34
49
|
- Add telemetry module dependency to enable telemetry collection
|
|
35
50
|
- Configure telemetry in app module configurator with metadata extraction from app manifest
|
|
36
51
|
- Add event mapping to prefix configurator events with `AppConfigurator::` namespace
|
|
@@ -44,7 +59,6 @@
|
|
|
44
59
|
### Patch Changes
|
|
45
60
|
|
|
46
61
|
- [#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.
|
|
47
|
-
|
|
48
62
|
- Removed `this.logger = new ModuleConsoleLogger(...)` from FrameworkConfigurator, AppConfigurator, and WidgetConfigurator constructors
|
|
49
63
|
- Logger functionality will be handled through telemetry module with console logging adapter
|
|
50
64
|
|
|
@@ -116,7 +130,6 @@
|
|
|
116
130
|
### Patch Changes
|
|
117
131
|
|
|
118
132
|
- [#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
|
|
119
|
-
|
|
120
133
|
- Updated package.json typesVersions.
|
|
121
134
|
- Ensures backward compatibility with older node versions.
|
|
122
135
|
- Ensured consistency with workspace and repository configuration.
|
|
@@ -494,7 +507,6 @@
|
|
|
494
507
|
- [#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.
|
|
495
508
|
|
|
496
509
|
Removing the `removeComments` option allows TypeScript to preserve comments in the compiled JavaScript output. This can be beneficial for several reasons:
|
|
497
|
-
|
|
498
510
|
1. Improved debugging: Preserved comments can help developers understand the code better during debugging sessions.
|
|
499
511
|
2. Documentation: JSDoc comments and other important code documentation will be retained in the compiled output.
|
|
500
512
|
3. Source map accuracy: Keeping comments can lead to more accurate source maps, which is crucial for debugging and error tracking.
|
|
@@ -966,7 +978,6 @@
|
|
|
966
978
|
### Patch Changes
|
|
967
979
|
|
|
968
980
|
- [#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**
|
|
969
|
-
|
|
970
981
|
- align all versions of typescript
|
|
971
982
|
- update types to build
|
|
972
983
|
- 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"}
|