+1
-1
@@ -10,3 +10,3 @@ declare module 'dguard' { | ||
| export function init(options: { local: boolean }): void; | ||
| export function init(options?: { local: boolean }): void; | ||
| export function encrypt(tableName: string, columnName: string, value: string): Promise<string>; | ||
@@ -13,0 +13,0 @@ export function decrypt(tableName: string, columnName: string, value: string): Promise<string>; |
+1
-1
| { | ||
| "name": "dguard", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "module.d.ts", |
28880
0