@hpcc-js/comms 3.6.0 → 3.6.2

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.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "hpcc-js - Communications",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.cjs",
@@ -75,6 +75,9 @@
75
75
  "@hpcc-js/util": "^3.3.1",
76
76
  "@xmldom/xmldom": "0.9.8",
77
77
  "abort-controller": "3.0.0",
78
+ "d3-array": "^1",
79
+ "d3-format": "^1",
80
+ "d3-time-format": "^2",
78
81
  "data-uri-to-buffer": "6.0.2",
79
82
  "node-fetch": "3.3.2",
80
83
  "safe-buffer": "5.2.1",
@@ -89,9 +92,6 @@
89
92
  "@types/d3-time-format": "2.3.4",
90
93
  "@types/node": "^18",
91
94
  "@types/xmldom": "0.1.34",
92
- "d3-array": "^1",
93
- "d3-format": "^1",
94
- "d3-time-format": "^2",
95
95
  "soap": "1.1.10",
96
96
  "typescript-formatter": "^7.2.2"
97
97
  },
@@ -112,5 +112,5 @@
112
112
  "esp",
113
113
  "HPCC-Platform"
114
114
  ],
115
- "gitHead": "7066231f1f28911463b450df2afb7f256a8c8a16"
115
+ "gitHead": "79d9a9065a685ef5b87914e868554d362663ee7d"
116
116
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/comms";
2
- export const PKG_VERSION = "3.6.0";
3
- export const BUILD_VERSION = "3.7.0";
2
+ export const PKG_VERSION = "3.6.2";
3
+ export const BUILD_VERSION = "3.7.2";
@@ -103,13 +103,13 @@ export namespace WsLogaccess {
103
103
  Exception: Exception[];
104
104
  }
105
105
 
106
- export interface Messages {
106
+ export interface MessageArray {
107
107
  Item: string[];
108
108
  }
109
109
 
110
110
  export interface Status {
111
111
  Code: LogAccessStatusCode;
112
- Messages: Messages;
112
+ MessageArray: MessageArray;
113
113
  }
114
114
 
115
115
  export interface DebugReport {
@@ -1,3 +1,3 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/comms";
2
- export declare const PKG_VERSION = "3.5.2";
3
- export declare const BUILD_VERSION = "3.6.2";
2
+ export declare const PKG_VERSION = "3.6.1";
3
+ export declare const BUILD_VERSION = "3.7.1";
@@ -89,12 +89,12 @@ export declare namespace WsLogaccess {
89
89
  Source: string;
90
90
  Exception: Exception[];
91
91
  }
92
- interface Messages {
92
+ interface MessageArray {
93
93
  Item: string[];
94
94
  }
95
95
  interface Status {
96
96
  Code: LogAccessStatusCode;
97
- Messages: Messages;
97
+ MessageArray: MessageArray;
98
98
  }
99
99
  interface DebugReport {
100
100
  SampleQueryReport: string;