Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates node-sqlite3 to v2.2.0

This version is compatible with 2.1.x but includes:

 - updated internal libsqlite3 from 3.7.17 -> 3.8.2 (http://www.sqlite.org/news.html) which includes the next-generation query planner http://www.sqlite.org/queryplanner-ng.html
 - improved binary deploy system using https://github.com/springmeyer/node-pre-gyp
 - binary install now supports http proxies
 - source compile now supports freebsd
 - fixed support for node-webkit
  • Loading branch information
Dane Springmeyer authored and ErisDS committed Feb 7, 2014
1 parent 5929336 commit 6c1dede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rss": "0.2.1",
"semver": "2.2.1",
"showdown": "0.3.1",
"sqlite3": "2.1.19",
"sqlite3": "2.2.0",
"lodash": "2.4.1",
"unidecode": "0.1.3",
"validator": "1.4.0",
Expand Down

0 comments on commit 6c1dede

Please sign in to comment.