@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 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
- ...require("././getHomeDir"),
186
- ...require("././getSSOTokenFilepath"),
187
- ...require("././getSSOTokenFromFile")
186
+ getHomeDir,
187
+ getSSOTokenFilepath,
188
+ getSSOTokenFromFile
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.1",
4
4
  "dependencies": {
5
- "@smithy/types": "^2.9.0",
5
+ "@smithy/types": "^2.9.1",
6
6
  "tslib": "^2.5.0"
7
7
  },
8
8
  "devDependencies": {