@flowfuse/node-red-dashboard 1.30.3-e11022b-202603091247.0 → 1.30.3-e617c51-202607241314.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.
@@ -1131,7 +1131,7 @@ module.exports = function (RED) {
1131
1131
  }
1132
1132
 
1133
1133
  // emit to all connected UIs
1134
- emit('msg-input:' + widget.id, msg, wNode)
1134
+ if (msg) { emit('msg-input:' + widget.id, msg, wNode) }
1135
1135
 
1136
1136
  done()
1137
1137
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/node-red-dashboard",
3
- "version": "1.30.3-e11022b-202603091247.0",
3
+ "version": "1.30.3-e617c51-202607241314.0",
4
4
  "description": "FlowFuse Dashboard - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
5
5
  "keywords": [
6
6
  "node-red"
@@ -75,11 +75,11 @@
75
75
  "devDependencies": {
76
76
  "@flowfuse/flow-renderer": "^0.5.0",
77
77
  "@mdi/font": "^7.4.47",
78
- "@unhead/vue": "^1.11.20",
78
+ "@unhead/vue": "^2.1.12",
79
79
  "@vite-pwa/assets-generator": "^1.0.0",
80
80
  "@vitejs/plugin-vue": "^5.0.4",
81
81
  "cross-env": "^7.0.3",
82
- "cypress": "^13.17.0",
82
+ "cypress": "^15.15.0",
83
83
  "dompurify": "^3.3.1",
84
84
  "eslint": "^8.57.1",
85
85
  "eslint-config-standard": "^17.1.0",
@@ -99,7 +99,7 @@
99
99
  "medium-zoom": "^1.1.0",
100
100
  "mermaid": "^11.12.2",
101
101
  "mocha": "^11.7.5",
102
- "node-red": "^4.1.2",
102
+ "node-red": "^4.1.8",
103
103
  "node-red-node-test-helper": "^0.3.5",
104
104
  "npm-run-all": "^4.1.5",
105
105
  "sass": "^1.96.0",