@nsshunt/stsdatamanagement 1.17.40 → 1.17.41

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.
@@ -33,6 +33,7 @@ import Debug from "debug";
33
33
  import colors from "colors";
34
34
  import require$$0$3 from "events";
35
35
  import require$$1 from "fs";
36
+ import * as streamex from "node:stream";
36
37
  import * as fs$2 from "node:fs/promises";
37
38
  import si from "systeminformation";
38
39
  import { v4 } from "uuid";
@@ -14726,7 +14727,7 @@ class PGAccessLayer {
14726
14727
  resolve("Completed");
14727
14728
  };
14728
14729
  const stream = client2.query(copyFrom2("COPY stsresource (resname,resdesc,vnum,validfrom,dbaction,dbactionuser) FROM STDIN"));
14729
- const rs = new (void 0)();
14730
+ const rs = new streamex.Readable();
14730
14731
  let currentIndex = 0;
14731
14732
  rs._read = function() {
14732
14733
  if (currentIndex === fakerdata.length) {