@chat21/chat21-ionic 3.4.23-rc1 → 3.4.23-rc2
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 +3 -0
- package/package.json +1 -1
- package/src/chat21-core/utils/utils.ts +2 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -903,6 +903,8 @@ function getMimeTypeFromExtension(extension: string): string {
|
|
|
903
903
|
'.txt': 'text/plain',
|
|
904
904
|
'.doc': 'application/msword',
|
|
905
905
|
'.docx': 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
906
|
+
'.xlsx': 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
907
|
+
'.xls': 'application/vnd.ms-excel',
|
|
906
908
|
'.wav' : 'audio/wav'
|
|
907
909
|
// Aggiungi altri tipi MIME se necessario
|
|
908
910
|
};
|