@depup/payload 3.82.0-depup.0 → 3.82.1-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 +4 -4
- package/changes.json +3 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/payload
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [payload](https://www.npmjs.com/package/payload) @ 3.82.
|
|
17
|
-
| Processed | 2026-04-
|
|
16
|
+
| Original | [payload](https://www.npmjs.com/package/payload) @ 3.82.1 |
|
|
17
|
+
| Processed | 2026-04-09 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 17 |
|
|
20
20
|
|
|
@@ -22,11 +22,11 @@ npm install @depup/payload
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @next/env | ^15.1.5 | ^16.2.
|
|
25
|
+
| @next/env | ^15.1.5 | ^16.2.3 |
|
|
26
26
|
| ci-info | ^4.1.0 | ^4.4.0 |
|
|
27
27
|
| console-table-printer | 2.12.1 | ^2.15.0 |
|
|
28
28
|
| croner | 9.1.0 | ^10.0.1 |
|
|
29
|
-
| file-type | 21.3.4 | ^22.0.
|
|
29
|
+
| file-type | 21.3.4 | ^22.0.1 |
|
|
30
30
|
| get-tsconfig | 4.8.1 | ^4.13.7 |
|
|
31
31
|
| ipaddr.js | 2.2.0 | ^2.3.0 |
|
|
32
32
|
| jose | 5.10.0 | ^6.2.2 |
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@next/env": {
|
|
4
4
|
"from": "^15.1.5",
|
|
5
|
-
"to": "^16.2.
|
|
5
|
+
"to": "^16.2.3"
|
|
6
6
|
},
|
|
7
7
|
"ci-info": {
|
|
8
8
|
"from": "^4.1.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"file-type": {
|
|
20
20
|
"from": "21.3.4",
|
|
21
|
-
"to": "^22.0.
|
|
21
|
+
"to": "^22.0.1"
|
|
22
22
|
},
|
|
23
23
|
"get-tsconfig": {
|
|
24
24
|
"from": "4.8.1",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"to": "^8.20.0"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"timestamp": "2026-04-
|
|
72
|
+
"timestamp": "2026-04-09T16:36:17.005Z",
|
|
73
73
|
"totalUpdated": 17
|
|
74
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/payload",
|
|
3
|
-
"version": "3.82.
|
|
3
|
+
"version": "3.82.1-depup.0",
|
|
4
4
|
"description": "Node, React, Headless CMS and Application Framework built on Next.js (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"README.md"
|
|
93
93
|
],
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@next/env": "^16.2.
|
|
95
|
+
"@next/env": "^16.2.3",
|
|
96
96
|
"@types/busboy": "1.5.4",
|
|
97
97
|
"ajv": "8.18.0",
|
|
98
98
|
"bson-objectid": "2.0.4",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"croner": "^10.0.1",
|
|
103
103
|
"dataloader": "2.2.3",
|
|
104
104
|
"deepmerge": "4.3.1",
|
|
105
|
-
"file-type": "^22.0.
|
|
105
|
+
"file-type": "^22.0.1",
|
|
106
106
|
"get-tsconfig": "^4.13.7",
|
|
107
107
|
"http-status": "2.1.0",
|
|
108
108
|
"image-size": "2.0.2",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"undici": "^8.0.2",
|
|
123
123
|
"uuid": "^13.0.0",
|
|
124
124
|
"ws": "^8.20.0",
|
|
125
|
-
"@payloadcms/translations": "3.82.
|
|
125
|
+
"@payloadcms/translations": "3.82.1"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"changes": {
|
|
170
170
|
"@next/env": {
|
|
171
171
|
"from": "^15.1.5",
|
|
172
|
-
"to": "^16.2.
|
|
172
|
+
"to": "^16.2.3"
|
|
173
173
|
},
|
|
174
174
|
"ci-info": {
|
|
175
175
|
"from": "^4.1.0",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
"file-type": {
|
|
187
187
|
"from": "21.3.4",
|
|
188
|
-
"to": "^22.0.
|
|
188
|
+
"to": "^22.0.1"
|
|
189
189
|
},
|
|
190
190
|
"get-tsconfig": {
|
|
191
191
|
"from": "4.8.1",
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
},
|
|
239
239
|
"depsUpdated": 17,
|
|
240
240
|
"originalPackage": "payload",
|
|
241
|
-
"originalVersion": "3.82.
|
|
242
|
-
"processedAt": "2026-04-
|
|
241
|
+
"originalVersion": "3.82.1",
|
|
242
|
+
"processedAt": "2026-04-09T16:36:52.737Z",
|
|
243
243
|
"smokeTest": "passed"
|
|
244
244
|
}
|
|
245
245
|
}
|