@openclaw/voice-call 2026.5.28-beta.3 → 2026.5.28-beta.4
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 +3 -5
- package/npm-shrinkwrap.json +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -10,11 +10,9 @@ Providers:
|
|
|
10
10
|
- **Mock** (dev/no network)
|
|
11
11
|
|
|
12
12
|
Docs: `https://docs.openclaw.ai/plugins/voice-call`
|
|
13
|
-
Plugin system: `https://docs.openclaw.ai/plugin`
|
|
13
|
+
Plugin system: `https://docs.openclaw.ai/tools/plugin`
|
|
14
14
|
|
|
15
|
-
## Install
|
|
16
|
-
|
|
17
|
-
### Option A: install via OpenClaw (recommended)
|
|
15
|
+
## Install
|
|
18
16
|
|
|
19
17
|
```bash
|
|
20
18
|
openclaw plugins install @openclaw/voice-call
|
|
@@ -22,7 +20,7 @@ openclaw plugins install @openclaw/voice-call
|
|
|
22
20
|
|
|
23
21
|
Restart the Gateway afterwards.
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
## Local dev install
|
|
26
24
|
|
|
27
25
|
```bash
|
|
28
26
|
PLUGIN_HOME=~/.openclaw/extensions
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/voice-call",
|
|
3
|
-
"version": "2026.5.28-beta.
|
|
3
|
+
"version": "2026.5.28-beta.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/voice-call",
|
|
9
|
-
"version": "2026.5.28-beta.
|
|
9
|
+
"version": "2026.5.28-beta.4",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"commander": "14.0.3",
|
|
12
12
|
"typebox": "1.1.38",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"zod": "4.4.3"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"openclaw": ">=2026.5.28-beta.
|
|
17
|
+
"openclaw": ">=2026.5.28-beta.4"
|
|
18
18
|
},
|
|
19
19
|
"peerDependenciesMeta": {
|
|
20
20
|
"openclaw": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/voice-call",
|
|
3
|
-
"version": "2026.5.28-beta.
|
|
3
|
+
"version": "2026.5.28-beta.4",
|
|
4
4
|
"description": "OpenClaw voice-call plugin for Twilio, Telnyx, and Plivo phone calls.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"zod": "4.4.3"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"openclaw": ">=2026.5.28-beta.
|
|
17
|
+
"openclaw": ">=2026.5.28-beta.4"
|
|
18
18
|
},
|
|
19
19
|
"peerDependenciesMeta": {
|
|
20
20
|
"openclaw": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"minHostVersion": ">=2026.4.10"
|
|
32
32
|
},
|
|
33
33
|
"compat": {
|
|
34
|
-
"pluginApi": ">=2026.5.28-beta.
|
|
34
|
+
"pluginApi": ">=2026.5.28-beta.4"
|
|
35
35
|
},
|
|
36
36
|
"build": {
|
|
37
|
-
"openclawVersion": "2026.5.28-beta.
|
|
37
|
+
"openclawVersion": "2026.5.28-beta.4"
|
|
38
38
|
},
|
|
39
39
|
"release": {
|
|
40
40
|
"publishToClawHub": true,
|