@equinor/fusion-framework-dev-server 2.1.0-next.2 → 2.1.0
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 +11 -27
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,45 +1,29 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-server
|
|
2
2
|
|
|
3
|
-
## 2.1.0
|
|
3
|
+
## 2.1.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- f663b46: Expose `DevServerOptions` as an interface so optional development tooling can add typed
|
|
8
8
|
configuration through TypeScript module augmentation.
|
|
9
9
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
|
-
-
|
|
12
|
+
- f663b46: Proxy mock services advertised through `<service>.localhost` via plain `localhost` while preserving
|
|
13
13
|
the service-key path. This avoids `ENOTFOUND` failures on Linux runners without changing normal
|
|
14
14
|
upstream service proxying.
|
|
15
|
-
- Updated dependencies [
|
|
16
|
-
- Updated dependencies [
|
|
17
|
-
|
|
18
|
-
- @equinor/fusion-
|
|
15
|
+
- Updated dependencies [f663b46]
|
|
16
|
+
- Updated dependencies [f663b46]
|
|
17
|
+
- Updated dependencies [f663b46]
|
|
18
|
+
- @equinor/fusion-log@2.0.3
|
|
19
|
+
- @equinor/fusion-framework-vite-plugin-api-service@2.0.6
|
|
20
|
+
- @equinor/fusion-framework-vite-plugin-spa@4.1.0
|
|
19
21
|
|
|
20
|
-
## 2.0.19
|
|
22
|
+
## 2.0.19
|
|
21
23
|
|
|
22
24
|
### Patch Changes
|
|
23
25
|
|
|
24
|
-
- @equinor/fusion-framework-vite-plugin-spa@4.0.17
|
|
25
|
-
|
|
26
|
-
## 2.0.19-next.0
|
|
27
|
-
|
|
28
|
-
### Patch Changes
|
|
29
|
-
|
|
30
|
-
- e8aae1f: Internal: publish every package on the `next` pre-release tag so the whole framework can be installed as a coherent set.
|
|
31
|
-
|
|
32
|
-
Packages without their own changes are bumped only to receive a `-next.N` version and the `next` dist-tag on npm. Install with:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
pnpm add @equinor/fusion-framework-react-app@next
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
- Updated dependencies [e8aae1f]
|
|
39
|
-
- Updated dependencies [2836e0b]
|
|
40
|
-
- @equinor/fusion-framework-vite-plugin-api-service@2.0.6-next.0
|
|
41
|
-
- @equinor/fusion-framework-vite-plugin-spa@4.0.17-next.0
|
|
42
|
-
- @equinor/fusion-log@2.0.3-next.0
|
|
26
|
+
- @equinor/fusion-framework-vite-plugin-spa@4.0.17
|
|
43
27
|
|
|
44
28
|
## 2.0.18
|
|
45
29
|
|
package/dist/esm/version.js
CHANGED
package/dist/esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
|