Comparing version 1.0.3 to 1.0.4
@@ -200,3 +200,3 @@ var V = Object.defineProperty; | ||
} | ||
return r.decode(Buffer.from(s)).trim(); | ||
return r.decode(s).trim(); | ||
} | ||
@@ -203,0 +203,0 @@ static readNumberValue(e, t, r) { |
@@ -1,2 +0,1 @@ | ||
import { Buffer } from 'buffer'; | ||
export declare class DbfDecoder { | ||
@@ -6,5 +5,5 @@ readonly encoding: string; | ||
constructor(encoding: string); | ||
decode(str: Buffer): string; | ||
decode(str: Uint8Array): string; | ||
} | ||
export declare function fromCpgString(cpg: string): DbfDecoder; | ||
export declare function fromDbfLangCode(code: number): DbfDecoder | undefined; |
{ | ||
"name": "shpts", | ||
"private": false, | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
58141
1195