@nsshunt/stsconfig 1.27.2 → 1.27.3

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.
@@ -14,8 +14,8 @@ var __privateWrapper = (obj, member, setter, getter) => ({
14
14
  }
15
15
  });
16
16
  var _options, _httpAgent, _httpsAgent, _agentResetInterval, _requestCount, _SetupResetInterval, _GetAgentOptions, _url, _method, _headers, _data, _agentManager, _timeout, _withCredentials;
17
- import * as fs from "node:fs";
18
- import * as dotenv from "dotenv";
17
+ import { accessSync, constants, readFileSync } from "node:fs";
18
+ import dotenv from "dotenv";
19
19
  import http from "node:http";
20
20
  import https from "node:https";
21
21
  function getDefaultExportFromCjs(x) {
@@ -1445,7 +1445,6 @@ chalk.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
1445
1445
  chalk.stderr.supportsColor = stderrColor;
1446
1446
  var source = chalk;
1447
1447
  const chalk$1 = /* @__PURE__ */ getDefaultExportFromCjs(source);
1448
- const { accessSync, constants, readFileSync } = fs;
1449
1448
  const envOptions = {};
1450
1449
  function SetupConfig(envOptions2, logger) {
1451
1450
  const envfile = process.env.STSENVFILE === void 0 ? "/.env" : process.env.STSENVFILE;