@bobfrankston/miscassists 1.0.45 → 1.0.47
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 +1 -0
- package/package.json +2 -2
- package/ports.d.ts +1 -0
- package/ports.js +1 -0
package/index.d.ts
CHANGED
package/package.json
CHANGED
package/ports.d.ts
CHANGED
package/ports.js
CHANGED
|
@@ -33,6 +33,7 @@ export const ports = {
|
|
|
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
35
|
httpudp: 9321,
|
|
36
|
+
logit: 9322, // logit logger
|
|
36
37
|
psyncer: 9324, // Used for the powershell version ??
|
|
37
38
|
rmfAlpha2: 9325, // So we can try alternative clients.
|
|
38
39
|
carder: 9329,
|