@types/sqlite3
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -5,3 +5,2 @@ // Type definitions for sqlite3 3.1 | ||
// Sumant Manne <https://github.com/dpyro> | ||
// Behind The Math <https://github.com/BehindTheMath> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "@types/sqlite3", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "TypeScript definitions for sqlite3", | ||
@@ -16,7 +16,2 @@ "license": "MIT", | ||
"githubUsername": "dpyro" | ||
}, | ||
{ | ||
"name": "Behind The Math", | ||
"url": "https://github.com/BehindTheMath", | ||
"githubUsername": "BehindTheMath" | ||
} | ||
@@ -35,4 +30,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "50f626841a0eab3200e97b0a51c61a83084dc9acea4e9e81aba1fcc15ac7c079", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "941f7f2b527a6451cb9a057f210d01953e025bac97a00350f7da1dfb888d92fb", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Dec 2019 07:06:55 GMT | ||
* Last updated: Fri, 22 Jan 2021 00:05:20 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Nick Malaguti (https://github.com/nmalaguti), Sumant Manne (https://github.com/dpyro), and Behind The Math (https://github.com/BehindTheMath). | ||
These definitions were written by [Nick Malaguti](https://github.com/nmalaguti), and [Sumant Manne](https://github.com/dpyro). |
Sorry, the diff of this file is not supported yet
7184
83