@depup/aws-sdk__client-ses 3.1007.0-depup.0 → 3.1008.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 (2) hide show
  1. package/README.md +25 -3
  2. package/package.json +116 -28
package/README.md CHANGED
@@ -13,15 +13,37 @@ npm install @depup/aws-sdk__client-ses
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@aws-sdk/client-ses](https://www.npmjs.com/package/@aws-sdk/client-ses) @ 3.1007.0 |
17
- | Processed | 2026-03-11 |
16
+ | Original | [@aws-sdk/client-ses](https://www.npmjs.com/package/@aws-sdk/client-ses) @ 3.1008.0 |
17
+ | Processed | 2026-03-13 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 1 |
19
+ | Deps updated | 23 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @smithy/config-resolver | ^4.4.10 | ^4.4.11 |
26
+ | @smithy/core | ^3.23.9 | ^3.23.11 |
27
+ | @smithy/fetch-http-handler | ^5.3.13 | ^5.3.15 |
28
+ | @smithy/hash-node | ^4.2.11 | ^4.2.12 |
29
+ | @smithy/invalid-dependency | ^4.2.11 | ^4.2.12 |
30
+ | @smithy/middleware-content-length | ^4.2.11 | ^4.2.12 |
31
+ | @smithy/middleware-endpoint | ^4.4.23 | ^4.4.25 |
32
+ | @smithy/middleware-retry | ^4.4.40 | ^4.4.42 |
33
+ | @smithy/middleware-serde | ^4.2.12 | ^4.2.14 |
34
+ | @smithy/middleware-stack | ^4.2.11 | ^4.2.12 |
35
+ | @smithy/node-config-provider | ^4.3.11 | ^4.3.12 |
36
+ | @smithy/node-http-handler | ^4.4.14 | ^4.4.16 |
37
+ | @smithy/protocol-http | ^5.3.11 | ^5.3.12 |
38
+ | @smithy/smithy-client | ^4.12.3 | ^4.12.5 |
39
+ | @smithy/types | ^4.13.0 | ^4.13.1 |
40
+ | @smithy/url-parser | ^4.2.11 | ^4.2.12 |
41
+ | @smithy/util-defaults-mode-browser | ^4.3.39 | ^4.3.41 |
42
+ | @smithy/util-defaults-mode-node | ^4.2.42 | ^4.2.44 |
43
+ | @smithy/util-endpoints | ^3.3.2 | ^3.3.3 |
44
+ | @smithy/util-middleware | ^4.2.11 | ^4.2.12 |
45
+ | @smithy/util-retry | ^4.2.11 | ^4.2.12 |
46
+ | @smithy/util-waiter | ^4.2.12 | ^4.2.13 |
25
47
  | tslib | ^2.6.2 | ^2.8.1 |
26
48
 
27
49
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/aws-sdk__client-ses",
3
3
  "description": "[DepUp] AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.1007.0-depup.0",
4
+ "version": "3.1008.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-ses",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "^3.973.19",
27
- "@aws-sdk/credential-provider-node": "^3.972.19",
27
+ "@aws-sdk/credential-provider-node": "^3.972.20",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.7",
29
29
  "@aws-sdk/middleware-logger": "^3.972.7",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.7",
@@ -33,33 +33,33 @@
33
33
  "@aws-sdk/types": "^3.973.5",
34
34
  "@aws-sdk/util-endpoints": "^3.996.4",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.7",
36
- "@aws-sdk/util-user-agent-node": "^3.973.5",
37
- "@smithy/config-resolver": "^4.4.10",
38
- "@smithy/core": "^3.23.9",
39
- "@smithy/fetch-http-handler": "^5.3.13",
40
- "@smithy/hash-node": "^4.2.11",
41
- "@smithy/invalid-dependency": "^4.2.11",
42
- "@smithy/middleware-content-length": "^4.2.11",
43
- "@smithy/middleware-endpoint": "^4.4.23",
44
- "@smithy/middleware-retry": "^4.4.40",
45
- "@smithy/middleware-serde": "^4.2.12",
46
- "@smithy/middleware-stack": "^4.2.11",
47
- "@smithy/node-config-provider": "^4.3.11",
48
- "@smithy/node-http-handler": "^4.4.14",
49
- "@smithy/protocol-http": "^5.3.11",
50
- "@smithy/smithy-client": "^4.12.3",
51
- "@smithy/types": "^4.13.0",
52
- "@smithy/url-parser": "^4.2.11",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.6",
37
+ "@smithy/config-resolver": "^4.4.11",
38
+ "@smithy/core": "^3.23.11",
39
+ "@smithy/fetch-http-handler": "^5.3.15",
40
+ "@smithy/hash-node": "^4.2.12",
41
+ "@smithy/invalid-dependency": "^4.2.12",
42
+ "@smithy/middleware-content-length": "^4.2.12",
43
+ "@smithy/middleware-endpoint": "^4.4.25",
44
+ "@smithy/middleware-retry": "^4.4.42",
45
+ "@smithy/middleware-serde": "^4.2.14",
46
+ "@smithy/middleware-stack": "^4.2.12",
47
+ "@smithy/node-config-provider": "^4.3.12",
48
+ "@smithy/node-http-handler": "^4.4.16",
49
+ "@smithy/protocol-http": "^5.3.12",
50
+ "@smithy/smithy-client": "^4.12.5",
51
+ "@smithy/types": "^4.13.1",
52
+ "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.39",
57
- "@smithy/util-defaults-mode-node": "^4.2.42",
58
- "@smithy/util-endpoints": "^3.3.2",
59
- "@smithy/util-middleware": "^4.2.11",
60
- "@smithy/util-retry": "^4.2.11",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.41",
57
+ "@smithy/util-defaults-mode-node": "^4.2.44",
58
+ "@smithy/util-endpoints": "^3.3.3",
59
+ "@smithy/util-middleware": "^4.2.12",
60
+ "@smithy/util-retry": "^4.2.12",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.12",
62
+ "@smithy/util-waiter": "^4.2.13",
63
63
  "tslib": "^2.8.1"
64
64
  },
65
65
  "devDependencies": {
@@ -108,15 +108,103 @@
108
108
  ],
109
109
  "depup": {
110
110
  "changes": {
111
+ "@smithy/config-resolver": {
112
+ "from": "^4.4.10",
113
+ "to": "^4.4.11"
114
+ },
115
+ "@smithy/core": {
116
+ "from": "^3.23.9",
117
+ "to": "^3.23.11"
118
+ },
119
+ "@smithy/fetch-http-handler": {
120
+ "from": "^5.3.13",
121
+ "to": "^5.3.15"
122
+ },
123
+ "@smithy/hash-node": {
124
+ "from": "^4.2.11",
125
+ "to": "^4.2.12"
126
+ },
127
+ "@smithy/invalid-dependency": {
128
+ "from": "^4.2.11",
129
+ "to": "^4.2.12"
130
+ },
131
+ "@smithy/middleware-content-length": {
132
+ "from": "^4.2.11",
133
+ "to": "^4.2.12"
134
+ },
135
+ "@smithy/middleware-endpoint": {
136
+ "from": "^4.4.23",
137
+ "to": "^4.4.25"
138
+ },
139
+ "@smithy/middleware-retry": {
140
+ "from": "^4.4.40",
141
+ "to": "^4.4.42"
142
+ },
143
+ "@smithy/middleware-serde": {
144
+ "from": "^4.2.12",
145
+ "to": "^4.2.14"
146
+ },
147
+ "@smithy/middleware-stack": {
148
+ "from": "^4.2.11",
149
+ "to": "^4.2.12"
150
+ },
151
+ "@smithy/node-config-provider": {
152
+ "from": "^4.3.11",
153
+ "to": "^4.3.12"
154
+ },
155
+ "@smithy/node-http-handler": {
156
+ "from": "^4.4.14",
157
+ "to": "^4.4.16"
158
+ },
159
+ "@smithy/protocol-http": {
160
+ "from": "^5.3.11",
161
+ "to": "^5.3.12"
162
+ },
163
+ "@smithy/smithy-client": {
164
+ "from": "^4.12.3",
165
+ "to": "^4.12.5"
166
+ },
167
+ "@smithy/types": {
168
+ "from": "^4.13.0",
169
+ "to": "^4.13.1"
170
+ },
171
+ "@smithy/url-parser": {
172
+ "from": "^4.2.11",
173
+ "to": "^4.2.12"
174
+ },
175
+ "@smithy/util-defaults-mode-browser": {
176
+ "from": "^4.3.39",
177
+ "to": "^4.3.41"
178
+ },
179
+ "@smithy/util-defaults-mode-node": {
180
+ "from": "^4.2.42",
181
+ "to": "^4.2.44"
182
+ },
183
+ "@smithy/util-endpoints": {
184
+ "from": "^3.3.2",
185
+ "to": "^3.3.3"
186
+ },
187
+ "@smithy/util-middleware": {
188
+ "from": "^4.2.11",
189
+ "to": "^4.2.12"
190
+ },
191
+ "@smithy/util-retry": {
192
+ "from": "^4.2.11",
193
+ "to": "^4.2.12"
194
+ },
195
+ "@smithy/util-waiter": {
196
+ "from": "^4.2.12",
197
+ "to": "^4.2.13"
198
+ },
111
199
  "tslib": {
112
200
  "from": "^2.6.2",
113
201
  "to": "^2.8.1"
114
202
  }
115
203
  },
116
- "depsUpdated": 1,
204
+ "depsUpdated": 23,
117
205
  "originalPackage": "@aws-sdk/client-ses",
118
- "originalVersion": "3.1007.0",
119
- "processedAt": "2026-03-11T20:13:18.746Z",
206
+ "originalVersion": "3.1008.0",
207
+ "processedAt": "2026-03-13T00:34:12.953Z",
120
208
  "smokeTest": "passed"
121
209
  }
122
210
  }