@aws-sdk/client-eventbridge 3.1127.0 → 3.1128.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
@@ -237,7 +237,7 @@ const commonParams = {
237
237
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
238
238
  };
239
239
 
240
- var version = "3.1126.0";
240
+ var version = "3.1127.0";
241
241
  var packageInfo = {
242
242
  version: version};
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eventbridge",
3
- "version": "3.1127.0",
3
+ "version": "3.1128.0",
4
4
  "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eventbridge",
6
6
  "license": "Apache-2.0",
@@ -59,7 +59,7 @@
59
59
  "tslib": "^2.6.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/signature-v4-crt": "3.1127.0",
62
+ "@aws-sdk/signature-v4-crt": "3.1128.0",
63
63
  "@tsconfig/node20": "20.1.8",
64
64
  "@types/node": "^20.14.8",
65
65
  "concurrently": "7.0.0",