@nsshunt/stsrest01client 1.0.13 → 1.0.14
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.
|
@@ -47,7 +47,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
47
47
|
default: __viteBrowserExternal
|
|
48
48
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
49
49
|
const require$$0 = /* @__PURE__ */ getAugmentedNamespace(__viteBrowserExternal$1);
|
|
50
|
-
const version = "16.
|
|
50
|
+
const version = "16.5.0";
|
|
51
51
|
const require$$4 = {
|
|
52
52
|
version
|
|
53
53
|
};
|
|
@@ -106,9 +106,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
106
106
|
}
|
|
107
107
|
return DotenvModule.parse(decrypted);
|
|
108
108
|
}
|
|
109
|
-
function _log(message) {
|
|
110
|
-
console.log(`[dotenv@${version2}][INFO] ${message}`);
|
|
111
|
-
}
|
|
112
109
|
function _warn(message) {
|
|
113
110
|
console.log(`[dotenv@${version2}][WARN] ${message}`);
|
|
114
111
|
}
|
|
@@ -181,7 +178,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
181
178
|
return envPath[0] === "~" ? path.join(os.homedir(), envPath.slice(1)) : envPath;
|
|
182
179
|
}
|
|
183
180
|
function _configVault(options) {
|
|
184
|
-
|
|
181
|
+
const debug = Boolean(options && options.debug);
|
|
182
|
+
if (debug) {
|
|
183
|
+
_debug("Loading env from encrypted .env.vault");
|
|
184
|
+
}
|
|
185
185
|
const parsed = DotenvModule._parseVault(options);
|
|
186
186
|
let processEnv = process.env;
|
|
187
187
|
if (options && options.processEnv != null) {
|