@cj-tech-master/excelts 4.2.2-canary.20260115044841.88820eb → 4.2.3-canary.20260115111903.b80904d
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.
- package/dist/browser/modules/stream/streams.browser.js +0 -3
- package/dist/cjs/modules/stream/streams.browser.js +0 -3
- package/dist/esm/modules/stream/streams.browser.js +0 -3
- package/dist/iife/excelts.iife.js +1 -2
- package/dist/iife/excelts.iife.js.map +1 -1
- package/dist/iife/excelts.iife.min.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @cj-tech-master/excelts v4.2.
|
|
2
|
+
* @cj-tech-master/excelts v4.2.3-canary.20260115111903.b80904d
|
|
3
3
|
* TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
|
|
4
4
|
* (c) 2026 cjnoname
|
|
5
5
|
* Released under the MIT License
|
|
@@ -3951,7 +3951,6 @@ var ExcelTS = (function(exports) {
|
|
|
3951
3951
|
yield chunk;
|
|
3952
3952
|
}
|
|
3953
3953
|
}
|
|
3954
|
-
if (streamError) throw streamError;
|
|
3955
3954
|
} finally {
|
|
3956
3955
|
this.off("data", dataHandler);
|
|
3957
3956
|
this.off("end", endHandler);
|