npm package diff

Package: @aws-sdk/credential-providers

Versions: 3.729.0 - 3.730.0

File: package/dist-cjs/loadSts.js

Index: package/dist-cjs/loadSts.js
===================================================================
--- package/dist-cjs/loadSts.js
+++ package/dist-cjs/loadSts.js
@@ -1,6 +1,6 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
 exports.STSClient = exports.AssumeRoleCommand = void 0;
-const client_sts_1 = require("@aws-sdk/client-sts");
-Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return client_sts_1.AssumeRoleCommand; } });
-Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return client_sts_1.STSClient; } });
+const sts_1 = require("@aws-sdk/nested-clients/sts");
+Object.defineProperty(exports, "AssumeRoleCommand", { enumerable: true, get: function () { return sts_1.AssumeRoleCommand; } });
+Object.defineProperty(exports, "STSClient", { enumerable: true, get: function () { return sts_1.STSClient; } });