@builderbot/provider-meta 1.2.7-alpha.4 → 1.2.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.cjs +1 -1
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -12407,7 +12407,7 @@ class MetaCoreVendor extends EventEmitter {
12407
12407
  return;
12408
12408
  }
12409
12409
  try {
12410
- await Promise.all(messages.map((message) => async () => {
12410
+ await Promise.all(messages.map(async (message) => {
12411
12411
  let contact;
12412
12412
  if (Array.isArray(contacts))
12413
12413
  [contact] = contacts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-meta",
3
- "version": "1.2.7-alpha.4",
3
+ "version": "1.2.7",
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.2.7-alpha.4",
41
+ "@builderbot/bot": "^1.2.7",
42
42
  "@jest/globals": "^29.7.0",
43
43
  "@rollup/plugin-commonjs": "^25.0.7",
44
44
  "@rollup/plugin-json": "^6.1.0",
@@ -61,5 +61,5 @@
61
61
  "tslib": "^2.6.2",
62
62
  "tsm": "^2.3.0"
63
63
  },
64
- "gitHead": "cd67889c767a6d92e2a64d2a352bdbdd00725a93"
64
+ "gitHead": "ea71f0da0c2a6b76b1d67988f05ce91fdda1750e"
65
65
  }