@depup/aws-sdk__client-lambda 3.1012.0-depup.0 → 3.1013.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.
Files changed (3) hide show
  1. package/README.md +9 -3
  2. package/changes.json +26 -2
  3. package/package.json +38 -14
package/README.md CHANGED
@@ -13,15 +13,21 @@ npm install @depup/aws-sdk__client-lambda
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@aws-sdk/client-lambda](https://www.npmjs.com/package/@aws-sdk/client-lambda) @ 3.1012.0 |
17
- | Processed | 2026-03-18 |
16
+ | Original | [@aws-sdk/client-lambda](https://www.npmjs.com/package/@aws-sdk/client-lambda) @ 3.1013.0 |
17
+ | Processed | 2026-03-20 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 1 |
19
+ | Deps updated | 7 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @smithy/config-resolver | ^4.4.11 | ^4.4.13 |
26
+ | @smithy/middleware-endpoint | ^4.4.26 | ^4.4.27 |
27
+ | @smithy/middleware-retry | ^4.4.43 | ^4.4.44 |
28
+ | @smithy/smithy-client | ^4.12.6 | ^4.12.7 |
29
+ | @smithy/util-defaults-mode-browser | ^4.3.42 | ^4.3.43 |
30
+ | @smithy/util-defaults-mode-node | ^4.2.45 | ^4.2.47 |
25
31
  | tslib | ^2.6.2 | ^2.8.1 |
26
32
 
27
33
  ---
package/changes.json CHANGED
@@ -1,10 +1,34 @@
1
1
  {
2
2
  "bumped": {
3
+ "@smithy/config-resolver": {
4
+ "from": "^4.4.11",
5
+ "to": "^4.4.13"
6
+ },
7
+ "@smithy/middleware-endpoint": {
8
+ "from": "^4.4.26",
9
+ "to": "^4.4.27"
10
+ },
11
+ "@smithy/middleware-retry": {
12
+ "from": "^4.4.43",
13
+ "to": "^4.4.44"
14
+ },
15
+ "@smithy/smithy-client": {
16
+ "from": "^4.12.6",
17
+ "to": "^4.12.7"
18
+ },
19
+ "@smithy/util-defaults-mode-browser": {
20
+ "from": "^4.3.42",
21
+ "to": "^4.3.43"
22
+ },
23
+ "@smithy/util-defaults-mode-node": {
24
+ "from": "^4.2.45",
25
+ "to": "^4.2.47"
26
+ },
3
27
  "tslib": {
4
28
  "from": "^2.6.2",
5
29
  "to": "^2.8.1"
6
30
  }
7
31
  },
8
- "timestamp": "2026-03-18T20:15:40.665Z",
9
- "totalUpdated": 1
32
+ "timestamp": "2026-03-20T00:34:53.883Z",
33
+ "totalUpdated": 7
10
34
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/aws-sdk__client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native (with updated dependencies)",
4
- "version": "3.1012.0-depup.0",
4
+ "version": "3.1013.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-lambda",
@@ -23,18 +23,18 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.21",
27
- "@aws-sdk/credential-provider-node": "^3.972.22",
26
+ "@aws-sdk/core": "^3.973.22",
27
+ "@aws-sdk/credential-provider-node": "^3.972.23",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.22",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.23",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.8",
37
- "@smithy/config-resolver": "^4.4.11",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.9",
37
+ "@smithy/config-resolver": "^4.4.13",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/eventstream-serde-browser": "^4.2.12",
40
40
  "@smithy/eventstream-serde-config-resolver": "^4.3.12",
@@ -43,21 +43,21 @@
43
43
  "@smithy/hash-node": "^4.2.12",
44
44
  "@smithy/invalid-dependency": "^4.2.12",
45
45
  "@smithy/middleware-content-length": "^4.2.12",
46
- "@smithy/middleware-endpoint": "^4.4.26",
47
- "@smithy/middleware-retry": "^4.4.43",
46
+ "@smithy/middleware-endpoint": "^4.4.27",
47
+ "@smithy/middleware-retry": "^4.4.44",
48
48
  "@smithy/middleware-serde": "^4.2.15",
49
49
  "@smithy/middleware-stack": "^4.2.12",
50
50
  "@smithy/node-config-provider": "^4.3.12",
51
51
  "@smithy/node-http-handler": "^4.5.0",
52
52
  "@smithy/protocol-http": "^5.3.12",
53
- "@smithy/smithy-client": "^4.12.6",
53
+ "@smithy/smithy-client": "^4.12.7",
54
54
  "@smithy/types": "^4.13.1",
55
55
  "@smithy/url-parser": "^4.2.12",
56
56
  "@smithy/util-base64": "^4.3.2",
57
57
  "@smithy/util-body-length-browser": "^4.2.2",
58
58
  "@smithy/util-body-length-node": "^4.2.3",
59
- "@smithy/util-defaults-mode-browser": "^4.3.42",
60
- "@smithy/util-defaults-mode-node": "^4.2.45",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.43",
60
+ "@smithy/util-defaults-mode-node": "^4.2.47",
61
61
  "@smithy/util-endpoints": "^3.3.3",
62
62
  "@smithy/util-middleware": "^4.2.12",
63
63
  "@smithy/util-retry": "^4.2.12",
@@ -116,15 +116,39 @@
116
116
  ],
117
117
  "depup": {
118
118
  "changes": {
119
+ "@smithy/config-resolver": {
120
+ "from": "^4.4.11",
121
+ "to": "^4.4.13"
122
+ },
123
+ "@smithy/middleware-endpoint": {
124
+ "from": "^4.4.26",
125
+ "to": "^4.4.27"
126
+ },
127
+ "@smithy/middleware-retry": {
128
+ "from": "^4.4.43",
129
+ "to": "^4.4.44"
130
+ },
131
+ "@smithy/smithy-client": {
132
+ "from": "^4.12.6",
133
+ "to": "^4.12.7"
134
+ },
135
+ "@smithy/util-defaults-mode-browser": {
136
+ "from": "^4.3.42",
137
+ "to": "^4.3.43"
138
+ },
139
+ "@smithy/util-defaults-mode-node": {
140
+ "from": "^4.2.45",
141
+ "to": "^4.2.47"
142
+ },
119
143
  "tslib": {
120
144
  "from": "^2.6.2",
121
145
  "to": "^2.8.1"
122
146
  }
123
147
  },
124
- "depsUpdated": 1,
148
+ "depsUpdated": 7,
125
149
  "originalPackage": "@aws-sdk/client-lambda",
126
- "originalVersion": "3.1012.0",
127
- "processedAt": "2026-03-18T20:15:55.115Z",
150
+ "originalVersion": "3.1013.0",
151
+ "processedAt": "2026-03-20T00:34:59.301Z",
128
152
  "smokeTest": "passed"
129
153
  }
130
154
  }