@builderbot/provider-meta 1.1.4-alpha.2 → 1.1.4-alpha.3

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
@@ -12268,7 +12268,7 @@ const processIncomingMessage = async ({ messageId, messageTimestamp, pushName, m
12268
12268
  from: message.from,
12269
12269
  url: audioUrl,
12270
12270
  to,
12271
- body: bot.utils.generateRefProvider('_event_audio_'),
12271
+ body: bot.utils.generateRefProvider('_event_voice_note_'),
12272
12272
  pushName,
12273
12273
  name: pushName,
12274
12274
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-meta",
3
- "version": "1.1.4-alpha.2",
3
+ "version": "1.1.4-alpha.3",
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.1.4-alpha.2",
41
+ "@builderbot/bot": "^1.1.4-alpha.3",
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": "130b4f3f301d6bca1c708740c249977f586dff9b"
64
+ "gitHead": "28a3418ad04d4499f22e59c02196fde206179427"
65
65
  }