@depup/aws-sdk__client-dynamodb 3.1025.0-depup.0 → 3.1026.0-depup.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/README.md +3 -25
- package/changes.json +2 -90
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/package.json +18 -106
package/README.md
CHANGED
|
@@ -13,37 +13,15 @@ npm install @depup/aws-sdk__client-dynamodb
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.
|
|
17
|
-
| Processed | 2026-04-
|
|
16
|
+
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1026.0 |
|
|
17
|
+
| Processed | 2026-04-07 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 1 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @smithy/config-resolver | ^4.4.13 | ^4.4.14 |
|
|
26
|
-
| @smithy/core | ^3.23.13 | ^3.23.14 |
|
|
27
|
-
| @smithy/fetch-http-handler | ^5.3.15 | ^5.3.16 |
|
|
28
|
-
| @smithy/hash-node | ^4.2.12 | ^4.2.13 |
|
|
29
|
-
| @smithy/invalid-dependency | ^4.2.12 | ^4.2.13 |
|
|
30
|
-
| @smithy/middleware-content-length | ^4.2.12 | ^4.2.13 |
|
|
31
|
-
| @smithy/middleware-endpoint | ^4.4.28 | ^4.4.29 |
|
|
32
|
-
| @smithy/middleware-retry | ^4.4.46 | ^4.5.0 |
|
|
33
|
-
| @smithy/middleware-serde | ^4.2.16 | ^4.2.17 |
|
|
34
|
-
| @smithy/middleware-stack | ^4.2.12 | ^4.2.13 |
|
|
35
|
-
| @smithy/node-config-provider | ^4.3.12 | ^4.3.13 |
|
|
36
|
-
| @smithy/node-http-handler | ^4.5.1 | ^4.5.2 |
|
|
37
|
-
| @smithy/protocol-http | ^5.3.12 | ^5.3.13 |
|
|
38
|
-
| @smithy/smithy-client | ^4.12.8 | ^4.12.9 |
|
|
39
|
-
| @smithy/types | ^4.13.1 | ^4.14.0 |
|
|
40
|
-
| @smithy/url-parser | ^4.2.12 | ^4.2.13 |
|
|
41
|
-
| @smithy/util-defaults-mode-browser | ^4.3.44 | ^4.3.45 |
|
|
42
|
-
| @smithy/util-defaults-mode-node | ^4.2.48 | ^4.2.49 |
|
|
43
|
-
| @smithy/util-endpoints | ^3.3.3 | ^3.3.4 |
|
|
44
|
-
| @smithy/util-middleware | ^4.2.12 | ^4.2.13 |
|
|
45
|
-
| @smithy/util-retry | ^4.2.13 | ^4.3.0 |
|
|
46
|
-
| @smithy/util-waiter | ^4.2.14 | ^4.2.15 |
|
|
47
25
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
48
26
|
|
|
49
27
|
---
|
package/changes.json
CHANGED
|
@@ -1,98 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
-
"@smithy/config-resolver": {
|
|
4
|
-
"from": "^4.4.13",
|
|
5
|
-
"to": "^4.4.14"
|
|
6
|
-
},
|
|
7
|
-
"@smithy/core": {
|
|
8
|
-
"from": "^3.23.13",
|
|
9
|
-
"to": "^3.23.14"
|
|
10
|
-
},
|
|
11
|
-
"@smithy/fetch-http-handler": {
|
|
12
|
-
"from": "^5.3.15",
|
|
13
|
-
"to": "^5.3.16"
|
|
14
|
-
},
|
|
15
|
-
"@smithy/hash-node": {
|
|
16
|
-
"from": "^4.2.12",
|
|
17
|
-
"to": "^4.2.13"
|
|
18
|
-
},
|
|
19
|
-
"@smithy/invalid-dependency": {
|
|
20
|
-
"from": "^4.2.12",
|
|
21
|
-
"to": "^4.2.13"
|
|
22
|
-
},
|
|
23
|
-
"@smithy/middleware-content-length": {
|
|
24
|
-
"from": "^4.2.12",
|
|
25
|
-
"to": "^4.2.13"
|
|
26
|
-
},
|
|
27
|
-
"@smithy/middleware-endpoint": {
|
|
28
|
-
"from": "^4.4.28",
|
|
29
|
-
"to": "^4.4.29"
|
|
30
|
-
},
|
|
31
|
-
"@smithy/middleware-retry": {
|
|
32
|
-
"from": "^4.4.46",
|
|
33
|
-
"to": "^4.5.0"
|
|
34
|
-
},
|
|
35
|
-
"@smithy/middleware-serde": {
|
|
36
|
-
"from": "^4.2.16",
|
|
37
|
-
"to": "^4.2.17"
|
|
38
|
-
},
|
|
39
|
-
"@smithy/middleware-stack": {
|
|
40
|
-
"from": "^4.2.12",
|
|
41
|
-
"to": "^4.2.13"
|
|
42
|
-
},
|
|
43
|
-
"@smithy/node-config-provider": {
|
|
44
|
-
"from": "^4.3.12",
|
|
45
|
-
"to": "^4.3.13"
|
|
46
|
-
},
|
|
47
|
-
"@smithy/node-http-handler": {
|
|
48
|
-
"from": "^4.5.1",
|
|
49
|
-
"to": "^4.5.2"
|
|
50
|
-
},
|
|
51
|
-
"@smithy/protocol-http": {
|
|
52
|
-
"from": "^5.3.12",
|
|
53
|
-
"to": "^5.3.13"
|
|
54
|
-
},
|
|
55
|
-
"@smithy/smithy-client": {
|
|
56
|
-
"from": "^4.12.8",
|
|
57
|
-
"to": "^4.12.9"
|
|
58
|
-
},
|
|
59
|
-
"@smithy/types": {
|
|
60
|
-
"from": "^4.13.1",
|
|
61
|
-
"to": "^4.14.0"
|
|
62
|
-
},
|
|
63
|
-
"@smithy/url-parser": {
|
|
64
|
-
"from": "^4.2.12",
|
|
65
|
-
"to": "^4.2.13"
|
|
66
|
-
},
|
|
67
|
-
"@smithy/util-defaults-mode-browser": {
|
|
68
|
-
"from": "^4.3.44",
|
|
69
|
-
"to": "^4.3.45"
|
|
70
|
-
},
|
|
71
|
-
"@smithy/util-defaults-mode-node": {
|
|
72
|
-
"from": "^4.2.48",
|
|
73
|
-
"to": "^4.2.49"
|
|
74
|
-
},
|
|
75
|
-
"@smithy/util-endpoints": {
|
|
76
|
-
"from": "^3.3.3",
|
|
77
|
-
"to": "^3.3.4"
|
|
78
|
-
},
|
|
79
|
-
"@smithy/util-middleware": {
|
|
80
|
-
"from": "^4.2.12",
|
|
81
|
-
"to": "^4.2.13"
|
|
82
|
-
},
|
|
83
|
-
"@smithy/util-retry": {
|
|
84
|
-
"from": "^4.2.13",
|
|
85
|
-
"to": "^4.3.0"
|
|
86
|
-
},
|
|
87
|
-
"@smithy/util-waiter": {
|
|
88
|
-
"from": "^4.2.14",
|
|
89
|
-
"to": "^4.2.15"
|
|
90
|
-
},
|
|
91
3
|
"tslib": {
|
|
92
4
|
"from": "^2.6.2",
|
|
93
5
|
"to": "^2.8.1"
|
|
94
6
|
}
|
|
95
7
|
},
|
|
96
|
-
"timestamp": "2026-04-
|
|
97
|
-
"totalUpdated":
|
|
8
|
+
"timestamp": "2026-04-07T20:16:38.099Z",
|
|
9
|
+
"totalUpdated": 1
|
|
98
10
|
}
|
|
@@ -7,6 +7,7 @@ const dynamodb_codec_1 = require("@aws-sdk/dynamodb-codec");
|
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const url_parser_1 = require("@smithy/url-parser");
|
|
9
9
|
const util_base64_1 = require("@smithy/util-base64");
|
|
10
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
10
11
|
const util_utf8_1 = require("@smithy/util-utf8");
|
|
11
12
|
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
12
13
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
@@ -37,6 +38,12 @@ const getRuntimeConfig = (config) => {
|
|
|
37
38
|
serviceTarget: "DynamoDB_20120810",
|
|
38
39
|
jsonCodec: new dynamodb_codec_1.DynamoDBJsonCodec(),
|
|
39
40
|
},
|
|
41
|
+
retryStrategy: config?.retryStrategy ?? (config?.maxAttempts == null && config?.retryMode == null && util_retry_1.Retry.v2026
|
|
42
|
+
? new util_retry_1.StandardRetryStrategy({
|
|
43
|
+
maxAttempts: 4,
|
|
44
|
+
baseDelay: 25,
|
|
45
|
+
})
|
|
46
|
+
: undefined),
|
|
40
47
|
serviceId: config?.serviceId ?? "DynamoDB",
|
|
41
48
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
42
49
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { DynamoDBJsonCodec } from "@aws-sdk/dynamodb-codec";
|
|
|
4
4
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
5
5
|
import { parseUrl } from "@smithy/url-parser";
|
|
6
6
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
7
|
+
import { Retry, StandardRetryStrategy } from "@smithy/util-retry";
|
|
7
8
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
8
9
|
import { defaultDynamoDBHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
9
10
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
@@ -34,6 +35,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
34
35
|
serviceTarget: "DynamoDB_20120810",
|
|
35
36
|
jsonCodec: new DynamoDBJsonCodec(),
|
|
36
37
|
},
|
|
38
|
+
retryStrategy: config?.retryStrategy ?? (config?.maxAttempts == null && config?.retryMode == null && Retry.v2026
|
|
39
|
+
? new StandardRetryStrategy({
|
|
40
|
+
maxAttempts: 4,
|
|
41
|
+
baseDelay: 25,
|
|
42
|
+
})
|
|
43
|
+
: undefined),
|
|
37
44
|
serviceId: config?.serviceId ?? "DynamoDB",
|
|
38
45
|
urlParser: config?.urlParser ?? parseUrl,
|
|
39
46
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -38,7 +38,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
38
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
39
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
40
40
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
41
|
-
retryStrategy
|
|
41
|
+
retryStrategy: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
42
42
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
43
43
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
44
44
|
logger?: import("@smithy/types").Logger;
|
|
@@ -39,7 +39,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
41
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
|
-
retryStrategy
|
|
42
|
+
retryStrategy: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
43
43
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
44
44
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
45
45
|
logger?: import("@smithy/types").Logger;
|
|
@@ -37,7 +37,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
37
37
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
38
38
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
39
39
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
40
|
-
retryStrategy
|
|
40
|
+
retryStrategy: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
41
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
42
42
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
43
43
|
logger?: import("@smithy/types").Logger;
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
20
20
|
[setting: string]: unknown;
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
|
+
retryStrategy: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
23
24
|
serviceId: string;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -59,7 +59,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
59
59
|
| string
|
|
60
60
|
| undefined
|
|
61
61
|
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy
|
|
62
|
+
retryStrategy:
|
|
63
63
|
| import("@smithy/types").RetryStrategy
|
|
64
64
|
| import("@smithy/types").RetryStrategyV2;
|
|
65
65
|
endpoint?:
|
|
@@ -57,7 +57,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
57
57
|
logger: import("@smithy/types").Logger;
|
|
58
58
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
59
59
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
retryStrategy
|
|
60
|
+
retryStrategy:
|
|
61
61
|
| import("@smithy/types").RetryStrategy
|
|
62
62
|
| import("@smithy/types").RetryStrategyV2;
|
|
63
63
|
endpoint?:
|
|
@@ -63,7 +63,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
63
63
|
| string
|
|
64
64
|
| undefined
|
|
65
65
|
| import("@smithy/types").Provider<string | undefined>;
|
|
66
|
-
retryStrategy
|
|
66
|
+
retryStrategy:
|
|
67
67
|
| import("@smithy/types").RetryStrategy
|
|
68
68
|
| import("@smithy/types").RetryStrategyV2;
|
|
69
69
|
endpoint?:
|
|
@@ -23,6 +23,10 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
23
23
|
[setting: string]: unknown;
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
|
+
retryStrategy:
|
|
27
|
+
| import("@smithy/types").RetryStrategy
|
|
28
|
+
| import("@smithy/types").RetryStrategyV2
|
|
29
|
+
| undefined;
|
|
26
30
|
serviceId: string;
|
|
27
31
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
32
|
utf8Decoder: import("@smithy/types").Decoder;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__client-dynamodb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native (with updated dependencies)",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1026.0-depup.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 client-dynamodb",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/dynamodb-codec": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-endpoint-discovery": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
38
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
39
|
-
"@aws-sdk/types": "^3.973.
|
|
40
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
41
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
42
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
30
|
+
"@aws-sdk/core": "^3.973.27",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
32
|
+
"@aws-sdk/dynamodb-codec": "^3.972.28",
|
|
33
|
+
"@aws-sdk/middleware-endpoint-discovery": "^3.972.10",
|
|
34
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
35
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
36
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
38
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
39
|
+
"@aws-sdk/types": "^3.973.7",
|
|
40
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
41
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
42
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
43
43
|
"@smithy/config-resolver": "^4.4.14",
|
|
44
44
|
"@smithy/core": "^3.23.14",
|
|
45
45
|
"@smithy/fetch-http-handler": "^5.3.16",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"tslib": "^2.8.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
72
|
+
"@smithy/snapshot-testing": "^2.0.5",
|
|
73
73
|
"@tsconfig/node20": "20.1.8",
|
|
74
74
|
"@types/node": "^20.14.8",
|
|
75
75
|
"concurrently": "7.0.0",
|
|
@@ -120,103 +120,15 @@
|
|
|
120
120
|
],
|
|
121
121
|
"depup": {
|
|
122
122
|
"changes": {
|
|
123
|
-
"@smithy/config-resolver": {
|
|
124
|
-
"from": "^4.4.13",
|
|
125
|
-
"to": "^4.4.14"
|
|
126
|
-
},
|
|
127
|
-
"@smithy/core": {
|
|
128
|
-
"from": "^3.23.13",
|
|
129
|
-
"to": "^3.23.14"
|
|
130
|
-
},
|
|
131
|
-
"@smithy/fetch-http-handler": {
|
|
132
|
-
"from": "^5.3.15",
|
|
133
|
-
"to": "^5.3.16"
|
|
134
|
-
},
|
|
135
|
-
"@smithy/hash-node": {
|
|
136
|
-
"from": "^4.2.12",
|
|
137
|
-
"to": "^4.2.13"
|
|
138
|
-
},
|
|
139
|
-
"@smithy/invalid-dependency": {
|
|
140
|
-
"from": "^4.2.12",
|
|
141
|
-
"to": "^4.2.13"
|
|
142
|
-
},
|
|
143
|
-
"@smithy/middleware-content-length": {
|
|
144
|
-
"from": "^4.2.12",
|
|
145
|
-
"to": "^4.2.13"
|
|
146
|
-
},
|
|
147
|
-
"@smithy/middleware-endpoint": {
|
|
148
|
-
"from": "^4.4.28",
|
|
149
|
-
"to": "^4.4.29"
|
|
150
|
-
},
|
|
151
|
-
"@smithy/middleware-retry": {
|
|
152
|
-
"from": "^4.4.46",
|
|
153
|
-
"to": "^4.5.0"
|
|
154
|
-
},
|
|
155
|
-
"@smithy/middleware-serde": {
|
|
156
|
-
"from": "^4.2.16",
|
|
157
|
-
"to": "^4.2.17"
|
|
158
|
-
},
|
|
159
|
-
"@smithy/middleware-stack": {
|
|
160
|
-
"from": "^4.2.12",
|
|
161
|
-
"to": "^4.2.13"
|
|
162
|
-
},
|
|
163
|
-
"@smithy/node-config-provider": {
|
|
164
|
-
"from": "^4.3.12",
|
|
165
|
-
"to": "^4.3.13"
|
|
166
|
-
},
|
|
167
|
-
"@smithy/node-http-handler": {
|
|
168
|
-
"from": "^4.5.1",
|
|
169
|
-
"to": "^4.5.2"
|
|
170
|
-
},
|
|
171
|
-
"@smithy/protocol-http": {
|
|
172
|
-
"from": "^5.3.12",
|
|
173
|
-
"to": "^5.3.13"
|
|
174
|
-
},
|
|
175
|
-
"@smithy/smithy-client": {
|
|
176
|
-
"from": "^4.12.8",
|
|
177
|
-
"to": "^4.12.9"
|
|
178
|
-
},
|
|
179
|
-
"@smithy/types": {
|
|
180
|
-
"from": "^4.13.1",
|
|
181
|
-
"to": "^4.14.0"
|
|
182
|
-
},
|
|
183
|
-
"@smithy/url-parser": {
|
|
184
|
-
"from": "^4.2.12",
|
|
185
|
-
"to": "^4.2.13"
|
|
186
|
-
},
|
|
187
|
-
"@smithy/util-defaults-mode-browser": {
|
|
188
|
-
"from": "^4.3.44",
|
|
189
|
-
"to": "^4.3.45"
|
|
190
|
-
},
|
|
191
|
-
"@smithy/util-defaults-mode-node": {
|
|
192
|
-
"from": "^4.2.48",
|
|
193
|
-
"to": "^4.2.49"
|
|
194
|
-
},
|
|
195
|
-
"@smithy/util-endpoints": {
|
|
196
|
-
"from": "^3.3.3",
|
|
197
|
-
"to": "^3.3.4"
|
|
198
|
-
},
|
|
199
|
-
"@smithy/util-middleware": {
|
|
200
|
-
"from": "^4.2.12",
|
|
201
|
-
"to": "^4.2.13"
|
|
202
|
-
},
|
|
203
|
-
"@smithy/util-retry": {
|
|
204
|
-
"from": "^4.2.13",
|
|
205
|
-
"to": "^4.3.0"
|
|
206
|
-
},
|
|
207
|
-
"@smithy/util-waiter": {
|
|
208
|
-
"from": "^4.2.14",
|
|
209
|
-
"to": "^4.2.15"
|
|
210
|
-
},
|
|
211
123
|
"tslib": {
|
|
212
124
|
"from": "^2.6.2",
|
|
213
125
|
"to": "^2.8.1"
|
|
214
126
|
}
|
|
215
127
|
},
|
|
216
|
-
"depsUpdated":
|
|
128
|
+
"depsUpdated": 1,
|
|
217
129
|
"originalPackage": "@aws-sdk/client-dynamodb",
|
|
218
|
-
"originalVersion": "3.
|
|
219
|
-
"processedAt": "2026-04-
|
|
130
|
+
"originalVersion": "3.1026.0",
|
|
131
|
+
"processedAt": "2026-04-07T20:16:53.940Z",
|
|
220
132
|
"smokeTest": "passed"
|
|
221
133
|
}
|
|
222
134
|
}
|