@depup/wrangler 4.77.0-depup.0 → 4.77.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 +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/wrangler
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.77.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-26 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 3 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/wrangler
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| blake3-wasm | 2.1.5 | ^3.0.0 |
|
|
26
26
|
| esbuild | 0.27.3 | ^0.27.4 |
|
|
27
|
-
| path-to-regexp | 6.3.0 | ^8.
|
|
27
|
+
| path-to-regexp | 6.3.0 | ^8.4.0 |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/wrangler",
|
|
3
|
-
"version": "4.77.0-depup.
|
|
3
|
+
"version": "4.77.0-depup.1",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"blake3-wasm": "^3.0.0",
|
|
61
61
|
"esbuild": "^0.27.4",
|
|
62
|
-
"path-to-regexp": "^8.
|
|
62
|
+
"path-to-regexp": "^8.4.0",
|
|
63
63
|
"unenv": "2.0.0-rc.24",
|
|
64
64
|
"workerd": "1.20260317.1",
|
|
65
65
|
"@cloudflare/kv-asset-handler": "0.4.2",
|
|
@@ -208,13 +208,13 @@
|
|
|
208
208
|
},
|
|
209
209
|
"path-to-regexp": {
|
|
210
210
|
"from": "6.3.0",
|
|
211
|
-
"to": "^8.
|
|
211
|
+
"to": "^8.4.0"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"depsUpdated": 3,
|
|
215
215
|
"originalPackage": "wrangler",
|
|
216
216
|
"originalVersion": "4.77.0",
|
|
217
|
-
"processedAt": "2026-03-
|
|
217
|
+
"processedAt": "2026-03-26T20:19:42.074Z",
|
|
218
218
|
"smokeTest": "failed"
|
|
219
219
|
}
|
|
220
220
|
}
|