@equinor/fusion-framework-cli 15.3.2 → 15.3.4
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 +17 -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 +7 -7
- package/dist/types/bin/utils/apply-dev-server-mocks.d.ts +0 -12
- package/dist/types/bin/utils/apply-dev-server-mocks.test.d.ts +0 -1
- package/dist/types/bin/utils/discover-dev-server-mocks.d.ts +0 -20
- package/dist/types/bin/utils/discover-dev-server-mocks.test.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 15.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f7fceec: Use the dedicated React Router Vite plugin package during app builds without installing the full router runtime as a CLI dependency.
|
|
8
|
+
- Updated dependencies [f7fceec]
|
|
9
|
+
- @equinor/fusion-framework-vite-plugin-react-router@0.1.0
|
|
10
|
+
- @equinor/fusion-framework-dev-portal@11.0.7
|
|
11
|
+
- @equinor/fusion-framework-dev-server@2.1.3
|
|
12
|
+
|
|
13
|
+
## 15.3.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e3555f9: Fix `ffc app dev` so local mock service files are used only when service discovery is explicitly
|
|
18
|
+
pointed at a mock server with `--mock`.
|
|
19
|
+
|
|
3
20
|
## 15.3.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|