@depup/aws-sdk__client-dynamodb 3.1097.0-depup.0 → 3.1098.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 -6
- package/changes.json +2 -14
- package/dist-cjs/index.js +1 -1
- package/package.json +12 -24
package/README.md
CHANGED
|
@@ -13,18 +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-07-
|
|
16
|
+
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1098.0 |
|
|
17
|
+
| Processed | 2026-07-30 |
|
|
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/core | ^3.29.8 | ^3.31.0 |
|
|
26
|
-
| @smithy/fetch-http-handler | ^5.6.10 | ^5.6.12 |
|
|
27
|
-
| @smithy/node-http-handler | ^4.9.10 | ^4.9.12 |
|
|
28
25
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
29
26
|
|
|
30
27
|
---
|
package/changes.json
CHANGED
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
-
"@smithy/core": {
|
|
4
|
-
"from": "^3.29.8",
|
|
5
|
-
"to": "^3.31.0"
|
|
6
|
-
},
|
|
7
|
-
"@smithy/fetch-http-handler": {
|
|
8
|
-
"from": "^5.6.10",
|
|
9
|
-
"to": "^5.6.12"
|
|
10
|
-
},
|
|
11
|
-
"@smithy/node-http-handler": {
|
|
12
|
-
"from": "^4.9.10",
|
|
13
|
-
"to": "^4.9.12"
|
|
14
|
-
},
|
|
15
3
|
"tslib": {
|
|
16
4
|
"from": "^2.6.2",
|
|
17
5
|
"to": "^2.8.1"
|
|
18
6
|
}
|
|
19
7
|
},
|
|
20
|
-
"timestamp": "2026-07-
|
|
21
|
-
"totalUpdated":
|
|
8
|
+
"timestamp": "2026-07-30T00:35:17.529Z",
|
|
9
|
+
"totalUpdated": 1
|
|
22
10
|
}
|
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.
|
|
2936
|
+
var version = "3.1097.0";
|
|
2937
2937
|
var packageInfo = {
|
|
2938
2938
|
version: version};
|
|
2939
2939
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__client-dynamodb",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1098.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.977.
|
|
58
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
59
|
-
"@aws-sdk/dynamodb-codec": "^3.973.
|
|
60
|
-
"@aws-sdk/middleware-endpoint-discovery": "^3.972.
|
|
57
|
+
"@aws-sdk/core": "^3.977.3",
|
|
58
|
+
"@aws-sdk/credential-provider-node": "^3.972.75",
|
|
59
|
+
"@aws-sdk/dynamodb-codec": "^3.973.38",
|
|
60
|
+
"@aws-sdk/middleware-endpoint-discovery": "^3.972.27",
|
|
61
61
|
"@aws-sdk/types": "^3.974.2",
|
|
62
|
-
"@smithy/core": "^3.31.
|
|
63
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
64
|
-
"@smithy/node-http-handler": "^4.9.
|
|
62
|
+
"@smithy/core": "^3.31.1",
|
|
63
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
64
|
+
"@smithy/node-http-handler": "^4.9.13",
|
|
65
65
|
"@smithy/types": "^4.16.1",
|
|
66
66
|
"tslib": "^2.8.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
69
|
+
"@smithy/snapshot-testing": "^2.2.16",
|
|
70
70
|
"@tsconfig/node20": "20.1.8",
|
|
71
71
|
"@types/node": "^20.14.8",
|
|
72
72
|
"concurrently": "7.0.0",
|
|
@@ -88,27 +88,15 @@
|
|
|
88
88
|
],
|
|
89
89
|
"depup": {
|
|
90
90
|
"changes": {
|
|
91
|
-
"@smithy/core": {
|
|
92
|
-
"from": "^3.29.8",
|
|
93
|
-
"to": "^3.31.0"
|
|
94
|
-
},
|
|
95
|
-
"@smithy/fetch-http-handler": {
|
|
96
|
-
"from": "^5.6.10",
|
|
97
|
-
"to": "^5.6.12"
|
|
98
|
-
},
|
|
99
|
-
"@smithy/node-http-handler": {
|
|
100
|
-
"from": "^4.9.10",
|
|
101
|
-
"to": "^4.9.12"
|
|
102
|
-
},
|
|
103
91
|
"tslib": {
|
|
104
92
|
"from": "^2.6.2",
|
|
105
93
|
"to": "^2.8.1"
|
|
106
94
|
}
|
|
107
95
|
},
|
|
108
|
-
"depsUpdated":
|
|
96
|
+
"depsUpdated": 1,
|
|
109
97
|
"originalPackage": "@aws-sdk/client-dynamodb",
|
|
110
|
-
"originalVersion": "3.
|
|
111
|
-
"processedAt": "2026-07-
|
|
98
|
+
"originalVersion": "3.1098.0",
|
|
99
|
+
"processedAt": "2026-07-30T00:35:27.303Z",
|
|
112
100
|
"smokeTest": "passed"
|
|
113
101
|
}
|
|
114
102
|
}
|