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