@node-red/nodes
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -49,6 +49,6 @@ /** | ||
isText = false; | ||
} else if (parsedType.subtype !== "octet-stream") { | ||
} else if ((parsedType.subtype !== "octet-stream") && (parsedType.subtype !== "cbor")) { | ||
checkUTF = true; | ||
} else { | ||
// applicatino/octet-stream | ||
// application/octet-stream or application/cbor | ||
isText = false; | ||
@@ -55,0 +55,0 @@ } |
@@ -607,3 +607,3 @@ { | ||
"from" : "von", | ||
"to" : "bis", | ||
"to" : "auf", | ||
"roundresult" : "Runde das Ergebnis auf die nächste ganze Zahl?" | ||
@@ -610,0 +610,0 @@ }, |
@@ -126,3 +126,3 @@ { | ||
"msgprop": "信息属性", | ||
"msgobj": "完整信息", | ||
"msgobj": "与调试输出相同", | ||
"autostatus": "自动的", | ||
@@ -129,0 +129,0 @@ "to": "目标", |
@@ -126,3 +126,3 @@ { | ||
"msgprop": "資訊屬性", | ||
"msgobj": "完整資訊", | ||
"msgobj": "與調試輸出相同", | ||
"autostatus": "自動的", | ||
@@ -129,0 +129,0 @@ "to": "目標", |
{ | ||
"name": "@node-red/nodes", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1653975