File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/api/service/main/file/local Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " next-flow-interface" ,
3- "version" : " 0.16.9 " ,
3+ "version" : " 0.16.10 " ,
44 "description" : " Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything." ,
55 "type" : " module" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ export const MKV = 'video/x-matroska'
5151
5252export const JSON = 'application/json'
5353
54+ export const NF = 'nextflow/sync'
55+
5456export const TXT = 'text/plain'
5557export const MARKDOWN = 'text/markdown'
5658
@@ -68,6 +70,8 @@ export const SUPPORT_TEXT_LIST = [TXT]
6870
6971export const SUPPORT_JSON_LIST = [ JSON ]
7072
73+ export const SUPPORT_NEXTFLOW_LIST = [ NF ]
74+
7175export const SUPPORT_ALL_LIST = [
7276 ...SUPPORT_IMAGE_LIST ,
7377 ...SUPPORT_MODEL_LIST ,
You can’t perform that action at this time.
0 commit comments