Skip to content

Commit c93de7e

Browse files
committed
fix type
1 parent 792cf2d commit c93de7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface Select {
6565
export interface Insert_Replace {
6666
type: 'replace' | 'insert';
6767
db: string | null;
68-
table: string;
68+
table: any;
6969
columns: string[] | null;
7070
values: InsertReplaceValue[];
7171
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sql-parser",
3-
"version": "1.6.17",
3+
"version": "1.6.18",
44
"description": "simple node sql parser",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)