@andreydk1981/node-red-dashboard-2-ui-projector 0.1.8 → 0.1.9

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.
@@ -18,6 +18,7 @@ module.exports = function (RED) {
18
18
  msg.topic = currentName
19
19
  send(msg)
20
20
  },
21
+
21
22
  beforeSend: function (msg) {
22
23
  // ensure topic exists: prefer existing, then saved name, then configured name, then default
23
24
  const currentName = node.context().get('name') || config.name || 'projector'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreydk1981/node-red-dashboard-2-ui-projector",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },