@datapos/datapos-tool-csv-parse 0.0.40 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,14 +6,14 @@ declare class Tool {
6
6
  buildParser(options: ParseOptions): Parser;
7
7
  /** Parse stream. */
8
8
  parseStream(parseOptions: ParseOptions, retrieveRecordsOptions: RetrieveRecordsOptions, url: string, abortController: AbortController): Promise<RetrieveRecordsSummary>;
9
+ /** Write to parser. */
10
+ private writeToParser;
9
11
  /** Parse string. */
10
12
  parseString(): void;
11
13
  /** Construct row buffer. */
12
14
  private constructRowBuffer;
13
15
  /** Construct summary. */
14
16
  private constructSummary;
15
- /** Write to parser. */
16
- private writeToParser;
17
17
  /** Ignore best-effort cleanup errors to keep teardown noise-free. */
18
18
  private ignoreErrors;
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,