@daolmedo/openclaw-twilio-whatsapp 1.1.0 → 1.1.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/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// index.ts
|
|
2
|
-
import { defineChannelPluginEntry } from "openclaw/plugin-sdk/channel-core
|
|
2
|
+
import { defineChannelPluginEntry } from "openclaw/plugin-sdk/channel-core";
|
|
3
3
|
|
|
4
4
|
// src/accounts.ts
|
|
5
5
|
var getChannelConfig = (cfg) => cfg.channels && cfg.channels["twilio-whatsapp"] ? cfg.channels["twilio-whatsapp"] : void 0;
|
|
@@ -175,11 +175,11 @@ var twilioWhatsappPlugin = {
|
|
|
175
175
|
};
|
|
176
176
|
|
|
177
177
|
// src/http-routes.ts
|
|
178
|
-
import { dispatchInboundDirectDmWithRuntime } from "openclaw/plugin-sdk/direct-dm
|
|
178
|
+
import { dispatchInboundDirectDmWithRuntime } from "openclaw/plugin-sdk/direct-dm";
|
|
179
179
|
import {
|
|
180
180
|
fetchRemoteMedia,
|
|
181
181
|
saveMediaBuffer
|
|
182
|
-
} from "openclaw/plugin-sdk/media-runtime
|
|
182
|
+
} from "openclaw/plugin-sdk/media-runtime";
|
|
183
183
|
|
|
184
184
|
// src/webhook.ts
|
|
185
185
|
import twilio2 from "twilio";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daolmedo/openclaw-twilio-whatsapp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Twilio WhatsApp channel plugin for OpenClaw (Cody ISV)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"label": "Twilio WhatsApp"
|
|
31
31
|
},
|
|
32
32
|
"install": {
|
|
33
|
-
"minHostVersion": ">=2026.3.24
|
|
33
|
+
"minHostVersion": ">=2026.3.24"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
}
|