@depup/aws-sdk__client-dynamodb 3.1093.0-depup.0 → 3.1095.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 CHANGED
@@ -13,18 +13,19 @@ 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.1093.0 |
17
- | Processed | 2026-07-23 |
16
+ | Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1095.0 |
17
+ | Processed | 2026-07-25 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 4 |
19
+ | Deps updated | 5 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @smithy/core | ^3.29.4 | ^3.29.7 |
26
- | @smithy/fetch-http-handler | ^5.6.6 | ^5.6.9 |
27
- | @smithy/node-http-handler | ^4.9.6 | ^4.9.9 |
25
+ | @aws-sdk/core | ^3.977.0 | ^3.977.1 |
26
+ | @smithy/core | ^3.29.8 | ^3.30.0 |
27
+ | @smithy/fetch-http-handler | ^5.6.10 | ^5.6.11 |
28
+ | @smithy/node-http-handler | ^4.9.10 | ^4.9.11 |
28
29
  | tslib | ^2.6.2 | ^2.8.1 |
29
30
 
30
31
  ---
package/changes.json CHANGED
@@ -1,22 +1,26 @@
1
1
  {
2
2
  "bumped": {
3
+ "@aws-sdk/core": {
4
+ "from": "^3.977.0",
5
+ "to": "^3.977.1"
6
+ },
3
7
  "@smithy/core": {
4
- "from": "^3.29.4",
5
- "to": "^3.29.7"
8
+ "from": "^3.29.8",
9
+ "to": "^3.30.0"
6
10
  },
7
11
  "@smithy/fetch-http-handler": {
8
- "from": "^5.6.6",
9
- "to": "^5.6.9"
12
+ "from": "^5.6.10",
13
+ "to": "^5.6.11"
10
14
  },
11
15
  "@smithy/node-http-handler": {
12
- "from": "^4.9.6",
13
- "to": "^4.9.9"
16
+ "from": "^4.9.10",
17
+ "to": "^4.9.11"
14
18
  },
15
19
  "tslib": {
16
20
  "from": "^2.6.2",
17
21
  "to": "^2.8.1"
18
22
  }
19
23
  },
20
- "timestamp": "2026-07-23T00:37:40.336Z",
21
- "totalUpdated": 4
24
+ "timestamp": "2026-07-25T00:38:35.027Z",
25
+ "totalUpdated": 5
22
26
  }
package/dist-cjs/index.js CHANGED
@@ -2933,7 +2933,7 @@ var UpdateTimeToLive$ = [9, n0, _UTTL,
2933
2933
  class DescribeEndpointsCommand extends command(_ep0, _mw0, "DescribeEndpoints", DescribeEndpoints$) {
2934
2934
  }
2935
2935
 
2936
- var version = "3.1092.0";
2936
+ var version = "3.1094.0";
2937
2937
  var packageInfo = {
2938
2938
  version: version};
2939
2939
 
@@ -44,6 +44,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
44
44
  logger?: import("@smithy/types").Logger;
45
45
  }) => import("@smithy/types").EndpointV2;
46
46
  tls?: boolean;
47
+ ignoreConfiguredEndpointUrls?: boolean;
47
48
  serviceConfiguredEndpoint?: never;
48
49
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
49
50
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -54,6 +55,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
54
55
  systemClockOffset?: number;
55
56
  signingRegion?: string;
56
57
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
58
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
57
59
  endpointCacheSize?: number;
58
60
  endpointDiscoveryEnabled?: boolean | undefined;
59
61
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -45,6 +45,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
45
45
  logger?: import("@smithy/types").Logger;
46
46
  }) => import("@smithy/types").EndpointV2;
47
47
  tls?: boolean;
48
+ ignoreConfiguredEndpointUrls?: boolean;
48
49
  serviceConfiguredEndpoint?: never;
49
50
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
50
51
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
@@ -54,6 +55,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
54
55
  systemClockOffset?: number;
55
56
  signingRegion?: string;
56
57
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
58
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
57
59
  endpointCacheSize?: number;
58
60
  endpointDiscoveryEnabled?: boolean | undefined;
59
61
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -43,6 +43,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
43
43
  logger?: import("@smithy/types").Logger;
44
44
  }) => import("@smithy/types").EndpointV2;
45
45
  tls?: boolean;
46
+ ignoreConfiguredEndpointUrls?: boolean;
46
47
  serviceConfiguredEndpoint?: never;
47
48
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
48
49
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -53,6 +54,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
53
54
  systemClockOffset?: number;
54
55
  signingRegion?: string;
55
56
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
57
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
56
58
  endpointCacheSize?: number;
57
59
  endpointDiscoveryEnabled?: boolean | undefined;
58
60
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -73,6 +73,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
73
73
  },
74
74
  ) => import("@smithy/types").EndpointV2;
75
75
  tls?: boolean;
76
+ ignoreConfiguredEndpointUrls?: boolean;
76
77
  serviceConfiguredEndpoint?: never;
