@node-red/nodes 2.1.4 → 2.2.0

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 (45) hide show
  1. package/LICENSE +1 -1
  2. package/core/common/20-inject.html +4 -4
  3. package/core/common/20-inject.js +2 -8
  4. package/core/function/10-function.html +6 -4
  5. package/core/function/10-function.js +5 -2
  6. package/core/function/89-delay.html +2 -1
  7. package/core/function/90-exec.js +3 -3
  8. package/core/function/rbe.js +1 -1
  9. package/core/network/10-mqtt.js +11 -5
  10. package/core/network/21-httprequest.js +6 -4
  11. package/core/network/22-websocket.html +6 -2
  12. package/core/network/22-websocket.js +22 -14
  13. package/core/network/31-tcpin.html +126 -20
  14. package/core/network/31-tcpin.js +162 -29
  15. package/core/parsers/70-JSON.js +5 -1
  16. package/core/storage/10-file.js +1 -3
  17. package/examples/common/link/03 - Link call.json +156 -0
  18. package/examples/storage/{file/01 - Write string to a file.json → read file/01 - Read string from a file.json } +22 -22
  19. package/examples/storage/{file-in → read file}/02 - Read data in specified encoding.json +23 -22
  20. package/examples/storage/{file-in → read file}/03 - Read data breaking lines into messages.json +25 -25
  21. package/examples/storage/{file-in → read file}/04 - Create a message stream.json +37 -37
  22. package/examples/storage/{file-in/01 - Read string from a file.json → write file/01 - Write string to a file.json } +15 -15
  23. package/examples/storage/{file → write file}/02 - Write string to a file specified by property.json +22 -22
  24. package/examples/storage/{file → write file}/03 - Delete a file.json +16 -16
  25. package/examples/storage/{file → write file}/04 - Specify encoding of written data.json +23 -23
  26. package/locales/de/messages.json +2 -1
  27. package/locales/en-US/function/80-template.html +1 -1
  28. package/locales/en-US/function/89-delay.html +1 -1
  29. package/locales/en-US/function/rbe.html +2 -2
  30. package/locales/en-US/messages.json +10 -6
  31. package/locales/en-US/network/10-mqtt.html +1 -1
  32. package/locales/en-US/network/21-httprequest.html +1 -1
  33. package/locales/en-US/sequence/17-split.html +1 -1
  34. package/locales/ja/function/80-template.html +2 -0
  35. package/locales/ja/function/89-delay.html +5 -2
  36. package/locales/ja/function/rbe.html +1 -1
  37. package/locales/ja/messages.json +9 -4
  38. package/locales/ja/network/10-mqtt.html +65 -4
  39. package/locales/ja/parsers/70-CSV.html +1 -1
  40. package/locales/ja/sequence/17-split.html +5 -2
  41. package/locales/ko/messages.json +2 -1
  42. package/locales/ru/messages.json +2 -1
  43. package/locales/zh-CN/messages.json +2 -1
  44. package/locales/zh-TW/messages.json +2 -1
  45. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/nodes",
3
- "version": "2.1.4",
3
+ "version": "2.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,10 +15,10 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "acorn": "8.6.0",
18
+ "acorn": "8.7.0",
19
19
  "acorn-walk": "8.2.0",
20
- "ajv": "8.8.2",
21
- "body-parser": "1.19.0",
20
+ "ajv": "8.9.0",
21
+ "body-parser": "1.19.1",
22
22
  "cheerio": "1.0.0-rc.10",
23
23
  "content-type": "1.0.4",
24
24
  "cookie-parser": "1.4.6",
@@ -36,14 +36,14 @@
36
36
  "is-utf8": "0.2.1",
37
37
  "js-yaml": "3.14.1",
38
38
  "media-typer": "1.1.0",
39
- "mqtt": "4.2.8",
40
- "multer": "1.4.3",
39
+ "mqtt": "4.3.4",
40
+ "multer": "1.4.4",
41
41
  "mustache": "4.2.0",
42
42
  "on-headers": "1.0.2",
43
43
  "raw-body": "2.4.2",
44
44
  "tough-cookie": "4.0.0",
45
45
  "uuid": "8.3.2",
46
- "ws": "7.5.1",
46
+ "ws": "7.5.6",
47
47
  "xml2js": "0.4.23",
48
48
  "iconv-lite": "0.6.3"
49
49
  }