@aws-sdk/client-cognito-identity-provider 3.1088.0 → 3.1089.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
@@ -234,7 +234,7 @@ const commonParams = {
234
234
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
235
235
  };
236
236
 
237
- var version = "3.1087.0";
237
+ var version = "3.1088.0";
238
238
  var packageInfo = {
239
239
  version: version};
240
240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
- "version": "3.1088.0",
3
+ "version": "3.1089.0",
4
4
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/core": "^3.975.3",
50
- "@aws-sdk/credential-provider-node": "^3.972.69",
50
+ "@aws-sdk/credential-provider-node": "^3.972.70",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.29.4",
53
53
  "@smithy/fetch-http-handler": "^5.6.6",