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