@semiont/graph 0.5.30 → 0.5.32
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.
|
@@ -148,7 +148,7 @@ var commonParams = {
|
|
|
148
148
|
// ../../node_modules/@aws-sdk/client-neptune/package.json
|
|
149
149
|
var package_default = {
|
|
150
150
|
name: "@aws-sdk/client-neptune",
|
|
151
|
-
version: "3.
|
|
151
|
+
version: "3.1127.0",
|
|
152
152
|
description: "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
153
153
|
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-neptune",
|
|
154
154
|
license: "Apache-2.0",
|
|
@@ -195,7 +195,7 @@ var package_default = {
|
|
|
195
195
|
},
|
|
196
196
|
dependencies: {
|
|
197
197
|
"@aws-sdk/core": "^3.977.9",
|
|
198
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
198
|
+
"@aws-sdk/credential-provider-node": "^3.972.82",
|
|
199
199
|
"@aws-sdk/middleware-sdk-rds": "^3.972.58",
|
|
200
200
|
"@aws-sdk/types": "^3.974.5",
|
|
201
201
|
"@smithy/core": "^3.33.3",
|
|
@@ -266,6 +266,7 @@ function memoizeChain(providers, treatAsExpired) {
|
|
|
266
266
|
if (!passiveLock) {
|
|
267
267
|
passiveLock = chain2(options).then((c2) => {
|
|
268
268
|
credentials = c2;
|
|
269
|
+
}).catch(() => {
|
|
269
270
|
}).finally(() => {
|
|
270
271
|
passiveLock = void 0;
|
|
271
272
|
});
|
|
@@ -6516,4 +6517,4 @@ export {
|
|
|
6516
6517
|
waitUntilDBInstanceAvailable,
|
|
6517
6518
|
waitUntilDBInstanceDeleted
|
|
6518
6519
|
};
|
|
6519
|
-
//# sourceMappingURL=dist-es-
|
|
6520
|
+
//# sourceMappingURL=dist-es-7XA2K3QN.js.map
|