feat(provider): added new venom provider

This commit is contained in:
Juan Daniel
2022-12-13 14:39:51 +01:00
parent fee7c2e967
commit 01fe9ebc9a
6 changed files with 585 additions and 474 deletions

View File

@@ -16,6 +16,7 @@
"exports": {
"./mock": "./lib/mock/index.cjs",
"./twilio": "./lib/twilio/index.cjs",
"./web-whatsapp": "./lib/web-whatsapp/index.cjs"
"./web-whatsapp": "./lib/web-whatsapp/index.cjs",
"./venom": "./lib/venom/index.cjs"
}
}