@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.
- package/dist/stsconfig.mjs +2 -3
- package/dist/stsconfig.mjs.map +1 -1
- package/dist/stsconfig.umd.js +4 -23
- package/dist/stsconfig.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/stsconfig.mjs
CHANGED
|
@@ -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
|
|
18
|
-
import
|
|
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;
|