Comparing version 4.2.0 to 4.2.1
@@ -1,5 +0,3 @@ | ||
/// <reference types="./vendor-typings/sql-template-strings" /> | ||
/// <reference types="./vendor-typings/sqlite3" /> | ||
import * as sqlite3 from 'sqlite3'; | ||
import { SQLStatement } from 'sql-template-strings'; | ||
import { Statement } from './Statement'; | ||
@@ -11,2 +9,6 @@ export declare namespace ISqlite { | ||
} | ||
interface SQLStatement { | ||
sql: string; | ||
values?: any[]; | ||
} | ||
/** | ||
@@ -13,0 +15,0 @@ * Allows for input of a normal SQL string or |
"use strict"; | ||
/// <reference types="./vendor-typings/sql-template-strings" /> | ||
/// <reference types="./vendor-typings/sqlite3" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -0,1 +1,15 @@ | ||
## 4.2.1 - Tue May 23 2023 00:58:29 | ||
**Contributor:** Blake Embrey | ||
- Support all SQL template libraries (#172) | ||
* Support all SQL template libraries | ||
* Remove sql-template-strings from lib | ||
--------- | ||
Co-authored-by: Theo Gravity <theo@suteki.nu> | ||
## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06 | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "sqlite", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96650
27
1188