@nsshunt/stsdatamanagement 1.17.48 → 1.17.49

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