@datapos/datapos-tool-csv-parse 0.0.10 → 0.0.12

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.
@@ -3333,8 +3333,7 @@ const qn = function() {
3333
3333
  class zn {
3334
3334
  /** Operations - Build parser. */
3335
3335
  buildParser(e) {
3336
- const r = void 0;
3337
- return console.log(r), qn(e);
3336
+ return qn(e);
3338
3337
  }
3339
3338
  }
3340
3339
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,