From 6c1dede432491869b0e6602aa90b5e298fdfa67f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 13 Jan 2014 23:32:40 -0800 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33dccff5c16a..aef7b2516002 100644 --- a/package.json +++ b/package.json @@ -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",