@dai_ming/plugin-deliverables 1.0.5 → 1.0.6
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 -8
- package/openclaw-plugin.json +1 -1
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ OpenClaw 交付物插件。安装后会把交付物 MCP、skill、AGENTS 规则
|
|
|
20
20
|
|
|
21
21
|
```yaml
|
|
22
22
|
installPlugins:
|
|
23
|
-
- "@dai_ming/plugin-deliverables@1.0.
|
|
23
|
+
- "@dai_ming/plugin-deliverables@1.0.6"
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
现有 chart 会在 init 阶段完成安装。
|
|
@@ -31,16 +31,10 @@ installPlugins:
|
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
33
|
npm config set registry https://registry.npmmirror.com
|
|
34
|
-
npm install @dai_ming/plugin-deliverables@1.0.
|
|
34
|
+
npm install @dai_ming/plugin-deliverables@1.0.6
|
|
35
35
|
node node_modules/@dai_ming/plugin-deliverables/install.js
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
也可以直接用 bin:
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
npx openclaw-deliverables-install
|
|
42
|
-
```
|
|
43
|
-
|
|
44
38
|
如果 OpenClaw home 不在默认位置,可以显式传入:
|
|
45
39
|
|
|
46
40
|
```bash
|
package/openclaw-plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dai_ming/plugin-deliverables",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "OpenClaw deliverables plugin — upload AI-generated files to OSS and return shareable preview/download links",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openclaw",
|
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
"deliverables",
|
|
9
9
|
"mcp"
|
|
10
10
|
],
|
|
11
|
-
"bin": {
|
|
12
|
-
"openclaw-deliverables-install": "./install.js"
|
|
13
|
-
},
|
|
14
11
|
"license": "MIT",
|
|
15
12
|
"files": [
|
|
16
13
|
"install.js",
|