@equinor/fusion-framework-cli 13.1.2-msal-v5.1 → 13.2.1

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,24 +1,47 @@
1
1
  # Change Log
2
2
 
3
- ## 13.1.2-msal-v5.1
3
+ ## 13.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#3944](https://github.com/equinor/fusion-framework/pull/3944) [`312755f`](https://github.com/equinor/fusion-framework/commit/312755f01c7592329aec847ee4956fe9bf58458f) Thanks [@dependabot](https://github.com/apps/dependabot)! - pre-release msal v5
7
+ - [#3986](https://github.com/equinor/fusion-framework/pull/3986) [`5211e98`](https://github.com/equinor/fusion-framework/commit/5211e98f65edb5292345d45757c5af740e04fffc) Thanks [@Noggling](https://github.com/Noggling)! - Fix CLI commands outputting invalid JSON due to dotenv messages appearing in stdout. Commands like `ffc app manifest` now produce clean JSON output suitable for automated tooling and CI/CD pipelines.
8
8
 
9
- - Updated dependencies [[`312755f`](https://github.com/equinor/fusion-framework/commit/312755f01c7592329aec847ee4956fe9bf58458f)]:
10
- - @equinor/fusion-framework-dev-portal@1.4.1-msal-v5.0
11
- - @equinor/fusion-framework-dev-server@1.1.21-msal-v5.1
12
- - @equinor/fusion-framework-module-msal-node@2.0.4-msal-v5.0
13
- - @equinor/fusion-imports@1.1.11-msal-v5.0
9
+ - [#3988](https://github.com/equinor/fusion-framework/pull/3988) [`69b658a`](https://github.com/equinor/fusion-framework/commit/69b658a7bc0741512b0a8fb56d6424405701d336) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Fix CLI app config not passing the potential logger to `publishAppConfig`.
14
10
 
15
- ## 13.1.2-msal-v5.0
11
+ ## 13.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`5121c48`](https://github.com/equinor/fusion-framework/commit/5121c48020accfa0b91415ddafb61ea82b3b24b6) Thanks [@Noggling](https://github.com/Noggling)! - Add support for artifact-based app validation in publish command.
16
+
17
+ The CLI publish command now supports validating applications using metadata extracted from bundle artifacts instead of requiring local package.json and manifest files. This enables publishing applications from any directory in CI/CD pipelines without maintaining the full project structure.
18
+
19
+ **New capabilities:**
20
+
21
+ - Extract app information from bundle's `metadata.json`
22
+ - Validate app registration using artifact metadata when bundle path is provided
23
+ - Maintain backward compatibility with existing package.json-based validation
24
+
25
+ **Usage:**
26
+
27
+ ```bash
28
+ # Traditional validation (unchanged)
29
+ fusion-framework-cli app publish
30
+
31
+ # New artifact-based validation
32
+ fusion-framework-cli app publish ./app-bundle.zip
33
+ ```
34
+
35
+ This resolves the limitation where applications could only be published from directories containing the source package.json, enabling more flexible CI/CD deployment scenarios.
16
36
 
17
37
  ### Patch Changes
18
38
 
19
- - Updated dependencies []:
39
+ - [#3961](https://github.com/equinor/fusion-framework/pull/3961) [`343f5f9`](https://github.com/equinor/fusion-framework/commit/343f5f9cc0acbd8e69b62cc73dda577c9015a620) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update docs explain the possibility to override Service Discovery urls in app-config
40
+
41
+ - Updated dependencies [[`46a1c71`](https://github.com/equinor/fusion-framework/commit/46a1c710d9cd2ed20946932ceab2a5e8c0fb8a2b)]:
42
+ - @equinor/fusion-framework-module-msal-node@3.0.0
20
43
  - @equinor/fusion-framework-dev-portal@1.4.0
21
- - @equinor/fusion-framework-dev-server@1.1.21-msal-v5.0
44
+ - @equinor/fusion-framework-dev-server@1.1.21
22
45
 
23
46
  ## 13.1.1
24
47