@ryuu-reinzz/haruka-lib 4.0.0 → 4.0.1

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/main/socket.js +1 -0
  2. package/package.json +1 -1
package/main/socket.js CHANGED
@@ -2084,6 +2084,7 @@ function addProperty(socket, baileys) {
2084
2084
  degreesLatitude: location.degressLatitude || location.degreesLatitude || 0,
2085
2085
  degreesLongitude: location.degressLongitude || location.degreesLongitude || 0,
2086
2086
  name: location.name || "",
2087
+ jpegThumbnail: location.jpegThumbnail || null,
2087
2088
  address: location.address || "",
2088
2089
  },
2089
2090
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",