@depup/wrangler 4.78.0-depup.0 → 4.78.0-depup.1
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 -2
- package/changes.json +6 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install @depup/wrangler
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.78.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-29 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 4 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -25,6 +25,7 @@ npm install @depup/wrangler
|
|
|
25
25
|
| blake3-wasm | 2.1.5 | ^3.0.0 |
|
|
26
26
|
| esbuild | 0.27.3 | ^0.27.4 |
|
|
27
27
|
| path-to-regexp | 6.3.0 | ^8.4.0 |
|
|
28
|
+
| workerd | 1.20260317.1 | ^1.20260329.1 |
|
|
28
29
|
|
|
29
30
|
---
|
|
30
31
|
|
package/changes.json
CHANGED
|
@@ -11,8 +11,12 @@
|
|
|
11
11
|
"path-to-regexp": {
|
|
12
12
|
"from": "6.3.0",
|
|
13
13
|
"to": "^8.4.0"
|
|
14
|
+
},
|
|
15
|
+
"workerd": {
|
|
16
|
+
"from": "1.20260317.1",
|
|
17
|
+
"to": "^1.20260329.1"
|
|
14
18
|
}
|
|
15
19
|
},
|
|
16
|
-
"timestamp": "2026-03-
|
|
17
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-03-29T04:55:57.525Z",
|
|
21
|
+
"totalUpdated": 4
|
|
18
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/wrangler",
|
|
3
|
-
"version": "4.78.0-depup.
|
|
3
|
+
"version": "4.78.0-depup.1",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"esbuild": "^0.27.4",
|
|
62
62
|
"path-to-regexp": "^8.4.0",
|
|
63
63
|
"unenv": "2.0.0-rc.24",
|
|
64
|
-
"workerd": "1.
|
|
64
|
+
"workerd": "^1.20260329.1",
|
|
65
65
|
"@cloudflare/kv-asset-handler": "0.4.2",
|
|
66
66
|
"@cloudflare/unenv-preset": "2.16.0",
|
|
67
67
|
"miniflare": "4.20260317.3"
|
|
@@ -209,12 +209,16 @@
|
|
|
209
209
|
"path-to-regexp": {
|
|
210
210
|
"from": "6.3.0",
|
|
211
211
|
"to": "^8.4.0"
|
|
212
|
+
},
|
|
213
|
+
"workerd": {
|
|
214
|
+
"from": "1.20260317.1",
|
|
215
|
+
"to": "^1.20260329.1"
|
|
212
216
|
}
|
|
213
217
|
},
|
|
214
|
-
"depsUpdated":
|
|
218
|
+
"depsUpdated": 4,
|
|
215
219
|
"originalPackage": "wrangler",
|
|
216
220
|
"originalVersion": "4.78.0",
|
|
217
|
-
"processedAt": "2026-03-
|
|
221
|
+
"processedAt": "2026-03-29T04:56:35.511Z",
|
|
218
222
|
"smokeTest": "failed"
|
|
219
223
|
}
|
|
220
224
|
}
|