@aws-sdk/client-sustainability 3.1078.0 → 3.1079.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
@@ -197,7 +197,7 @@ const commonParams = {
197
197
  Region: { type: "builtInParams", name: "region" },
198
198
  };
199
199
 
200
- var version = "3.1077.0";
200
+ var version = "3.1078.0";
201
201
  var packageInfo = {
202
202
  version: version};
203
203
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sustainability",
3
3
  "description": "AWS SDK for JavaScript Sustainability Client for Node.js, Browser and React Native",
4
- "version": "3.1078.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.26",
23
- "@aws-sdk/credential-provider-node": "^3.972.61",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
24
  "@aws-sdk/signature-v4-multi-region": "^3.996.38",
25
25
  "@aws-sdk/types": "^3.973.15",
26
26
  "@smithy/core": "^3.29.0",