@equinor/fusion-framework-cli 14.2.0 → 14.2.3

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,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b2ee9f1: Internal: republish `@equinor/fusion-framework-cli` after a failed CI publish; no consumer-facing changes are included in this release.
8
+
9
+ ## 14.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 53b725f: Add `/@fusion-api/apps` as a direct service worker resource so auth tokens are injected for app bundle chunk requests in portal mode.
14
+
15
+ Previously, only `/apps-proxy` was registered. When the browser resolved relative chunk imports (e.g. `lib-*.js`) against the rewritten `/@fusion-api/apps/` origin, the service worker did not match the URL and the request was sent without an Authorization header, resulting in 401 errors.
16
+
17
+ - Updated dependencies [53b725f]
18
+ - @equinor/fusion-framework-dev-portal@5.1.4
19
+
20
+ ## 14.2.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 5823e72: Add missing empty `endpoints` field in default fallback for app config
25
+ - @equinor/fusion-framework-dev-portal@5.1.3
26
+
3
27
  ## 14.2.0
4
28
 
5
29
  ### Minor Changes