@builderbot/provider-meta 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.
- package/dist/index.cjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -12532,7 +12532,7 @@ class MetaProvider extends bot.ProviderClass {
|
|
|
12532
12532
|
const fileName = `file-${Date.now()}.${extension}`;
|
|
12533
12533
|
const pathFile = require$$1$1.join(options?.path ?? os.tmpdir(), fileName);
|
|
12534
12534
|
await promises.writeFile(pathFile, buffer);
|
|
12535
|
-
return pathFile;
|
|
12535
|
+
return require$$1$1.resolve(pathFile);
|
|
12536
12536
|
}
|
|
12537
12537
|
catch (err) {
|
|
12538
12538
|
console.log(`[Error]:`, err.message);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-meta",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28-alpha.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
|
|
6
6
|
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"queue-promise": "^2.2.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@builderbot/bot": "^1.0.
|
|
41
|
+
"@builderbot/bot": "^1.0.28-alpha.0",
|
|
42
42
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
43
43
|
"@rollup/plugin-json": "^6.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"tslib": "^2.6.2",
|
|
58
58
|
"tsm": "^2.3.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "6e01de0b346e318f61f9a2e4d16f2f1c2d9c64de"
|
|
61
61
|
}
|