@equinor/fusion-framework-cli 15.3.0-next.1 → 15.3.1
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 +28 -12
- 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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 15.3.
|
|
3
|
+
## 15.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d04e564: Internal: restrict published package contents to compiled distribution files and required runtime artifacts so editor tooling does not load workspace TypeScript configurations from dependencies.
|
|
8
|
+
- Updated dependencies [d04e564]
|
|
9
|
+
- @equinor/fusion-framework-dev-portal@11.0.5
|
|
10
|
+
- @equinor/fusion-framework-dev-server@2.1.1
|
|
11
|
+
- @equinor/fusion-framework-module-azure-identity@0.3.1
|
|
12
|
+
- @equinor/fusion-imports@2.0.4
|
|
13
|
+
- @equinor/fusion-framework-vite-plugin-raw-imports@2.0.3
|
|
14
|
+
|
|
15
|
+
## 15.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
19
|
+
- f663b46: Add a built-in `ffc mock-server` command and a `--mock [endpoint]` flag to `ffc app dev` and
|
|
8
20
|
`ffc app serve`.
|
|
9
21
|
|
|
10
22
|
`ffc mock-server` delegates to `@equinor/fusion-framework-cli-plugin-mock-server` when installed
|
|
@@ -32,20 +44,24 @@
|
|
|
32
44
|
|
|
33
45
|
### Patch Changes
|
|
34
46
|
|
|
35
|
-
- Updated dependencies [
|
|
36
|
-
- Updated dependencies [
|
|
37
|
-
- Updated dependencies [
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
47
|
+
- Updated dependencies [f663b46]
|
|
48
|
+
- Updated dependencies [f663b46]
|
|
49
|
+
- Updated dependencies [f663b46]
|
|
50
|
+
- Updated dependencies [f663b46]
|
|
51
|
+
- Updated dependencies [f663b46]
|
|
52
|
+
- Updated dependencies [f663b46]
|
|
53
|
+
- @equinor/fusion-framework-dev-portal@11.0.4
|
|
54
|
+
- @equinor/fusion-framework-dev-server@2.1.0
|
|
55
|
+
- @equinor/fusion-imports@2.0.3
|
|
56
|
+
- @equinor/fusion-framework-module-azure-identity@0.3.0
|
|
57
|
+
- @equinor/fusion-framework-vite-plugin-raw-imports@2.0.2
|
|
41
58
|
|
|
42
|
-
## 15.2.11
|
|
59
|
+
## 15.2.11
|
|
43
60
|
|
|
44
61
|
### Patch Changes
|
|
45
62
|
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
- @equinor/fusion-framework-dev-portal@11.0.3-next.0
|
|
63
|
+
- @equinor/fusion-framework-dev-portal@11.0.3
|
|
64
|
+
- @equinor/fusion-framework-dev-server@2.0.19
|
|
49
65
|
|
|
50
66
|
## 15.2.10
|
|
51
67
|
|