Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]

# Features

- Bundles SQLite v3.53.2, or you can build using a local SQLite (or SqlCipher,...)
- Bundles SQLite v3.53.3, or you can build using a local SQLite (or SqlCipher,...)
- Straightforward query and parameter binding interface
- Full Buffer/Blob support
- Extensive debugging support via [verbose mode](docs/API.md#verbose-mode)
Expand Down
2 changes: 1 addition & 1 deletion deps/common-sqlite.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'variables': {
'sqlite_version%':'3530200',
'sqlite_version%':'3530300',
"toolset%":'',
},
'target_defaults': {
Expand Down
Binary file removed deps/sqlite-amalgamation-3530200.zip
Binary file not shown.
Binary file added deps/sqlite-amalgamation-3530300.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"url": "https://github.com/gms1/node-sqlite3.git"
},
"dependencies": {
"node-addon-api": "^8.8.0",
"node-addon-api": "^8.9.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.4.1",
"globals": "^17.6.0",
"eslint": "^10.6.0",
"globals": "^17.7.0",
"mocha": "11.7.6",
"nyc": "^18.0.0",
"prebuildify": "^6.0.1",
Expand All @@ -61,7 +61,7 @@
}
},
"optionalDependencies": {
"node-gyp": "12.x"
"node-gyp": "13.x"
},
"engines": {
"node": ">=22.1.0"
Expand Down
Loading
Loading