@bobfrankston/miscassists 1.0.23 → 1.0.24

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.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscassists",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "main.js",
package/ports.ts CHANGED
@@ -55,6 +55,8 @@ export const ports = {
55
55
  psyncer: 9324, // Used for the powershell version
56
56
 
57
57
  rmfAlpha2: 9325, // So we can try alternative clients.
58
+
59
+ carder: 9326
58
60
  }
59
61
 
60
62
  const mqttHost = "pi4c";