puvox-library 1.0.35 → 1.0.36

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.
@@ -1127,8 +1127,7 @@ const puvox_library =
1127
1127
  resolver = resolve;
1128
1128
  rejector = reject;
1129
1129
  });
1130
- let buffer = '';
1131
- const readStream = fs.createReadStream(filePath);
1130
+ const readStream = this.file.fs().createReadStream(filePath);
1132
1131
  let linesAmount = 0;
1133
1132
  readStream.on('data', async function(chunk) {
1134
1133
  const ch = chunk + '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puvox-library",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "library-class-javascript",
5
5
  "main": "library_standard.js",
6
6
  "scripts": {