rimecms 0.23.23 → 0.23.25

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.
@@ -1,2 +1,3 @@
1
+ export declare const mimeTypesMap: Record<string, string[]>;
1
2
  export declare function getExtensionFromMimeType(mimeType: string): string | null;
2
3
  export declare function getMimeTypeFromExtension(extension: string): string | null;
@@ -1,4 +1,4 @@
1
- const mimeTypesMap = {
1
+ export const mimeTypesMap = {
2
2
  // Images
3
3
  'image/jpeg': ['jpg', 'jpeg'],
4
4
  'image/png': ['png'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimecms",
3
- "version": "0.23.23",
3
+ "version": "0.23.25",
4
4
  "homepage": "https://github.com/bienbiendev/rime",
5
5
  "scripts": {
6
6
  "dev": "vite dev",