From 360e11aa7c7f51380c1ab574292f16dcaf8fb8d5 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sun, 20 Jan 2019 13:51:31 -0800 Subject: Update docs for release 1.3.1 --- docs/classes/_database_.database.html | 32 +++++++++++----------- docs/classes/_error_model_.naiveerror.html | 4 +-- docs/enums/_error_model_.naiveerrorcode.html | 4 +-- docs/interfaces/_context_model_.context.html | 6 ++-- .../_database_model_.databaseinterface.html | 14 +++++----- docs/modules/_database_.html | 18 ++++++------ docs/modules/_database_test_.html | 4 +-- docs/modules/_error_model_.html | 4 +-- docs/modules/_util_.html | 4 +-- package.json | 5 ++-- 10 files changed, 48 insertions(+), 47 deletions(-) diff --git a/docs/classes/_database_.database.html b/docs/classes/_database_.database.html index 2a3a45f..bb5a071 100644 --- a/docs/classes/_database_.database.html +++ b/docs/classes/_database_.database.html @@ -145,7 +145,7 @@
  • Parameters

    @@ -167,7 +167,7 @@
    buff: any
    @@ -182,7 +182,7 @@
    changeHandlers: ChangeHandlers
    @@ -199,7 +199,7 @@
    ctx: Context
    @@ -217,7 +217,7 @@

    Returns Promise<void>

    @@ -234,7 +234,7 @@
  • Returns boolean

    @@ -252,7 +252,7 @@

    Returns Promise<void>

    @@ -270,7 +270,7 @@

    Parameters

    @@ -294,7 +294,7 @@

    Parameters

    @@ -317,7 +317,7 @@
  • @@ -358,7 +358,7 @@
  • Parameters

    @@ -384,7 +384,7 @@
  • @@ -410,7 +410,7 @@
  • Parameters

    @@ -467,7 +467,7 @@

    Returns string

    @@ -484,7 +484,7 @@
  • Parameters

    @@ -507,7 +507,7 @@
  • Parameters

    diff --git a/docs/classes/_error_model_.naiveerror.html b/docs/classes/_error_model_.naiveerror.html index 8cf95cf..7305486 100644 --- a/docs/classes/_error_model_.naiveerror.html +++ b/docs/classes/_error_model_.naiveerror.html @@ -117,7 +117,7 @@
  • Parameters

    @@ -139,7 +139,7 @@ diff --git a/docs/enums/_error_model_.naiveerrorcode.html b/docs/enums/_error_model_.naiveerrorcode.html index f4f143a..c049381 100644 --- a/docs/enums/_error_model_.naiveerrorcode.html +++ b/docs/enums/_error_model_.naiveerrorcode.html @@ -91,7 +91,7 @@
    OUT_OF_SPACE:
    @@ -101,7 +101,7 @@
    UNCAUGHT: = 0
    diff --git a/docs/interfaces/_context_model_.context.html b/docs/interfaces/_context_model_.context.html index 0179a6f..ef386ea 100644 --- a/docs/interfaces/_context_model_.context.html +++ b/docs/interfaces/_context_model_.context.html @@ -100,7 +100,7 @@
    cachePath: string
    @@ -115,7 +115,7 @@
    logger: function
    @@ -154,7 +154,7 @@
    maxDbSizeMB: number
    diff --git a/docs/interfaces/_database_model_.databaseinterface.html b/docs/interfaces/_database_model_.databaseinterface.html index fe0cc31..52f2132 100644 --- a/docs/interfaces/_database_model_.databaseinterface.html +++ b/docs/interfaces/_database_model_.databaseinterface.html @@ -114,7 +114,7 @@
  • @@ -136,7 +136,7 @@
  • @@ -162,7 +162,7 @@
  • @@ -193,7 +193,7 @@
  • @@ -221,7 +221,7 @@
  • @@ -282,7 +282,7 @@
  • @@ -304,7 +304,7 @@
  • diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html index 1364c5b..7dddec0 100644 --- a/docs/modules/_database_.html +++ b/docs/modules/_database_.html @@ -108,7 +108,7 @@
    read: __promisify__ = promisify(readFile)
    @@ -118,7 +118,7 @@
    write: __promisify__ = promisify(writeFile)
    @@ -135,7 +135,7 @@
  • @@ -168,7 +168,7 @@
  • @@ -196,7 +196,7 @@
  • @@ -223,7 +223,7 @@
    DEFAULT_CTX: object
    @@ -232,7 +232,7 @@
    cachePath: string = `${__dirname}/db.json`
    @@ -242,7 +242,7 @@
    logger: log = console.log
    @@ -252,7 +252,7 @@
    maxDbSizeMB: number = 6
    diff --git a/docs/modules/_database_test_.html b/docs/modules/_database_test_.html index c02eaff..694ea0f 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 9375a8d..27a8599 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 47c53f6..cbff135 100644 --- a/docs/modules/_util_.html +++ b/docs/modules/_util_.html @@ -92,7 +92,7 @@
  • @@ -120,7 +120,7 @@
  • diff --git a/package.json b/package.json index fbe5adb..1e82be7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "naive", - "version": "1.0.0", + "version": "1.3.1", "description": "A naive NoSQL database", - "main": "index.js", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "build": "tsc && typedoc --out docs src", "test": "jest src" -- cgit v1.2.3