77
78
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
78
79
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -92,6 +93,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
92
93
  options: import("@smithy/signature-v4").SignatureV4Init &
93
94
  import("@smithy/signature-v4").SignatureV4CryptoInit,
94
95
  ) => import("@smithy/types").RequestSigner;
96
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
95
97
  endpointCacheSize?: number;
96
98
  endpointDiscoveryEnabled?: boolean | undefined;
97
99
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -80,6 +80,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
80
80
  },
81
81
  ) => import("@smithy/types").EndpointV2;
82
82
  tls?: boolean;
83
+ ignoreConfiguredEndpointUrls?: boolean;
83
84
  serviceConfiguredEndpoint?: never;
84
85
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
85
86
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
@@ -98,6 +99,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
98
99
  options: import("@smithy/signature-v4").SignatureV4Init &
99
100
  import("@smithy/signature-v4").SignatureV4CryptoInit,
100
101
  ) => import("@smithy/types").RequestSigner;
102
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
101
103
  endpointCacheSize?: number;
102
104
  endpointDiscoveryEnabled?: boolean | undefined;
103
105
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -77,6 +77,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
77
77
  },
78
78
  ) => import("@smithy/types").EndpointV2;
79
79
  tls?: boolean;
80
+ ignoreConfiguredEndpointUrls?: boolean;
80
81
  serviceConfiguredEndpoint?: never;
81
82
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
82
83
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -96,6 +97,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
96
97
  options: import("@smithy/signature-v4").SignatureV4Init &
97
98
  import("@smithy/signature-v4").SignatureV4CryptoInit,
98
99
  ) => import("@smithy/types").RequestSigner;
100
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
99
101
  endpointCacheSize?: number;
100
102
  endpointDiscoveryEnabled?: boolean | undefined;
101
103
  accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/aws-sdk__client-dynamodb",
3
- "version": "3.1093.0-depup.0",
3
+ "version": "3.1095.0-depup.0",
4
4
  "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native (with updated dependencies)",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb",
6
6
  "license": "Apache-2.0",
@@ -54,19 +54,19 @@
54
54
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
55
55
  },
56
56
  "dependencies": {
57
- "@aws-sdk/core": "^3.976.0",
58
- "@aws-sdk/credential-provider-node": "^3.972.71",
59
- "@aws-sdk/dynamodb-codec": "^3.973.34",
60
- "@aws-sdk/middleware-endpoint-discovery": "^3.972.25",
57
+ "@aws-sdk/core": "^3.977.1",
58
+ "@aws-sdk/credential-provider-node": "^3.972.72",
59
+ "@aws-sdk/dynamodb-codec": "^3.973.35",
60
+ "@aws-sdk/middleware-endpoint-discovery": "^3.972.26",
61
61
  "@aws-sdk/types": "^3.974.2",
62
- "@smithy/core": "^3.29.7",
63
- "@smithy/fetch-http-handler": "^5.6.9",
64
- "@smithy/node-http-handler": "^4.9.9",
62
+ "@smithy/core": "^3.30.0",
63
+ "@smithy/fetch-http-handler": "^5.6.11",
64
+ "@smithy/node-http-handler": "^4.9.11",
65
65
  "@smithy/types": "^4.16.1",
66
66
  "tslib": "^2.8.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@smithy/snapshot-testing": "^2.2.9",
69
+ "@smithy/snapshot-testing": "^2.2.13",
70
70
  "@tsconfig/node20": "20.1.8",
71
71
  "@types/node": "^20.14.8",
72
72
  "concurrently": "7.0.0",
@@ -88,27 +88,31 @@
88
88
  ],
89
89
  "depup": {
90
90
  "changes": {
91
+ "@aws-sdk/core": {
92
+ "from": "^3.977.0",
93
+ "to": "^3.977.1"
94
+ },
91
95
  "@smithy/core": {
92
- "from": "^3.29.4",
93
- "to": "^3.29.7"
96
+ "from": "^3.29.8",
97
+ "to": "^3.30.0"
94
98
  },
95
99
  "@smithy/fetch-http-handler": {
96
- "from": "^5.6.6",
97
- "to": "^5.6.9"
100
+ "from": "^5.6.10",
101
+ "to": "^5.6.11"
98
102
  },
99
103
  "@smithy/node-http-handler": {
100
- "from": "^4.9.6",
101
- "to": "^4.9.9"
104
+ "from": "^4.9.10",
105
+ "to": "^4.9.11"
102
106
  },
103
107
  "tslib": {
104
108
  "from": "^2.6.2",
105
109
  "to": "^2.8.1"
106
110
  }
107
111
  },
108
- "depsUpdated": 4,
112
+ "depsUpdated": 5,
109
113
  "originalPackage": "@aws-sdk/client-dynamodb",
110
- "originalVersion": "3.1093.0",
111
- "processedAt": "2026-07-23T00:37:51.522Z",
114
+ "originalVersion": "3.1095.0",
115
+ "processedAt": "2026-07-25T00:38:45.235Z",
112
116
  "smokeTest": "passed"
113
117
  }
114
118
  }