@builderbot/provider-web-whatsapp 1.1.7-alpha.7 → 1.1.7

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.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { ProviderClass } from '@builderbot/bot';
2
2
  import type { BotContext, GlobalVendorArgs, SendOptions } from '@builderbot/bot/dist/types';
3
3
  import type { Middleware } from 'polka';
4
4
  import type WAWebJS from 'whatsapp-web.js';
5
- import type { Client } from 'whatsapp-web.js';
5
+ import { Client } from 'whatsapp-web.js';
6
6
  /**
7
7
  * ⚙️ WebWhatsappProvider: Es una clase tipo adaptor
8
8
  * que extiende clases de ProviderClass (la cual es como interfaz para sber que funciones rqueridas)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-web-whatsapp",
3
- "version": "1.1.7-alpha.7",
3
+ "version": "1.1.7",
4
4
  "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
5
5
  "keywords": [],
6
6
  "author": "Leifer Mendez <leifer33@gmail.com>",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
32
32
  "devDependencies": {
33
- "@builderbot/bot": "^1.1.7-alpha.7",
33
+ "@builderbot/bot": "^1.1.7",
34
34
  "@jest/globals": "^29.7.0",
35
35
  "@rollup/plugin-commonjs": "^25.0.7",
36
36
  "@rollup/plugin-json": "^6.1.0",
@@ -56,5 +56,5 @@
56
56
  "sharp": "0.33.3",
57
57
  "whatsapp-web.js": "~1.23.0"
58
58
  },
59
- "gitHead": "4ad0dbcda4eed7ff89d08b81975f80dd3bf7950a"
59
+ "gitHead": "381a75b285fff98deb94fdbfbffafb6292e93b00"
60
60
  }