@aws-sdk/credential-provider-sso 3.495.0 → 3.496.0

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
@@ -168,8 +168,10 @@ var fromSSO = /* @__PURE__ */ __name((init = {}) => async () => {
168
168
  }
169
169
  }, "fromSSO");
170
170
  // Annotate the CommonJS export names for ESM import in node:
171
+
171
172
  0 && (module.exports = {
172
173
  fromSSO,
173
174
  isSsoProfile,
174
175
  validateSsoProfile
175
176
  });
177
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.495.0",
28
- "@aws-sdk/token-providers": "3.495.0",
29
- "@aws-sdk/types": "3.495.0",
30
- "@smithy/property-provider": "^2.1.0",
31
- "@smithy/shared-ini-file-loader": "^2.3.0",
32
- "@smithy/types": "^2.9.0",
27
+ "@aws-sdk/client-sso": "3.496.0",
28
+ "@aws-sdk/token-providers": "3.496.0",
29
+ "@aws-sdk/types": "3.496.0",
30
+ "@smithy/property-provider": "^2.1.1",
31
+ "@smithy/shared-ini-file-loader": "^2.3.1",
32
+ "@smithy/types": "^2.9.1",
33
33
  "tslib": "^2.5.0"
34
34
  },
35
35
  "devDependencies": {