From 3d8890baa31a46b9e8450ee5d76c82c636b11d8f Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 19 Jan 2019 21:16:26 -0800 Subject: Update docs for release 1.2.0 --- docs/modules/_database_.html | 14 +++++++------- docs/modules/_database_test_.html | 4 ++-- docs/modules/_error_model_.html | 4 ++-- docs/modules/_util_.html | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/modules') diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html index d9afe45..4d54028 100644 --- a/docs/modules/_database_.html +++ b/docs/modules/_database_.html @@ -106,7 +106,7 @@
read: __promisify__ = promisify(readFile)
@@ -116,7 +116,7 @@
write: __promisify__ = promisify(writeFile)
@@ -133,7 +133,7 @@
  • Parameters

    @@ -155,7 +155,7 @@
    DEFAULT_CTX: object
    @@ -164,7 +164,7 @@
    cachePath: string = `${__dirname}/db.json`
    @@ -174,7 +174,7 @@
    logger: log = console.log
    @@ -184,7 +184,7 @@
    maxDbSizeMB: number = 6
    diff --git a/docs/modules/_database_test_.html b/docs/modules/_database_test_.html index 9fa7c99..037d952 100644 --- a/docs/modules/_database_test_.html +++ b/docs/modules/_database_test_.html @@ -93,7 +93,7 @@
    maxDbSizeMB: 0.1 = 0.1
    @@ -110,7 +110,7 @@
  • Parameters

    diff --git a/docs/modules/_error_model_.html b/docs/modules/_error_model_.html index dd468c7..b4a567b 100644 --- a/docs/modules/_error_model_.html +++ b/docs/modules/_error_model_.html @@ -105,7 +105,7 @@
    e: NaiveErrorCode = NaiveErrorCode
    @@ -122,7 +122,7 @@
  • Parameters

    diff --git a/docs/modules/_util_.html b/docs/modules/_util_.html index 11aa62b..e7277d0 100644 --- a/docs/modules/_util_.html +++ b/docs/modules/_util_.html @@ -91,7 +91,7 @@
  • Type parameters

    -- cgit v1.2.3