Comparing version 0.5.1 to 0.5.2
@@ -0,5 +1,10 @@ | ||
0.5.2 / 2020-02-21 | ||
================== | ||
* Fix: drop the default and unused `require('sqlite3')` | ||
0.5.1 / 2020-02-21 | ||
================== | ||
* New: `connect({ client: '@journeyapps/sqlcipher' })` | ||
* Fix: `connect({ client: '@journeyapps/sqlcipher' })` | ||
@@ -6,0 +11,0 @@ 0.5.0 / 2020-02-19 |
'use strict'; | ||
const sqlite = require('sqlite3'); | ||
const strftime = require('strftime'); | ||
@@ -5,0 +4,0 @@ |
{ | ||
"name": "leoric", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "JavaScript Object-relational mapping alchemy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
178148
5145