@node-red/nodes 3.0.2 → 3.1.0-beta.2

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.
Files changed (151) hide show
  1. package/core/common/20-inject.js +55 -29
  2. package/core/common/24-complete.html +11 -2
  3. package/core/common/25-catch.html +2 -2
  4. package/core/common/25-status.html +2 -2
  5. package/core/common/60-link.html +11 -2
  6. package/core/common/60-link.js +10 -2
  7. package/core/common/91-global-config.html +27 -0
  8. package/core/common/91-global-config.js +7 -0
  9. package/core/function/10-function.html +12 -8
  10. package/core/function/15-change.js +1 -1
  11. package/core/function/16-range.html +1 -0
  12. package/core/function/16-range.js +6 -2
  13. package/core/function/80-template.html +2 -1
  14. package/core/function/89-delay.js +34 -30
  15. package/core/function/89-trigger.html +8 -1
  16. package/core/network/05-tls.html +3 -3
  17. package/core/network/06-httpproxy.html +1 -0
  18. package/core/network/10-mqtt.html +13 -5
  19. package/core/network/10-mqtt.js +51 -28
  20. package/core/network/21-httpin.html +1 -0
  21. package/core/network/21-httpin.js +12 -3
  22. package/core/network/21-httprequest.html +1 -0
  23. package/core/network/21-httprequest.js +5 -0
  24. package/core/network/31-tcpin.js +1 -1
  25. package/core/parsers/70-CSV.js +16 -5
  26. package/core/sequence/17-split.html +6 -1
  27. package/core/sequence/17-split.js +4 -2
  28. package/core/sequence/19-batch.html +8 -1
  29. package/core/storage/10-file.html +0 -0
  30. package/core/storage/10-file.js +3 -2
  31. package/locales/de/common/20-inject.html +0 -0
  32. package/locales/de/common/21-debug.html +0 -0
  33. package/locales/de/common/25-catch.html +0 -0
  34. package/locales/de/common/25-status.html +0 -0
  35. package/locales/de/common/60-link.html +0 -0
  36. package/locales/de/common/90-comment.html +0 -0
  37. package/locales/de/common/98-unknown.html +0 -0
  38. package/locales/de/function/10-function.html +0 -0
  39. package/locales/de/function/10-switch.html +0 -0
  40. package/locales/de/function/15-change.html +0 -0
  41. package/locales/de/function/16-range.html +0 -0
  42. package/locales/de/function/80-template.html +0 -0
  43. package/locales/de/function/89-delay.html +0 -0
  44. package/locales/de/function/89-trigger.html +0 -0
  45. package/locales/de/function/90-exec.html +0 -0
  46. package/locales/de/messages.json +0 -0
  47. package/locales/de/network/05-tls.html +0 -0
  48. package/locales/de/network/06-httpproxy.html +0 -0
  49. package/locales/de/network/10-mqtt.html +0 -0
  50. package/locales/de/network/21-httpin.html +0 -0
  51. package/locales/de/network/21-httprequest.html +0 -0
  52. package/locales/de/network/22-websocket.html +0 -0
  53. package/locales/de/network/31-tcpin.html +0 -0
  54. package/locales/de/network/32-udp.html +0 -0
  55. package/locales/de/parsers/70-CSV.html +0 -0
  56. package/locales/de/parsers/70-HTML.html +0 -0
  57. package/locales/de/parsers/70-JSON.html +0 -0
  58. package/locales/de/parsers/70-XML.html +0 -0
  59. package/locales/de/parsers/70-YAML.html +0 -0
  60. package/locales/de/sequence/17-split.html +0 -0
  61. package/locales/de/sequence/18-sort.html +0 -0
  62. package/locales/de/sequence/19-batch.html +0 -0
  63. package/locales/de/storage/10-file.html +0 -0
  64. package/locales/de/storage/23-watch.html +0 -0
  65. package/locales/en-US/common/90-comment.html +1 -1
  66. package/locales/en-US/common/91-global-config.html +3 -0
  67. package/locales/en-US/function/16-range.html +3 -0
  68. package/locales/en-US/function/80-template.html +3 -0
  69. package/locales/en-US/messages.json +17 -5
  70. package/locales/en-US/network/21-httprequest.html +1 -1
  71. package/locales/en-US/parsers/70-CSV.html +1 -0
  72. package/locales/fr/common/20-inject.html +40 -0
  73. package/locales/fr/common/21-debug.html +26 -0
  74. package/locales/fr/common/24-complete.html +29 -0
  75. package/locales/fr/common/25-catch.html +42 -0
  76. package/locales/fr/common/25-status.html +34 -0
  77. package/locales/fr/common/60-link.html +66 -0
  78. package/locales/fr/common/90-comment.html +22 -0
  79. package/locales/fr/common/98-unknown.html +28 -0
  80. package/locales/fr/function/10-function.html +64 -0
  81. package/locales/fr/function/10-switch.html +49 -0
  82. package/locales/fr/function/15-change.html +37 -0
  83. package/locales/fr/function/16-range.html +44 -0
  84. package/locales/fr/function/80-template.html +58 -0
  85. package/locales/fr/function/89-delay.html +64 -0
  86. package/locales/fr/function/89-trigger.html +50 -0
  87. package/locales/fr/function/90-exec.html +84 -0
  88. package/locales/fr/function/rbe.html +41 -0
  89. package/locales/fr/messages.json +1140 -0
  90. package/locales/fr/network/05-tls.html +19 -0
  91. package/locales/fr/network/06-httpproxy.html +22 -0
  92. package/locales/fr/network/10-mqtt.html +160 -0
  93. package/locales/fr/network/21-httpin.html +100 -0
  94. package/locales/fr/network/21-httprequest.html +96 -0
  95. package/locales/fr/network/22-websocket.html +43 -0
  96. package/locales/fr/network/31-tcpin.html +45 -0
  97. package/locales/fr/network/32-udp.html +31 -0
  98. package/locales/fr/parsers/70-CSV.html +52 -0
  99. package/locales/fr/parsers/70-HTML.html +36 -0
  100. package/locales/fr/parsers/70-JSON.html +54 -0
  101. package/locales/fr/parsers/70-XML.html +51 -0
  102. package/locales/fr/parsers/70-YAML.html +34 -0
  103. package/locales/fr/sequence/17-split.html +172 -0
  104. package/locales/fr/sequence/18-sort.html +41 -0
  105. package/locales/fr/sequence/19-batch.html +43 -0
  106. package/locales/fr/storage/10-file.html +69 -0
  107. package/locales/fr/storage/23-watch.html +30 -0
  108. package/locales/ja/common/91-global-config.html +3 -0
  109. package/locales/ja/function/80-template.html +3 -0
  110. package/locales/ja/messages.json +21 -8
  111. package/locales/ja/parsers/70-CSV.html +1 -0
  112. package/locales/ko/messages.json +9 -4
  113. package/locales/pt-BR/common/20-inject.html +40 -0
  114. package/locales/pt-BR/common/21-debug.html +26 -0
  115. package/locales/pt-BR/common/24-complete.html +29 -0
  116. package/locales/pt-BR/common/25-catch.html +42 -0
  117. package/locales/pt-BR/common/25-status.html +34 -0
  118. package/locales/pt-BR/common/60-link.html +66 -0
  119. package/locales/pt-BR/common/90-comment.html +22 -0
  120. package/locales/pt-BR/common/98-unknown.html +28 -0
  121. package/locales/pt-BR/function/10-function.html +64 -0
  122. package/locales/pt-BR/function/10-switch.html +50 -0
  123. package/locales/pt-BR/function/15-change.html +39 -0
  124. package/locales/pt-BR/function/16-range.html +44 -0
  125. package/locales/pt-BR/function/80-template.html +55 -0
  126. package/locales/pt-BR/function/89-delay.html +64 -0
  127. package/locales/pt-BR/function/89-trigger.html +50 -0
  128. package/locales/pt-BR/function/90-exec.html +83 -0
  129. package/locales/pt-BR/function/rbe.html +41 -0
  130. package/locales/pt-BR/messages.json +1127 -0
  131. package/locales/pt-BR/network/05-tls.html +19 -0
  132. package/locales/pt-BR/network/06-httpproxy.html +22 -0
  133. package/locales/pt-BR/network/10-mqtt.html +158 -0
  134. package/locales/pt-BR/network/21-httpin.html +100 -0
  135. package/locales/pt-BR/network/21-httprequest.html +95 -0
  136. package/locales/pt-BR/network/22-websocket.html +43 -0
  137. package/locales/pt-BR/network/31-tcpin.html +45 -0
  138. package/locales/pt-BR/network/32-udp.html +31 -0
  139. package/locales/pt-BR/parsers/70-CSV.html +49 -0
  140. package/locales/pt-BR/parsers/70-HTML.html +36 -0
  141. package/locales/pt-BR/parsers/70-JSON.html +53 -0
  142. package/locales/pt-BR/parsers/70-XML.html +50 -0
  143. package/locales/pt-BR/parsers/70-YAML.html +34 -0
  144. package/locales/pt-BR/sequence/17-split.html +170 -0
  145. package/locales/pt-BR/sequence/18-sort.html +41 -0
  146. package/locales/pt-BR/sequence/19-batch.html +43 -0
  147. package/locales/pt-BR/storage/10-file.html +67 -0
  148. package/locales/pt-BR/storage/23-watch.html +30 -0
  149. package/locales/ru/messages.json +0 -0
  150. package/locales/zh-CN/messages.json +1102 -930
  151. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/nodes",
