@smithy/shared-ini-file-loader 2.3.0 → 2.3.1
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 +5 -3
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -174,6 +174,7 @@ 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
|
CONFIG_PREFIX_SEPARATOR,
|
|
179
180
|
DEFAULT_PROFILE,
|
|
@@ -182,7 +183,8 @@ var parseKnownFiles = /* @__PURE__ */ __name(async (init) => {
|
|
|
182
183
|
loadSharedConfigFiles,
|
|
183
184
|
loadSsoSessionData,
|
|
184
185
|
parseKnownFiles,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
getHomeDir,
|
|
187
|
+
getSSOTokenFilepath,
|
|
188
|
+
getSSOTokenFromFile
|
|
188
189
|
});
|
|
190
|
+
|