pi-extensions-tool-display 0.2.1 → 0.2.2
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/README.md +2 -2
- package/README.zh-CN.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ It provides:
|
|
|
8
8
|
- a pending registration queue for when the Pi display host loads later;
|
|
9
9
|
- safe component detection and a helper for appending an audit panel to the original tool result.
|
|
10
10
|
|
|
11
|
-
It is also a standalone Pi extension. Install or include this package in Pi's package list to load the actual tool-display host. Feature
|
|
11
|
+
It is also a standalone Pi extension. Install or include this package in Pi's package list to load the actual tool-display host. Feature package manifests include this dependency's extension entry, so installing either feature package loads one shared host without requiring a second host package.
|
|
12
12
|
|
|
13
13
|
## Boundary
|
|
14
14
|
|
|
@@ -28,7 +28,7 @@ Install this package directly when you want only the tool-display host:
|
|
|
28
28
|
pi install npm:pi-extensions-tool-display
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
`pi-distill` and `pi-tool-supervisor`
|
|
31
|
+
`pi-distill` and `pi-tool-supervisor` declare this host entry in their package manifests when they are installed.
|
|
32
32
|
|
|
33
33
|
## Development
|
|
34
34
|
|
package/README.zh-CN.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
- Pi 展示宿主尚未加载时的 pending 注册队列;
|
|
9
9
|
- 安全识别组件,以及把审计面板追加到原始工具结果后的通用组件组合。
|
|
10
10
|
|
|
11
|
-
它同时是一个独立的 Pi 扩展。可以把这个包直接加入 Pi 的 package 列表加载工具展示宿主;`pi-distill`、`pi-tool-supervisor`
|
|
11
|
+
它同时是一个独立的 Pi 扩展。可以把这个包直接加入 Pi 的 package 列表加载工具展示宿主;`pi-distill`、`pi-tool-supervisor` 的包清单也会声明这个依赖的扩展入口,因此安装功能包时只会加载一个公共宿主,不需要额外安装第二份宿主包。
|
|
12
12
|
|
|
13
13
|
## 设计边界
|
|
14
14
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
pi install npm:pi-extensions-tool-display
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
安装 `pi-distill` 或 `pi-tool-supervisor`
|
|
31
|
+
安装 `pi-distill` 或 `pi-tool-supervisor` 时,它们的包清单会同时加载这个宿主扩展入口。
|
|
32
32
|
|
|
33
33
|
## 开发
|
|
34
34
|
|