Skip to content

Commit 3ca46cc

Browse files
author
Snowflake107
committed
opps
1 parent 4f57ada commit 3ca46cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devsnowflake/jsql",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Use JSON as SQL.",
55
"main": "index.js",
66
"types": "typings/index.d.ts",

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AST } from 'node-sql-parser';
22

3-
declare module 'jsql' {
3+
declare module '@devsnowflake/jsql' {
44
export interface Handlers {
55
create: (q: AST, db: Database) => void;
66
select: (q: AST, db: Database) => any[];

0 commit comments

Comments
 (0)