@builderbot/provider-twilio 1.1.4-alpha.1 → 1.1.4-alpha.11
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.cjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -11163,7 +11163,7 @@ class TwilioProvider extends bot.ProviderClass {
|
|
|
11163
11163
|
vendorNumber: undefined,
|
|
11164
11164
|
name: 'bot',
|
|
11165
11165
|
port: 3000,
|
|
11166
|
-
writeMyself:
|
|
11166
|
+
writeMyself: 'none',
|
|
11167
11167
|
};
|
|
11168
11168
|
this.globalVendorArgs = { ...this.globalVendorArgs, ...args };
|
|
11169
11169
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-twilio",
|
|
3
|
-
"version": "1.1.4-alpha.
|
|
3
|
+
"version": "1.1.4-alpha.11",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "Leifer Mendez <leifer33@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@builderbot/bot": "^1.1.4-alpha.
|
|
32
|
+
"@builderbot/bot": "^1.1.4-alpha.11",
|
|
33
33
|
"@jest/globals": "^29.7.0",
|
|
34
34
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
35
35
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"polka": "^0.5.2",
|
|
57
57
|
"twilio": "4.20.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "3edcecfaf7d729bde7e1dbcb4be30afe70da321c"
|
|
60
60
|
}
|