@ryuu-reinzz/haruka-lib 3.4.0-beta.1 → 3.4.0-beta.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/main/index.js +1 -3
  2. package/package.json +2 -2
package/main/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import addProperty from "./socket.js";
2
2
  import useSQLiteAuthState from "./sqlite3-auth/auth.js";
3
3
  import Sticker from './sticker-engine/index.js';
4
- import downloader from './downloader.js';
5
4
  import {
6
5
  stickerVid
7
6
  } from './sticker-engine/video-to-webp.js';
@@ -14,8 +13,7 @@ import {
14
13
 
15
14
  const haruka = {
16
15
  addProperty,
17
- useSQLiteAuthState,
18
- downloader
16
+ useSQLiteAuthState
19
17
  };
20
18
 
21
19
  export default haruka;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.3",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "async-mutex": "^0.5.0",
21
21
  "audio-decode": "2.2.3",
22
22
  "better-sqlite3": "^12.5.0",
23
- "file-type": "^16.5.3",
23
+ "file-type": "^21.3.0",
24
24
  "fluent-ffmpeg": "^2.1.3",
25
25
  "ffmpeg-static": "^5.3.0",
26
26
  "ffprobe-static": "^3.1.0",