@equinor/fusion-framework-cli 10.7.5 → 10.7.6

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,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3268](https://github.com/equinor/fusion-framework/pull/3268) [`7ef5afc`](https://github.com/equinor/fusion-framework/commit/7ef5afc96a8c2cebecedc85703be820d84e3885a) Thanks [@odinr](https://github.com/odinr)! - Fix: Improve type safety and error handling in `AppAssetExportPlugin` (app-assets plugin).
8
+
9
+ - Use `unknown as PluginContext` for type casting in `resolveId` and `emitAssetSync` calls.
10
+ - Add null check and warning if asset emission fails.
11
+ - Minor code style and safety improvements.
12
+
13
+ This change improves plugin robustness and aligns with best practices for Vite/Rollup plugin development.
14
+
15
+ - [#3268](https://github.com/equinor/fusion-framework/pull/3268) [`7ef5afc`](https://github.com/equinor/fusion-framework/commit/7ef5afc96a8c2cebecedc85703be820d84e3885a) Thanks [@odinr](https://github.com/odinr)! - Upgraded rollup from `4.22.4` to `4.46.3`
16
+
3
17
  ## 10.7.5
4
18
 
5
19
  ### Patch Changes