@aws-sdk/client-sesv2 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
@@ -222,7 +222,7 @@ const commonParams = {
222
222
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
223
223
  };
224
224
 
225
- var version = "3.1087.0";
225
+ var version = "3.1088.0";
226
226
  var packageInfo = {
227
227
  version: version};
228
228
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
- "version": "3.1088.0",
3
+ "version": "3.1089.0",
4
4
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sesv2",
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/signature-v4-multi-region": "^3.996.41",
52
52
  "@aws-sdk/types": "^3.974.2",
53
53
  "@smithy/core": "^3.29.4",