@bobfrankston/miscinfo 1.0.20 → 1.0.21

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 (2) hide show
  1. package/package.json +1 -1
  2. package/ports.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscinfo",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Browser-compatible shared constants including port definitions and MQTT configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/ports.js CHANGED
@@ -59,7 +59,7 @@ export const ports = {
59
59
  quickserve: 9336, // Currently implemented using y:\x\bin\serve.ps1
60
60
  bambucam: 9337, // Bambue camera relay
61
61
  };
62
- const mqttHost = "pi4c";
62
+ const mqttHost = "mqtt";
63
63
  const mqttPort = 1883;
64
64
  /** MQTT broker configuration */
65
65
  export const mqtt = {