node-red-node-ui-table
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -327,3 +327,3 @@ /** | ||
var uipath = 'ui'; | ||
if (RED.settings.ui) { uipath = RED.settings.ui.path; } | ||
if (RED?.settings?.ui?.path) { uipath = RED.settings.ui.path; } | ||
var fullPath = path.join('/', uipath, '/ui-table/*').replace(/\\/g, '/'); | ||
@@ -337,2 +337,2 @@ RED.httpNode.get(fullPath, function (req, res) { | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "node-red-node-ui-table", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Table UI widget node for Node-RED Dashboard", | ||
@@ -9,2 +9,3 @@ "author": "Kazuhito Yokoi", | ||
"node-red": { | ||
"version": ">=3.0.0", | ||
"nodes": { | ||
@@ -29,3 +30,6 @@ "ui_table": "node.js" | ||
"table" | ||
] | ||
], | ||
"engines": { | ||
"node": ">=16" | ||
} | ||
} |
1195952
19763