We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062bd31 commit 63462c9Copy full SHA for 63462c9
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@appthreat/sqlite3",
3
"description": "Asynchronous, non-blocking SQLite3 bindings. Forked from TryGhost/node-sqlite3",
4
- "version": "7.0.2",
+ "version": "7.0.3",
5
"homepage": "https://github.com/AppThreat/node-sqlite3",
6
"author": "Team AppThreat <cloud@appthreat.com>",
7
"binary": {
@@ -42,8 +42,8 @@
42
"prebuild-install": "^7.1.3"
43
},
44
"devDependencies": {
45
- "eslint": "9.27.0",
46
- "mocha": "11.5.0",
+ "eslint": "9.39.1",
+ "mocha": "11.7.5",
47
"prebuild": "^13.0.1"
48
49
"peerDependencies": {
@@ -75,6 +75,6 @@
75
"database"
76
],
77
"type": "module",
78
- "main": "./lib/sqlite3",
+ "main": "./lib/sqlite3.js",
79
"types": "./lib/sqlite3.d.ts"
80
}
0 commit comments