@equinor/fusion-framework-cli 14.2.0 → 14.2.5
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 +49 -0
- 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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @equinor/fusion-framework-dev-portal@5.1.6
|
|
8
|
+
- @equinor/fusion-framework-dev-server@2.0.3
|
|
9
|
+
|
|
10
|
+
## 14.2.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 4f71408: Internal: Bump `simple-git` from 3.35.2 to 3.36.0.
|
|
15
|
+
- ee9c669: Patched transitive security vulnerabilities in build toolchain dependencies:
|
|
16
|
+
- `serialize-javascript` → 7.0.5 (CPU exhaustion DoS)
|
|
17
|
+
- `minimatch` → 5.1.8 / 9.0.7 (ReDoS via repeated wildcards)
|
|
18
|
+
- `brace-expansion` → 2.0.3 / 5.0.5 (zero-step sequence DoS)
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [4f71408]
|
|
21
|
+
- Updated dependencies [1fc204f]
|
|
22
|
+
- Updated dependencies [d14caa6]
|
|
23
|
+
- Updated dependencies [4f71408]
|
|
24
|
+
- @equinor/fusion-framework-dev-portal@5.1.5
|
|
25
|
+
- @equinor/fusion-framework-module-msal-node@4.0.2
|
|
26
|
+
- @equinor/fusion-framework-dev-server@2.0.2
|
|
27
|
+
|
|
28
|
+
## 14.2.3
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- b2ee9f1: Internal: republish `@equinor/fusion-framework-cli` after a failed CI publish; no consumer-facing changes are included in this release.
|
|
33
|
+
|
|
34
|
+
## 14.2.2
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- 53b725f: Add `/@fusion-api/apps` as a direct service worker resource so auth tokens are injected for app bundle chunk requests in portal mode.
|
|
39
|
+
|
|
40
|
+
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.
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [53b725f]
|
|
43
|
+
- @equinor/fusion-framework-dev-portal@5.1.4
|
|
44
|
+
|
|
45
|
+
## 14.2.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- 5823e72: Add missing empty `endpoints` field in default fallback for app config
|
|
50
|
+
- @equinor/fusion-framework-dev-portal@5.1.3
|
|
51
|
+
|
|
3
52
|
## 14.2.0
|
|
4
53
|
|
|
5
54
|
### Minor Changes
|