@cosmotech/core 1.11.2 → 1.11.3
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/CHANGELOG.md +9 -0
- package/dist/index.cjs.js +9659 -9635
- package/dist/index.esm.js +9659 -9635
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## **1.11.3** <sub><sup>2023-05-24 (d8ac2fea...5657e5aa)</sup></sub>
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- when parsing CSV files, lines number in error messages now start at 1 instead of 0
|
|
6
|
+
- fix error message in CSV parsing reporting 'missing fields' when there are too many columns ([597a15c](https://github.com/Cosmo-Tech/webapp-component-core/commit/597a15cc411597b060fd035853e41fc39b9132eb))
|
|
7
|
+
- add empty field message and fix too few/many columns to fix all problems encountered ([70c664b](https://github.com/Cosmo-Tech/webapp-component-core/commit/70c664b91850487992e03577c06222f296b20174))
|
|
8
|
+
- fix parsing of Excel files with cells formatted as Date objects ([07a9cbc](https://github.com/Cosmo-Tech/webapp-component-core/commit/07a9cbc0b5ce300f6b9757bfa084d439aaa73e92))
|
|
9
|
+
|
|
1
10
|
## **1.11.2** <sub><sup>2023-04-27 (8708e4a...80f0c61)</sup></sub>
|
|
2
11
|
|
|
3
12
|
- update dependencies
|