From 903724875ce8f1f8e0431c49be4704d02749b5f4 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sun, 20 Jan 2019 13:54:32 -0800 Subject: Update docs for release 1.3.2 --- 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 | 6 ++-- 10 files changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/classes/_database_.database.html b/docs/classes/_database_.database.html index bb5a071..e989c40 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 7305486..fa29e7d 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 c049381..874aa3d 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 ef386ea..30807fd 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 52f2132..11e8dff 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 7dddec0..1d50b7e 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 694ea0f..98f4ccf 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 27a8599..702874d 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 cbff135..8852837 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 1e82be7..81de744 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "naive", - "version": "1.3.1", + "version": "1.3.2", "description": "A naive NoSQL database", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/database.js", + "types": "dist/database.d.ts", "scripts": { "build": "tsc && typedoc --out docs src", "test": "jest src" -- cgit v1.2.3