reg-cli 0.18.7 → 0.18.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reg-cli",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "start": "node ./dist/cli.js",
@@ -88,7 +88,7 @@
88
88
  "flow-typed": "3.9.0",
89
89
  "puppeteer": "13.7.0",
90
90
  "rimraf": "3.0.2",
91
- "serve-static": "1.15.0"
91
+ "serve-static": "1.16.2"
92
92
  },
93
93
  "files": [
94
94
  "dist",
package/report/ui/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2019 reg-viz.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
@@ -1,85 +0,0 @@
1
- # reg-cli-report-ui
2
-
3
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/reg-viz/reg-cli-report-ui/ci.yml?branch=main&style=flat-square&link=https%3A%2F%2Fgithub.com%2Freg-viz%2Freg-cli-report-ui%2Factions%2Fworkflows%2Fci.yml)
4
-
5
- > :gem: New face of reg-cli report UI.
6
-
7
- This repository is the Report UI of [reg-viz/reg-cli][reg-cli]
8
-
9
- ## Screenshots
10
-
11
- ![open](./docs/images/open.png)
12
- ![close](./docs/images/close.png)
13
- ![viewer](./docs/images/viewer.png)
14
-
15
- ## Available scripts
16
-
17
- The following list is scripts used during development.
18
-
19
- ### `yarn dev`
20
-
21
- ```bash
22
- $ yarn dev
23
- ```
24
-
25
- Launch the Report UI with the mock data.
26
-
27
- ### `yarn build`
28
-
29
- ```bash
30
- $ yarn build
31
- ```
32
-
33
- Generate the JavaScript file required to embed Report UI. This is usually called in [reg-viz/reg-cli][reg-cli].
34
-
35
- ### `yarn typecheck`
36
-
37
- ```bash
38
- $ yarn typecheck
39
- ```
40
-
41
- Run static type checking using TypeScript.
42
-
43
- ### `yarn lint`
44
-
45
- ```bash
46
- $ yarn lint
47
- ```
48
-
49
- Run Lint with ESLint.
50
-
51
- ### `yarn format`
52
-
53
- ```bash
54
- $ yarn format
55
- ```
56
-
57
- Format the source code using Prettier and ESLint.
58
-
59
- ### `yarn storybook`
60
-
61
- ```bash
62
- $ yarn storybook
63
- ```
64
-
65
- Launch the component catalog with Storybook.
66
-
67
- ### `yarn scaffold`
68
-
69
- ```bash
70
- $ yarn scaffold
71
- ```
72
-
73
- Generate a component template.
74
-
75
- ## Contribute
76
-
77
- PRs welcome.
78
-
79
- ## License
80
-
81
- [MIT License @ reg-viz](./LICENSE)
82
-
83
- ![reg-viz](https://raw.githubusercontent.com/reg-viz/artwork/master/repository/footer.png)
84
-
85
- [reg-cli]: https://github.com/reg-viz/reg-cli