Skip to content

Commit 63462c9

Browse files
committed
Fix deprecation warning related to extension
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 062bd31 commit 63462c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@appthreat/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings. Forked from TryGhost/node-sqlite3",
4-
"version": "7.0.2",
4+
"version": "7.0.3",
55
"homepage": "https://github.com/AppThreat/node-sqlite3",
66
"author": "Team AppThreat <cloud@appthreat.com>",
77
"binary": {
@@ -42,8 +42,8 @@
4242
"prebuild-install": "^7.1.3"
4343
},
4444
"devDependencies": {
45-
"eslint": "9.27.0",
46-
"mocha": "11.5.0",
45+
"eslint": "9.39.1",
46+
"mocha": "11.7.5",
4747
"prebuild": "^13.0.1"
4848
},
4949
"peerDependencies": {
@@ -75,6 +75,6 @@
7575
"database"
7676
],
7777
"type": "module",
78-
"main": "./lib/sqlite3",
78+
"main": "./lib/sqlite3.js",
7979
"types": "./lib/sqlite3.d.ts"
8080
}

0 commit comments

Comments
 (0)