mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
re-fix merge of file nodes
This commit is contained in:
parent
dc89218702
commit
b246f0779f
@ -69,7 +69,7 @@
|
||||
"semver": "5.6.0",
|
||||
"uglify-js": "3.4.9",
|
||||
"when": "3.7.8",
|
||||
"ws": "6.1.3",
|
||||
"ws": "6.1.4",
|
||||
"xml2js": "0.4.19",
|
||||
"iconv-lite": "0.4.24"
|
||||
},
|
||||
|
@ -860,7 +860,6 @@
|
||||
"filelabel": "file",
|
||||
"sendError": "Send message on error (legacy mode)",
|
||||
"deletelabel": "delete __file__",
|
||||
"encoding": "Encoding"
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer"
|
||||
},
|
||||
|
@ -858,7 +858,6 @@
|
||||
"filelabel": "file",
|
||||
"sendError": "エラーメッセージを送信(互換モード)",
|
||||
"deletelabel": "delete __file__",
|
||||
"encoding": "エンコーディング"
|
||||
"utf8String": "UTF8文字列",
|
||||
"binaryBuffer": "バイナリバッファ"
|
||||
},
|
||||
|
@ -36,7 +36,7 @@
|
||||
"on-headers": "1.0.2",
|
||||
"raw-body": "2.3.3",
|
||||
"request": "2.88.0",
|
||||
"ws": "6.1.3",
|
||||
"ws": "6.1.4",
|
||||
"xml2js": "0.4.19",
|
||||
"iconv-lite": "0.4.24"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user