@ryuu-reinzz/haruka-lib 1.2.20 → 1.2.21

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
@@ -171,6 +171,7 @@ Object.assign(socket, {
171
171
  image = null,
172
172
  video = null,
173
173
  document = null,
174
+ fileName = null,
174
175
  mimetype = null,
175
176
  jpegThumbnail = null,
176
177
  location = null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",