@hpcc-js/comms 2.76.0 → 2.77.0
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/dist/index.es6.js +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +3 -3
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/services/wsTopology.js +1 -1
- package/lib-es6/services/wsTopology.js.map +1 -1
- package/package.json +24 -23
- package/src/__package__.ts +2 -2
- package/src/services/wsTopology.ts +42 -343
- package/types/__package__.d.ts +2 -2
- package/types/services/wsTopology.d.ts +40 -307
- package/types/services/wsTopology.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/services/wsTopology.d.ts +40 -307
package/dist/index.js
CHANGED
|
@@ -611,8 +611,8 @@
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
var PKG_NAME = "@hpcc-js/comms";
|
|
614
|
-
var PKG_VERSION = "2.
|
|
615
|
-
var BUILD_VERSION = "2.103.
|
|
614
|
+
var PKG_VERSION = "2.77.0";
|
|
615
|
+
var BUILD_VERSION = "2.103.3";
|
|
616
616
|
|
|
617
617
|
/*! *****************************************************************************
|
|
618
618
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
var TopologyService = /** @class */ (function (_super) {
|
|
2329
2329
|
__extends(TopologyService, _super);
|
|
2330
2330
|
function TopologyService(optsConnection) {
|
|
2331
|
-
return _super.call(this, optsConnection, "WsTopology", "1.
|
|
2331
|
+
return _super.call(this, optsConnection, "WsTopology", "1.31") || this;
|
|
2332
2332
|
}
|
|
2333
2333
|
TopologyService.prototype.connectionOptions = function () {
|
|
2334
2334
|
return this._connection.opts();
|