@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 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
- CONFIG_PREFIX_SEPARATOR,
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
+
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "dependencies": {
5
- "@smithy/types": "^2.9.0",
5
+ "@smithy/types": "^2.10.0",
6
6
  "tslib": "^2.5.0"
7
7
  },
8
8
  "devDependencies": {