@ryuu-reinzz/haruka-lib 3.4.0-beta.3 → 3.4.0-beta.5

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.
@@ -6,9 +6,7 @@
6
6
  * @author RyuuReinzz
7
7
  */
8
8
 
9
- import {
10
- Database
11
- } from "better-sqlite3";
9
+ import Database from "better-sqlite3";
12
10
  import {
13
11
  Mutex
14
12
  } from "async-mutex";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "3.4.0-beta.3",
3
+ "version": "3.4.0-beta.5",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",