@equinor/fusion-framework-cli 9.6.4 → 9.8.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 +25 -0
- package/README.md +12 -70
- package/dist/bin/public/assets/index-Wjdyh2CN.js +3470 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +9 -9
- package/dist/bin/public/assets/index-YBU3UwxZ.js +0 -3810
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1827](https://github.com/equinor/fusion-framework/pull/1827) [`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Update @equinor/fusion-react-person to 0.7.0 and @equinor/fusion-wc-person to 2.4.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1823](https://github.com/equinor/fusion-framework/pull/1823) [`9733563`](https://github.com/equinor/fusion-framework/commit/9733563ad072a6c21d61952d6d71978b88612ac5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.35.1 to 0.36.0
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`91a5782`](https://github.com/equinor/fusion-framework/commit/91a5782d22b25c562a1c65cc702bee1c96b97737)]:
|
|
14
|
+
- @equinor/fusion-framework-react-components-people-provider@1.2.0
|
|
15
|
+
|
|
16
|
+
## 9.7.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1801](https://github.com/equinor/fusion-framework/pull/1801) [`6e8fb78`](https://github.com/equinor/fusion-framework/commit/6e8fb78698fe11402ceef8d8ab48530bb8866699) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump commander from 11.1.0 to 12.0.0
|
|
21
|
+
|
|
22
|
+
see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- [#1719](https://github.com/equinor/fusion-framework/pull/1719) [`5658d04`](https://github.com/equinor/fusion-framework/commit/5658d04bac8957fd3741083385bc2d7871da7df9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.6.0
|
|
27
|
+
|
|
3
28
|
## 9.6.4
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,78 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
title: usion Framework CLI
|
|
3
|
+
---
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
Node CLI utility for working with Fusion Applications
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
install from your favorite package manger
|
|
7
|
+
### [App](docs/app.md)
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
commands relative to working with applications
|
|
9
|
+
see [Configuration](docs/app-configuration.md)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- tooling for [Vitest](https://vitest.dev/) - 🚀 coming soon
|
|
12
|
+
- tooling for proxy configuration - 🚀 coming soon
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
### Widget
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
export type AppConfig = {
|
|
17
|
-
/** application config */
|
|
18
|
-
environment?: Record<string, unknown>;
|
|
19
|
-
};
|
|
20
|
-
```
|
|
16
|
+
Tooling for developing widgets - 🚀 coming soon
|
|
21
17
|
|
|
22
|
-
|
|
18
|
+
### Portal
|
|
23
19
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
**app.vite**
|
|
28
|
-
|
|
29
|
-
the cli will look for a `app.vite.config.{ts,js,json}` [Vite Configuration](https://vitejs.dev/config/)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### dev
|
|
33
|
-
|
|
34
|
-
develop an application (with [Vite](https://vitejs.dev/) and generic [Fusion](https://fusion.equinor.com/) portal)
|
|
35
|
-
|
|
36
|
-
```sh
|
|
37
|
-
fusion-framework-cli app dev --help
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### build
|
|
41
|
-
builds application
|
|
42
|
-
> only source files are included, the dev-port is __not__ bundled.
|
|
43
|
-
|
|
44
|
-
```sh
|
|
45
|
-
fusion-framework-cli app build --help
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
### manifest
|
|
49
|
-
generate manifest
|
|
50
|
-
```sh
|
|
51
|
-
fusion-framework-cli app manifest --help
|
|
52
|
-
```
|
|
53
|
-
### config
|
|
54
|
-
generate application config
|
|
55
|
-
```sh
|
|
56
|
-
fusion-framework-cli app manifest --help
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
__example__
|
|
60
|
-
```sh
|
|
61
|
-
fusion-framework-cli app config -o my-app.config.json
|
|
62
|
-
fdev portal config -e ci -k my-app --config-file my-app.config.json set
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### pack
|
|
67
|
-
|
|
68
|
-
bundle application, generate manifest and zip output
|
|
69
|
-
|
|
70
|
-
```sh
|
|
71
|
-
fusion-framework-cli app pack --help
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
__example__
|
|
75
|
-
```sh
|
|
76
|
-
fusion-framework-cli app pack
|
|
77
|
-
fdev portal upload -e ci -k my-app dist/app-bundle.zip
|
|
78
|
-
```
|
|
20
|
+
Tooling for developing portals - 🚀 coming
|