@smithy/shared-ini-file-loader 2.3.0 → 2.3.2
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-cjs/index.js +8 -6
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -174,15 +174,17 @@ var parseKnownFiles = /* @__PURE__ */ __name(async (init) => {
|
|
|
174
174
|
return mergeConfigFiles(parsedFiles.configFile, parsedFiles.credentialsFile);
|
|
175
175
|
}, "parseKnownFiles");
|
|
176
176
|
// Annotate the CommonJS export names for ESM import in node:
|
|
177
|
+
|
|
177
178
|
0 && (module.exports = {
|
|
178
|
-
|
|
179
|
-
DEFAULT_PROFILE,
|
|
179
|
+
getHomeDir,
|
|
180
180
|
ENV_PROFILE,
|
|
181
|
+
DEFAULT_PROFILE,
|
|
181
182
|
getProfileName,
|
|
183
|
+
getSSOTokenFilepath,
|
|
184
|
+
getSSOTokenFromFile,
|
|
185
|
+
CONFIG_PREFIX_SEPARATOR,
|
|
182
186
|
loadSharedConfigFiles,
|
|
183
187
|
loadSsoSessionData,
|
|
184
|
-
parseKnownFiles
|
|
185
|
-
...require("././getHomeDir"),
|
|
186
|
-
...require("././getSSOTokenFilepath"),
|
|
187
|
-
...require("././getSSOTokenFromFile")
|
|
188
|
+
parseKnownFiles
|
|
188
189
|
});
|
|
190
|
+
|