@tediousjs/connection-string
Advanced tools
Comparing version 0.4.3 to 0.4.4
export interface CollectionConfig { | ||
terminator: string; | ||
quotes: { | ||
[index: string]: string; | ||
}; | ||
quotes: Record<string, string>; | ||
} | ||
@@ -7,0 +5,0 @@ export interface ParserConfig { |
{ | ||
"name": "@tediousjs/connection-string", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "SQL ConnectionString parser", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
32467
467