@gamastudio/sendwave-provider 1.0.2 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamastudio/sendwave-provider",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Librería para interactuar con Sendwave usando configuración dinámica.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -347,7 +347,7 @@ class SenderMessage {
347
347
  const base = {
348
348
  type,
349
349
  displayText,
350
- id: typeof button === 'string' ? `${index + 1}` : button.id,
350
+ id: `${index + 1}`,
351
351
  ...rest
352
352
  };
353
353
  // Clean up unwanted properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamastudio/sendwave-provider",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Librería para interactuar con Sendwave usando configuración dinámica.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",