@equinor/fusion-framework-cli 12.0.0 → 12.0.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 +30 -1
- package/bin/build/bin.mjs +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3432](https://github.com/equinor/fusion-framework/pull/3432) [`528d72c`](https://github.com/equinor/fusion-framework/commit/528d72c04066f93fca1fa6469f33ec8d5383dcdc) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated vite from 7.1.5 to 7.1.7, including bug fixes for HMR, build system, and glob imports.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`528d72c`](https://github.com/equinor/fusion-framework/commit/528d72c04066f93fca1fa6469f33ec8d5383dcdc)]:
|
|
10
|
+
- @equinor/fusion-framework-dev-server@1.1.2
|
|
11
|
+
- @equinor/fusion-framework-dev-portal@1.1.2
|
|
12
|
+
|
|
13
|
+
## 12.0.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#3425](https://github.com/equinor/fusion-framework/pull/3425) [`41cc520`](https://github.com/equinor/fusion-framework/commit/41cc520707c37672c59855ed53a0d4cedae0ec61) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated pretty-bytes from 7.0.1 to 7.1.0, adding `fixedWidth` and `nonBreakingSpace` options for enhanced CLI output formatting.
|
|
18
|
+
|
|
19
|
+
- [#3428](https://github.com/equinor/fusion-framework/pull/3428) [`1700ca8`](https://github.com/equinor/fusion-framework/commit/1700ca8851fa108e55e9729fd24f595272766e63) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update zod from 4.1.9 to 4.1.11
|
|
20
|
+
|
|
21
|
+
- **v4.1.10**: Fixed shape caching issue (#5263) improving validation performance for complex schemas
|
|
22
|
+
- **v4.1.11**: Maintenance release with general improvements
|
|
23
|
+
|
|
24
|
+
This patch update enhances schema validation performance without changing any APIs.
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [[`2291483`](https://github.com/equinor/fusion-framework/commit/2291483b10ea288102155839dc47dcfe2addc22c), [`3b614f8`](https://github.com/equinor/fusion-framework/commit/3b614f87138f5a52f8ccc50ca8c6598ef3db37d6), [`ff3ab8f`](https://github.com/equinor/fusion-framework/commit/ff3ab8fd64cacd9b0a691a696bb2a7c5187e2cf3)]:
|
|
27
|
+
- @equinor/fusion-framework-dev-server@1.1.1
|
|
28
|
+
- @equinor/fusion-framework-module-msal-node@1.0.6
|
|
29
|
+
- @equinor/fusion-framework-dev-portal@1.1.1
|
|
30
|
+
- @equinor/fusion-imports@1.1.4
|
|
31
|
+
|
|
3
32
|
## 12.0.0
|
|
4
33
|
|
|
5
34
|
### Major Changes
|
|
@@ -35,7 +64,7 @@
|
|
|
35
64
|
- Fix CLI source code documentation to match actual behavior
|
|
36
65
|
- Remove incorrect bundle parameter from portal publish examples
|
|
37
66
|
|
|
38
|
-
Resolves
|
|
67
|
+
Resolves: [Misleading description of the Fusion CLI publish action](https://github.com/equinor/fusion/issues/656)
|
|
39
68
|
|
|
40
69
|
- Updated dependencies []:
|
|
41
70
|
- @equinor/fusion-framework-dev-portal@1.1.0
|