@bobfrankston/miscinfo 1.0.2 → 1.0.3

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 +3 -2
  2. package/ports.d.ts +0 -1
  3. package/ports.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscinfo",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Browser-compatible shared constants including port definitions and MQTT configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -11,7 +11,8 @@
11
11
  "prerelease:local": "git add -A && (git diff-index --quiet HEAD || git commit -m \"Pre-release commit\")",
12
12
  "preversion": "npm run build && git add -A",
13
13
  "postversion": "git push && git push --tags",
14
- "release": "npm run prerelease:local && npm version patch && npm publish"
14
+ "release": "npmglobalize",
15
+ "old-release": "npm run prerelease:local && npm version patch && npm publish"
15
16
  },
16
17
  "keywords": [],
17
18
  "author": "",
package/ports.d.ts CHANGED
@@ -30,7 +30,6 @@ export declare const ports: {
30
30
  backts: number;
31
31
  backserve: number;
32
32
  syncer: number;
33
- lifxer: number;
34
33
  itemw: number;
35
34
  pinst: number;
36
35
  stephanie: number;
package/ports.js CHANGED
@@ -30,7 +30,7 @@ export const ports = {
30
30
  backts: 9315,
31
31
  backserve: 9316,
32
32
  syncer: 9317,
33
- lifxer: 9318,
33
+ // lifxer: 9318,
34
34
  itemw: 9319,
35
35
  pinst: 9299, // Used for my pings server [currently it has a local value because --install-links isn't cooperating]
36
36
  stephanie: 9320, // For testing stephanie site locally