@builderbot/provider-web-whatsapp 1.0.27-alpha.0 → 1.0.28-alpha.0

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 +3 -3
package/dist/index.cjs CHANGED
@@ -12592,7 +12592,7 @@ class WebWhatsappProvider extends bot.ProviderClass {
12592
12592
  const pathFile = require$$1.join(options?.path ?? os.tmpdir(), fileName);
12593
12593
  const buffer = Buffer.from(fileData.data, 'base64');
12594
12594
  await promises.writeFile(pathFile, buffer);
12595
- return pathFile;
12595
+ return require$$1.resolve(pathFile);
12596
12596
  }
12597
12597
  }
12598
12598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-web-whatsapp",
3
- "version": "1.0.27-alpha.0",
3
+ "version": "1.0.28-alpha.0",
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>",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
31
31
  "devDependencies": {
32
- "@builderbot/bot": "^1.0.27-alpha.0",
32
+ "@builderbot/bot": "^1.0.28-alpha.0",
33
33
  "@rollup/plugin-commonjs": "^25.0.7",
34
34
  "@rollup/plugin-json": "^6.1.0",
35
35
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -53,5 +53,5 @@
53
53
  "polka": "^0.5.2",
54
54
  "whatsapp-web.js": "^1.23.0"
55
55
  },
56
- "gitHead": "cbccaedf2373715cb59cf79b7cce71ba47db543a"
56
+ "gitHead": "6e01de0b346e318f61f9a2e4d16f2f1c2d9c64de"
57
57
  }