From 18c618e5ba71e3e0c4f6b1cb04b56a802ffa05d2 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sun, 20 Jan 2019 17:49:12 -0800 Subject: Update for release 1.5.3 --- .../docs/classes/_core_src_database_.database.html | 32 +++++++++++----------- .../docs/classes/_lib_error_model_.naiveerror.html | 4 +-- .../enums/_lib_error_model_.naiveerrorcode.html | 4 +-- .../_core_src_context_model_.context.html | 6 ++-- ...core_src_database_model_.databaseinterface.html | 14 +++++----- core/docs/modules/_core_src_database_.html | 18 ++++++------ core/docs/modules/_core_src_database_test_.html | 4 +-- core/docs/modules/_lib_error_model_.html | 4 +-- core/docs/modules/_lib_util_.html | 4 +-- core/package.json | 6 ++-- 10 files changed, 48 insertions(+), 48 deletions(-) diff --git a/core/docs/classes/_core_src_database_.database.html b/core/docs/classes/_core_src_database_.database.html index 92c107d..11d4549 100644 --- a/core/docs/classes/_core_src_database_.database.html +++ b/core/docs/classes/_core_src_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/core/docs/classes/_lib_error_model_.naiveerror.html b/core/docs/classes/_lib_error_model_.naiveerror.html index 58de9e2..f99c53b 100644 --- a/core/docs/classes/_lib_error_model_.naiveerror.html +++ b/core/docs/classes/_lib_error_model_.naiveerror.html @@ -117,7 +117,7 @@
  • Parameters

    @@ -139,7 +139,7 @@ diff --git a/core/docs/enums/_lib_error_model_.naiveerrorcode.html b/core/docs/enums/_lib_error_model_.naiveerrorcode.html index 0d87542..2f8c4bc 100644 --- a/core/docs/enums/_lib_error_model_.naiveerrorcode.html +++ b/core/docs/enums/_lib_error_model_.naiveerrorcode.html @@ -91,7 +91,7 @@
    OUT_OF_SPACE:
    @@ -101,7 +101,7 @@
    UNCAUGHT: = 0
    diff --git a/core/docs/interfaces/_core_src_context_model_.context.html b/core/docs/interfaces/_core_src_context_model_.context.html index b0e5add..b7f088a 100644 --- a/core/docs/interfaces/_core_src_context_model_.context.html +++ b/core/docs/interfaces/_core_src_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/core/docs/interfaces/_core_src_database_model_.databaseinterface.html b/core/docs/interfaces/_core_src_database_model_.databaseinterface.html index f65f0b2..7df1c1a 100644 --- a/core/docs/interfaces/_core_src_database_model_.databaseinterface.html +++ b/core/docs/interfaces/_core_src_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/core/docs/modules/_core_src_database_.html b/core/docs/modules/_core_src_database_.html index a0acf20..2cf855e 100644 --- a/core/docs/modules/_core_src_database_.html +++ b/core/docs/modules/_core_src_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/core/docs/modules/_core_src_database_test_.html b/core/docs/modules/_core_src_database_test_.html index 6a71cbd..6b635b3 100644 --- a/core/docs/modules/_core_src_database_test_.html +++ b/core/docs/modules/_core_src_database_test_.html @@ -93,7 +93,7 @@
    maxDbSizeMB: 0.1 = 0.1
    @@ -110,7 +110,7 @@
  • Parameters

    diff --git a/core/docs/modules/_lib_error_model_.html b/core/docs/modules/_lib_error_model_.html index 07fd8e0..4b91bac 100644 --- a/core/docs/modules/_lib_error_model_.html +++ b/core/docs/modules/_lib_error_model_.html @@ -105,7 +105,7 @@
    e: NaiveErrorCode = NaiveErrorCode
    @@ -122,7 +122,7 @@
  • Parameters

    diff --git a/core/docs/modules/_lib_util_.html b/core/docs/modules/_lib_util_.html index f924465..2060058 100644 --- a/core/docs/modules/_lib_util_.html +++ b/core/docs/modules/_lib_util_.html @@ -92,7 +92,7 @@
  • @@ -120,7 +120,7 @@
  • diff --git a/core/package.json b/core/package.json index d31822f..856ec06 100644 --- a/core/package.json +++ b/core/package.json @@ -1,9 +1,9 @@ { "name": "naive-core", - "version": "1.5.2", + "version": "1.5.3", "description": "A naive NoSQL database", - "main": "dist/database.js", - "types": "dist/database.d.ts", + "main": "dist/core/src/index.js", + "types": "dist/core/src/index.d.ts", "scripts": { "build": "tsc && typedoc --out docs src", "test": "jest src" -- cgit v1.2.3