@depup/aws-sdk__client-dynamodb 3.1091.0-depup.0 → 3.1092.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 +1 -1
- package/changes.json +1 -1
- package/dist-cjs/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ 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.
|
|
16
|
+
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1092.0 |
|
|
17
17
|
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 4 |
|
package/changes.json
CHANGED
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.1091.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.1092.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,9 +54,9 @@
|
|
|
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.
|
|
58
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
59
|
-
"@aws-sdk/dynamodb-codec": "^3.973.
|
|
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
60
|
"@aws-sdk/middleware-endpoint-discovery": "^3.972.25",
|
|
61
61
|
"@aws-sdk/types": "^3.974.2",
|
|
62
62
|
"@smithy/core": "^3.29.6",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
},
|
|
108
108
|
"depsUpdated": 4,
|
|
109
109
|
"originalPackage": "@aws-sdk/client-dynamodb",
|
|
110
|
-
"originalVersion": "3.
|
|
111
|
-
"processedAt": "2026-07-
|
|
110
|
+
"originalVersion": "3.1092.0",
|
|
111
|
+
"processedAt": "2026-07-21T19:24:54.091Z",
|
|
112
112
|
"smokeTest": "passed"
|
|
113
113
|
}
|
|
114
114
|
}
|