pmcf 4.15.9 → 4.15.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "4.15.9",
3
+ "version": "4.15.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -55,8 +55,8 @@
55
55
  "dependencies": {
56
56
  "content-entry-transform": "^1.6.3",
57
57
  "ip-utilties": "^2.0.3",
58
- "npm-pkgbuild": "^20.2.4",
59
- "pacc": "^8.4.0",
58
+ "npm-pkgbuild": "^20.2.5",
59
+ "pacc": "^8.4.2",
60
60
  "package-directory": "^8.2.0"
61
61
  },
62
62
  "devDependencies": {
@@ -109,6 +109,15 @@ const BindServiceTypeDefinition = {
109
109
  family: "IPv4",
110
110
  port: 19521,
111
111
  protocol: "tcp",
112
+ pathname: "/",
113
+ tls: false,
114
+ kind: "loopback"
115
+ },
116
+ {
117
+ family: "IPv6",
118
+ port: 19521,
119
+ protocol: "tcp",
120
+ pathname: "/",
112
121
  tls: false,
113
122
  kind: "loopback"
114
123
  }
@@ -1452,6 +1452,7 @@ export class BindService extends ExtraSourceService {
1452
1452
  family: string;
1453
1453
  port: number;
1454
1454
  protocol: string;
1455
+ pathname: string;
1455
1456
  tls: boolean;
1456
1457
  kind: string;
1457
1458
  }[];