master
Dave Conway-Jones 2021-05-18 22:25:42 +01:00
rodzic f88f8d069b
commit 7695a1d89d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 88BA2B8A411BE9FF
2 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -140,7 +140,6 @@
{ {
"id": "87356b62.92e3d8", "id": "87356b62.92e3d8",
"type": "ui_group", "type": "ui_group",
"z": "",
"name": "Text to Speech", "name": "Text to Speech",
"tab": "52a903f3.ad56fc", "tab": "52a903f3.ad56fc",
"order": 5, "order": 5,
@ -151,7 +150,6 @@
{ {
"id": "c75ad4f0.0cede8", "id": "c75ad4f0.0cede8",
"type": "ui_group", "type": "ui_group",
"z": "",
"name": "Map", "name": "Map",
"tab": "52a903f3.ad56fc", "tab": "52a903f3.ad56fc",
"order": 3, "order": 3,
@ -171,8 +169,8 @@
"format": "<h3>Welcome to the <font color=\"#CE2020\">Node-RED</font> Dashboard</h3>\n<p>On the right you will see a graph and a chart logging data from the sliders underneath.</p>", "format": "<h3>Welcome to the <font color=\"#CE2020\">Node-RED</font> Dashboard</h3>\n<p>On the right you will see a graph and a chart logging data from the sliders underneath.</p>",
"storeOutMessages": false, "storeOutMessages": false,
"fwdInMessages": false, "fwdInMessages": false,
"x": 93, "x": 100,
"y": 45, "y": 40,
"wires": [ "wires": [
[] []
] ]

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "electron_node_red", "name": "electron_node_red",
"version": "1.3.4", "version": "1.3.5",
"description": "Electron Node-RED application starter kit for development", "description": "Electron Node-RED application starter kit for development",
"main": "main.js", "main": "main.js",
"NRelectron": { "NRelectron": {
@ -27,9 +27,9 @@
}, },
"dependencies": { "dependencies": {
"electron-is-dev": "^2.0.0", "electron-is-dev": "^2.0.0",
"electron-store": "^7.0.3", "electron-store": "^8.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"node-red": "1.3.4", "node-red": "1.3.5",
"node-red-contrib-play-audio": "*", "node-red-contrib-play-audio": "*",
"node-red-contrib-web-worldmap": "*", "node-red-contrib-web-worldmap": "*",
"node-red-dashboard": "*", "node-red-dashboard": "*",
@ -53,8 +53,8 @@
}, },
"homepage": "https://github.com/dceejay/electron-node-red#readme", "homepage": "https://github.com/dceejay/electron-node-red#readme",
"devDependencies": { "devDependencies": {
"electron": "~12.0.2", "electron": "~12.0.8",
"electron-builder": "^22.10.5" "electron-builder": "^22.11.4"
}, },
"build": { "build": {
"appId": "com.electron.node-red", "appId": "com.electron.node-red",