@equinor/fusion-framework-cli 14.2.5 → 15.0.0

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,45 @@
1
1
  # Change Log
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 8d7b8a1: **BREAKING:** Replace CLI authentication backend from `@equinor/fusion-framework-module-msal-node` with `@equinor/fusion-framework-module-azure-identity`.
8
+
9
+ `ffc auth login` and `ffc auth token` now use `InteractiveBrowserCredential` with OS-level token persistence — tokens survive across process restarts without re-prompting. The previous MSAL-based token cache is no longer used; users must re-authenticate with `ffc auth login` after upgrading.
10
+
11
+ Ref: https://github.com/equinor/fusion-core-tasks/issues/1067
12
+
13
+ ### Patch Changes
14
+
15
+ - 4711dbc: Default the `--debug` flag to `true` when the `RUNNER_DEBUG` environment variable is set.
16
+
17
+ All app, portal, auth, and create commands now automatically enable debug mode in GitHub Actions debug runs without requiring `--debug` in workflow YAML.
18
+
19
+ - Updated dependencies [8d7b8a1]
20
+ - @equinor/fusion-framework-module-azure-identity@0.2.0
21
+
22
+ ## 14.2.7
23
+
24
+ ### Patch Changes
25
+
26
+ - 3005189: Fix 401 Unauthorized responses when loading the portal-config API in the Fusion dev server.
27
+
28
+ The default service worker resource list now includes `/@fusion-api/portal-config` with the CI scope so the service worker injects a Bearer token for portal-config API calls (manifest, config, and bundle fetches) during bootstrap and other direct requests.
29
+
30
+ Also adds `scopes?: string[]` to the `FusionService` type so the type correctly reflects the service discovery response shape and is no longer misleading when services do include scopes.
31
+
32
+ Fixes: https://github.com/equinor/fusion/issues/830
33
+ - @equinor/fusion-framework-dev-server@2.0.4
34
+ - @equinor/fusion-framework-dev-portal@5.1.7
35
+
36
+ ## 14.2.6
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [ece8f42]
41
+ - @equinor/fusion-framework-module-msal-node@4.1.0
42
+
3
43
  ## 14.2.5
4
44
 
5
45
  ### Patch Changes