@bobfrankston/miscassists 1.0.43 → 1.0.44

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.
package/index.d.ts CHANGED
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  pinst: number;
47
47
  stephanie: number;
48
48
  httpudp: number;
49
+ cardaid: number;
49
50
  };
50
51
  mqtt: {
51
52
  host: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscassists",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "main.js",
package/ports.d.ts CHANGED
@@ -32,6 +32,7 @@ export declare const ports: {
32
32
  pinst: number;
33
33
  stephanie: number;
34
34
  httpudp: number;
35
+ cardaid: number;
35
36
  };
36
37
  export declare const mqtt: {
37
38
  host: string;
package/ports.js CHANGED
@@ -32,7 +32,8 @@ export const ports = {
32
32
  itemw: 9319,
33
33
  pinst: 9299, // Used for my pings server [currently it has a local value because --install-links isn't cooperating]
34
34
  stephanie: 9320, // For testing stephanie site locally
35
- httpudp: 9321
35
+ httpudp: 9321,
36
+ cardaid: 9330
36
37
  };
37
38
  const mqttHost = "pi4c";
38
39
  const mqttPort = 1883;