@depup/wrangler 4.81.1-depup.0 → 4.81.1-depup.2
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.81.1 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-11 |
|
|
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.28.0 |
|
|
27
27
|
| path-to-regexp | 6.3.0 | ^8.4.2 |
|
|
28
|
+
| workerd | 1.20260409.1 | ^1.20260411.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.2"
|
|
14
|
+
},
|
|
15
|
+
"workerd": {
|
|
16
|
+
"from": "1.20260409.1",
|
|
17
|
+
"to": "^1.20260411.1"
|
|
14
18
|
}
|
|
15
19
|
},
|
|
16
|
-
"timestamp": "2026-04-
|
|
17
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-04-11T04:44:59.022Z",
|
|
21
|
+
"totalUpdated": 4
|
|
18
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/wrangler",
|
|
3
|
-
"version": "4.81.1-depup.
|
|
3
|
+
"version": "4.81.1-depup.2",
|
|
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.28.0",
|
|
62
62
|
"path-to-regexp": "^8.4.2",
|
|
63
63
|
"unenv": "2.0.0-rc.24",
|
|
64
|
-
"workerd": "1.
|
|
64
|
+
"workerd": "^1.20260411.1",
|
|
65
65
|
"@cloudflare/kv-asset-handler": "0.4.2",
|
|
66
66
|
"@cloudflare/unenv-preset": "2.16.0",
|
|
67
67
|
"miniflare": "4.20260409.0"
|
|
@@ -208,12 +208,16 @@
|
|
|
208
208
|
"path-to-regexp": {
|
|
209
209
|
"from": "6.3.0",
|
|
210
210
|
"to": "^8.4.2"
|
|
211
|
+
},
|
|
212
|
+
"workerd": {
|
|
213
|
+
"from": "1.20260409.1",
|
|
214
|
+
"to": "^1.20260411.1"
|
|
211
215
|
}
|
|
212
216
|
},
|
|
213
|
-
"depsUpdated":
|
|
217
|
+
"depsUpdated": 4,
|
|
214
218
|
"originalPackage": "wrangler",
|
|
215
219
|
"originalVersion": "4.81.1",
|
|
216
|
-
"processedAt": "2026-04-
|
|
220
|
+
"processedAt": "2026-04-11T04:45:30.432Z",
|
|
217
221
|
"smokeTest": "failed"
|
|
218
222
|
}
|
|
219
223
|
}
|