File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.7
4+
5+ - Upgrade sqlite to 3.15, enable FTS4, FTS5 (@wmertens )
6+ - Upgrade to node-pre-gyp@0.6.31 and nan@2.4.0
7+
38## 3.1.6
49
510- Starts bundling node-pre-gyp again to avoid #720
Original file line number Diff line number Diff line change 11{
22 "name" : " sqlite3" ,
33 "description" : " Asynchronous, non-blocking SQLite3 bindings" ,
4- "version" : " 3.1.6 " ,
4+ "version" : " 3.1.7 " ,
55 "homepage" : " http://github.com/mapbox/node-sqlite3" ,
66 "author" : {
77 "name" : " MapBox" ,
3737 "url" : " git://github.com/mapbox/node-sqlite3.git"
3838 },
3939 "dependencies" : {
40- "nan" : " ~2.3.3 " ,
41- "node-pre-gyp" : " ~0.6.28 "
40+ "nan" : " ~2.4.0 " ,
41+ "node-pre-gyp" : " ~0.6.31 "
4242 },
4343 "bundledDependencies" : [
4444 " node-pre-gyp"
4545 ],
4646 "devDependencies" : {
47- "mocha" : " 2 .x" ,
47+ "mocha" : " 3 .x" ,
4848 "aws-sdk" : " 2.x"
4949 },
5050 "scripts" : {
You can’t perform that action at this time.
0 commit comments