@cosmotech/core 2.0.1 → 2.0.2
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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +11 -0
- package/dist/index.cjs.js +16224 -16883
- package/dist/index.esm.js +16231 -16890
- package/package.json +18 -18
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## **2.0.2** <sub><sup>2025-12-01 (d61abd...1d4266)</sup></sub>
|
|
2
|
+
|
|
3
|
+
### Performance Improvements
|
|
4
|
+
|
|
5
|
+
- improve performance of CSV file upload in Tables
|
|
6
|
+
|
|
7
|
+
### Dependencies
|
|
8
|
+
|
|
9
|
+
- revert @azure/msal-browser upgrade, setting it back from v4 to v3
|
|
10
|
+
- update dependencies
|
|
11
|
+
|
|
1
12
|
## **2.0.1** <sub><sup>2025-09-19 (7021d37...40b3c7f)</sup></sub>
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|