@bobfrankston/miscassists 1.0.51 → 1.0.53

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
@@ -16,6 +16,7 @@ declare const _default: {
16
16
  jserve2s: number;
17
17
  devlisten: number;
18
18
  halisten: number;
19
+ haport: number;
19
20
  rmfsite: number;
20
21
  rmfsites: number;
21
22
  rmfprod: number;
@@ -49,6 +50,9 @@ declare const _default: {
49
50
  rmfAlpha2: number;
50
51
  carder: number;
51
52
  cardaid: number;
53
+ oauth: number;
54
+ alerter: number;
55
+ mailx: number;
52
56
  };
53
57
  mqtt: {
54
58
  host: string;
@@ -0,0 +1,16 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ },
6
+ {
7
+ "path": "../../npm/miscinfo"
8
+ }
9
+ ],
10
+ "settings": {
11
+ "workbench.colorCustomizations": {
12
+ "statusBar.noFolderBackground": "#551913",
13
+ "statusBar.noFolderForeground": "#FEFCFC"
14
+ }
15
+ }
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/miscassists",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Miscelleanous assists for various tasks including defining port numbers",
5
5
  "main": "index.js",
6
6
  "module": "main.js",
@@ -9,15 +9,15 @@
9
9
  "build": "tsc",
10
10
  "prerelease:local": "git add -A && (git diff-index --quiet HEAD || git commit -m \"Pre-release commit\")",
11
11
  "preversion": "npm run build && git add -A",
12
- "postversion": "git push && git push --tags",
13
- "release": "npm run prerelease:local && npm version patch && npm publish"
12
+ "release": "npm run prerelease:local && npm version patch && npm publish",
13
+ "postversion": "git push && git push --tags"
14
14
  },
15
15
  "keywords": [],
16
16
  "author": "",
17
17
  "license": "ISC",
18
18
  "type": "module",
19
19
  "dependencies": {
20
- "@bobfrankston/miscinfo": "^1.0.4",
20
+ "@bobfrankston/miscinfo": "^1.0.10",
21
21
  "esm": "^3.2.25"
22
22
  },
23
23
  "devDependencies": {
@@ -33,5 +33,11 @@
33
33
  ".dependencies": {
34
34
  "@bobfrankston/miscinfo": "file:../../npm/miscinfo",
35
35
  "esm": "^3.2.25"
36
+ },
37
+ ".transformedSnapshot": {
38
+ "dependencies": {
39
+ "@bobfrankston/miscinfo": "^1.0.10",
40
+ "esm": "^3.2.25"
41
+ }
36
42
  }
37
43
  }
@@ -1,10 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(git init:*)",
5
- "Bash(npx tsc:*)",
6
- "Bash(del \"y:\\\\dev\\\\projects\\\\NodeJS\\\\miscassists\\\\ports.ts\" \"y:\\\\dev\\\\projects\\\\NodeJS\\\\miscassists\\\\ports.js\" \"y:\\\\dev\\\\projects\\\\NodeJS\\\\miscassists\\\\ports.d.ts\" \"y:\\\\dev\\\\projects\\\\NodeJS\\\\miscassists\\\\ports.js.map\")",
7
- "Bash(npm install)"
8
- ]
9
- }
10
- }