sqlite3@2.2.0

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
This commit is contained in:
Dane Springmeyer 2014-01-13 23:32:40 -08:00 committed by Hannah Wolfe
parent 5929336889
commit 6c1dede432

View File

@ -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",