@builderbot/provider-twilio 1.3.5-alpha.3 → 1.3.5-alpha.5

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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -2
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -11067,7 +11067,7 @@ class TwilioProvider extends bot.ProviderClass {
11067
11067
  const instructions = [
11068
11068
  `You are trying to send a file that is local.`,
11069
11069
  `For this to work with Twilio, the file needs to be in a public URL.`,
11070
- `More information here https://builderbot.vercel.app/en/twilio/uses-cases`,
11070
+ `More information here https://builderbot.app/en/twilio/uses-cases`,
11071
11071
  `This is the URL that will be sent to Twilio (must be public)`,
11072
11072
  ``,
11073
11073
  `${urlEncode}`,
@@ -11105,7 +11105,7 @@ class TwilioProvider extends bot.ProviderClass {
11105
11105
  instructions: [
11106
11106
  `Twilio presents a different way to implement buttons and lists`,
11107
11107
  `To understand more about how it works, I recommend you check the following URLs`,
11108
- `https://builderbot.vercel.app/en/providers/twilio/uses-cases`,
11108
+ `https://builderbot.app/en/providers/twilio/uses-cases`,
11109
11109
  ],
11110
11110
  });
11111
11111
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-twilio",
3
- "version": "1.3.5-alpha.3",
3
+ "version": "1.3.5-alpha.5",
4
4
  "description": "> TODO: description",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -56,5 +56,5 @@
56
56
  "polka": "^0.5.2",
57
57
  "twilio": "~4.20.0"
58
58
  },
59
- "gitHead": "65db098c60f48e70d64572523c88972a551db9ae"
59
+ "gitHead": "f24fef3c8787b34a1fc239ef215eef119b663031"
60
60
  }