@builderbot/bot 1.3.5-alpha.4 → 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 +1 -1
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -34965,7 +34965,7 @@ class ProviderClass extends EventEmitterClass {
34965
34965
  const responseError = (res) => {
34966
34966
  const jsonRaw = {
34967
34967
  error: `You must first log in by scanning the qr code to be able to use this functionality.`,
34968
- docs: `https://builderbot.vercel.app/errors`,
34968
+ docs: `https://builderbot.app/errors`,
34969
34969
  code: `100`,
34970
34970
  };
34971
34971
  console.log(jsonRaw);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/bot",
3
- "version": "1.3.5-alpha.4",
3
+ "version": "1.3.5-alpha.5",
4
4
  "description": "core typescript",
5
5
  "author": "Leifer Mendez <leifer33@gmail.com>",
6
6
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
@@ -62,5 +62,5 @@
62
62
  "optionalDependencies": {
63
63
  "sharp": "0.33.3"
64
64
  },
65
- "gitHead": "817e25a17d7fab3b3ab2472c5ee01446ac991988"
65
+ "gitHead": "f24fef3c8787b34a1fc239ef215eef119b663031"
66
66
  }