diff --git a/dist/package-shared/types/index.d.ts b/dist/package-shared/types/index.d.ts index ced962c..8fa5a87 100644 --- a/dist/package-shared/types/index.d.ts +++ b/dist/package-shared/types/index.d.ts @@ -1592,7 +1592,7 @@ export type MediaUploadDataType = ImageObjectType & FileObjectType & { }; export declare const ImageMimeTypes: (keyof sharp.FormatEnum)[]; export declare const VideoMimeTypes: readonly ["mp4", "wav"]; -export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css"]; +export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css", "md"]; export declare const CurrentlyEditedFieldActions: readonly ["edit-field", "edit-index", "delete-field", "delete-index", "new-field", "new-index", "move-up", "move-down", "complete"]; export type CurrentlyEditedTableSchemaType = { action: (typeof CurrentlyEditedFieldActions)[number]; diff --git a/dist/package-shared/types/index.js b/dist/package-shared/types/index.js index 57cd95c..55fc129 100644 --- a/dist/package-shared/types/index.js +++ b/dist/package-shared/types/index.js @@ -172,6 +172,7 @@ exports.FileMimeTypes = [ "ts", "html", "css", + "md", ]; exports.CurrentlyEditedFieldActions = [ "edit-field", diff --git a/package-shared/types/index.ts b/package-shared/types/index.ts index ef16b03..d1529a9 100644 --- a/package-shared/types/index.ts +++ b/package-shared/types/index.ts @@ -1932,6 +1932,7 @@ export const FileMimeTypes = [ "ts", "html", "css", + "md", ] as const; export const CurrentlyEditedFieldActions = [ diff --git a/package.json b/package.json index 715753d..fb72b5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "5.6.9", + "version": "5.7.0", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {