@equinor/fusion-framework-cli 14.2.5 → 14.2.7

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,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 3005189: Fix 401 Unauthorized responses when loading the portal-config API in the Fusion dev server.
8
+
9
+ 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.
10
+
11
+ 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.
12
+
13
+ Fixes: https://github.com/equinor/fusion/issues/830
14
+ - @equinor/fusion-framework-dev-server@2.0.4
15
+ - @equinor/fusion-framework-dev-portal@5.1.7
16
+
17
+ ## 14.2.6
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [ece8f42]
22
+ - @equinor/fusion-framework-module-msal-node@4.1.0
23
+
3
24
  ## 14.2.5
4
25
 
5
26
  ### Patch Changes