3
- "version": "3.0.2",
3
+ "version": "3.1.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,12 +15,12 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "acorn": "8.7.1",
18
+ "acorn": "8.8.2",
19
19
  "acorn-walk": "8.2.0",
20
- "ajv": "8.11.0",
21
- "body-parser": "1.20.0",
20
+ "ajv": "8.12.0",
21
+ "body-parser": "1.20.2",
22
22
  "cheerio": "1.0.0-rc.10",
23
- "content-type": "1.0.4",
23
+ "content-type": "1.0.5",
24
24
  "cookie-parser": "1.4.6",
25
25
  "cookie": "0.5.0",
26
26
  "cors": "2.8.5",
@@ -28,9 +28,9 @@
28
28
  "denque": "2.1.0",
29
29
  "form-data": "4.0.0",
30
30
  "fs-extra": "10.1.0",
31
- "got": "11.8.5",
31
+ "got": "11.8.6",
32
32
  "hash-sum": "2.0.0",
33
- "hpagent": "1.0.0",
33
+ "hpagent": "1.2.0",
34
34
  "https-proxy-agent": "5.0.1",
35
35
  "is-utf8": "0.2.1",
36
36
  "js-yaml": "4.1.0",
@@ -40,9 +40,9 @@
40
40
  "mustache": "4.2.0",
41
41
  "node-watch": "0.7.3",
42
42
  "on-headers": "1.0.2",
43
- "raw-body": "2.5.1",
44
- "tough-cookie": "4.0.0",
45
- "uuid": "8.3.2",
43
+ "raw-body": "2.5.2",
44
+ "tough-cookie": "4.1.2",
45
+ "uuid": "9.0.0",
46
46
  "ws": "7.5.6",
47
47
  "xml2js": "0.4.23",
48
48
  "iconv-lite": "0.6.3"