@equinor/fusion-framework-cli 10.5.2 → 10.5.3
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 +8 -0
- package/dist/bin/public/assets/{index-DGNw04_i.js → index-BfAHMH9T.js} +3 -3
- package/dist/bin/public/index.html +1 -1
- package/dist/lib/plugins/app-assets/emit-asset.js +8 -3
- package/dist/lib/plugins/app-assets/emit-asset.js.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2870](https://github.com/equinor/fusion-framework/pull/2870) [`012e69c`](https://github.com/equinor/fusion-framework/commit/012e69cacf0601c00de550545fa8cd93538f12c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump vite from 6.1.1 to 6.2.0
|
|
8
|
+
|
|
9
|
+
- [#2867](https://github.com/equinor/fusion-framework/pull/2867) [`5bc278a`](https://github.com/equinor/fusion-framework/commit/5bc278a456d5b4b258f82a83a54558df45124427) Thanks [@odinr](https://github.com/odinr)! - Ensures App Assets plugin emits source as `Uint8Array`, previously it was emitting as `Buffer`, which was not catched by `Typescript` < 5.7.
|
|
10
|
+
|
|
3
11
|
## 10.5.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|