@types/sqlite3
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -15,2 +15,5 @@ // Type definitions for sqlite3 3.1 | ||
export const OPEN_CREATE: number; | ||
export const OPEN_SHAREDCACHE: number; | ||
export const OPEN_PRIVATECACHE: number; | ||
export const OPEN_URI: number; | ||
@@ -98,2 +101,5 @@ export const cached: { | ||
OPEN_CREATE: number; | ||
OPEN_SHAREDCACHE: number; | ||
OPEN_PRIVATECACHE: number; | ||
OPEN_URI: number; | ||
cached: typeof cached; | ||
@@ -100,0 +106,0 @@ RunResult: RunResult; |
{ | ||
"name": "@types/sqlite3", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "TypeScript definitions for sqlite3", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/sqlite3" | ||
}, | ||
@@ -34,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "c9444350b37b90a3f6171d1b8699c525fad86e1f46351b2dffb40088b1291418", | ||
"typesPublisherContentHash": "c760b4974a710f6e4a4682bc42f59300b4027facaf859b0a70e1604cbacb2488", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:22 GMT | ||
* Last updated: Wed, 06 Mar 2019 16:11:31 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: none |
7431
83