@bobfrankston/miscinfo 1.0.19 → 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 (3) hide show
  1. package/package.json +1 -1
  2. package/ports.d.ts +1 -0
  3. package/ports.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscinfo",
3
- "version": "1.0.19",
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.d.ts CHANGED
@@ -24,6 +24,7 @@ export declare const ports: {
24
24
  shims: number;
25
25
  jvport: number;
26
26
  jvports: number;
27
+ jv2port: number;
27
28
  sqltcp: number;
28
29
  sqlhttp: number;
29
30
  sqlproxy2: number;
package/ports.js CHANGED
@@ -24,6 +24,7 @@ export const ports = {
24
24
  shims: 9085, //
25
25
  jvport: 9180, // These are copied in hlib
26
26
  jvports: 9143,
27
+ jv2port: 9181, // For the development version
27
28
  sqltcp: 9098,
28
29
  sqlhttp: 9099, // For now
29
30
  sqlproxy2: 9097, // Replace sqlproxy and share a port for http/https
@@ -58,7 +59,7 @@ export const ports = {
58
59
  quickserve: 9336, // Currently implemented using y:\x\bin\serve.ps1
59
60
  bambucam: 9337, // Bambue camera relay
60
61
  };
61
- const mqttHost = "pi4c";
62
+ const mqttHost = "mqtt";
62
63
  const mqttPort = 1883;
63
64
  /** MQTT broker configuration */
64
65
  export const mqtt = {