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