@equinor/fusion-framework-cli 9.3.0 → 9.3.2
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 +20 -0
- package/dist/bin/public/assets/index-8ffdd9b1.js +3599 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/lib/vite-logger.js +8 -2
- package/dist/lib/vite-logger.js.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -15
- package/dist/bin/public/assets/index-12ebb696.js +0 -3079
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1462](https://github.com/equinor/fusion-framework/pull/1462) [`e35d8e2b`](https://github.com/equinor/fusion-framework/commit/e35d8e2b69148a497c7acaa8e1e0bf86987f475e) Thanks [@odinr](https://github.com/odinr)! - silent error when failing to optimize pre-built assets
|
|
8
|
+
|
|
9
|
+
Vite tries to import optimize pre-built assets for the dev portal (which it should not).
|
|
10
|
+
|
|
11
|
+
see [fix: exclude external dependencies from html rewriting](https://github.com/vitejs/vite/pull/11854#issuecomment-1500453147)
|
|
12
|
+
|
|
13
|
+
- [#1442](https://github.com/equinor/fusion-framework/pull/1442) [`1173f715`](https://github.com/equinor/fusion-framework/commit/1173f71597b7b90c17d314188d83f46e1d81a2f3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-side-sheet from 1.1.0 to 1.2.0
|
|
14
|
+
|
|
15
|
+
## 9.3.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies []:
|
|
20
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.2
|
|
21
|
+
- @equinor/fusion-framework-app@7.1.8
|
|
22
|
+
|
|
3
23
|
## 9.3.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|