@hpcc-js/comms 3.7.4 → 3.7.6

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": "@hpcc-js/comms",
3
- "version": "3.7.4",
3
+ "version": "3.7.6",
4
4
  "description": "hpcc-js - Communications",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.cjs",
@@ -72,7 +72,7 @@
72
72
  "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*"
73
73
  },
74
74
  "dependencies": {
75
- "@hpcc-js/util": "^3.3.7",
75
+ "@hpcc-js/util": "^3.3.8",
76
76
  "@xmldom/xmldom": "0.9.8",
77
77
  "abort-controller": "3.0.0",
78
78
  "node-fetch": "3.3.2",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@hpcc-js/ddl-shim": "^3.0.0",
83
- "@hpcc-js/esbuild-plugins": "^1.4.7",
83
+ "@hpcc-js/esbuild-plugins": "^1.4.8",
84
84
  "@kubernetes/client-node": "1.0.0",
85
85
  "@types/d3-request": "1.0.9",
86
86
  "@types/d3-time-format": "2.3.4",
@@ -112,5 +112,5 @@
112
112
  "esp",
113
113
  "HPCC-Platform"
114
114
  ],
115
- "gitHead": "44cd47dfe0d954df395002c2d5ce222a73d73f2a"
115
+ "gitHead": "b9d780528833411369cabaca067703d94a3d6b3a"
116
116
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/comms";
2
- export const PKG_VERSION = "3.7.4";
3
- export const BUILD_VERSION = "3.8.4";
2
+ export const PKG_VERSION = "3.7.6";
3
+ export const BUILD_VERSION = "3.8.6";
@@ -151,7 +151,8 @@ export class LogicalFile extends StateObject<FileDetailEx, FileDetailEx> impleme
151
151
  return this.connection.DFUInfo({ Cluster: this.Cluster, Name: this.Name }).then(response => {
152
152
  this.set({
153
153
  Cluster: this.Cluster,
154
- ...response.FileDetail
154
+ ...response.FileDetail,
155
+ ProtectList: response?.FileDetail?.ProtectList ?? { DFUFileProtect: [] }
155
156
  });
156
157
  return response.FileDetail;
157
158
  }).catch((e: ESPExceptions) => {
@@ -1,3 +1,3 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/comms";
2
- export declare const PKG_VERSION = "3.7.3";
3
- export declare const BUILD_VERSION = "3.8.3";
2
+ export declare const PKG_VERSION = "3.7.5";
3
+ export declare const BUILD_VERSION = "3.8.5";