@depup/wrangler 4.80.0-depup.4 → 4.81.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.
- package/README.md +3 -4
- package/changes.json +2 -6
- package/package.json +11 -15
- package/wrangler-dist/cli.d.ts +2 -1
- package/wrangler-dist/cli.js +3741 -1829
- package/wrangler-dist/metafile-cjs.json +1 -1
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ npm install @depup/wrangler
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.
|
|
17
|
-
| Processed | 2026-04-
|
|
16
|
+
| Original | [wrangler](https://www.npmjs.com/package/wrangler) @ 4.81.0 |
|
|
17
|
+
| Processed | 2026-04-07 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 3 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -25,7 +25,6 @@ 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.20260401.1 | ^1.20260405.1 |
|
|
29
28
|
|
|
30
29
|
---
|
|
31
30
|
|
package/changes.json
CHANGED
|
@@ -11,12 +11,8 @@
|
|
|
11
11
|
"path-to-regexp": {
|
|
12
12
|
"from": "6.3.0",
|
|
13
13
|
"to": "^8.4.2"
|
|
14
|
-
},
|
|
15
|
-
"workerd": {
|
|
16
|
-
"from": "1.20260401.1",
|
|
17
|
-
"to": "^1.20260405.1"
|
|
18
14
|
}
|
|
19
15
|
},
|
|
20
|
-
"timestamp": "2026-04-
|
|
21
|
-
"totalUpdated":
|
|
16
|
+
"timestamp": "2026-04-07T20:17:49.251Z",
|
|
17
|
+
"totalUpdated": 3
|
|
22
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/wrangler",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.81.0-depup.0",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
"esbuild": "^0.28.0",
|
|
62
62
|
"path-to-regexp": "^8.4.2",
|
|
63
63
|
"unenv": "2.0.0-rc.24",
|
|
64
|
-
"workerd": "
|
|
64
|
+
"workerd": "1.20260405.1",
|
|
65
65
|
"@cloudflare/kv-asset-handler": "0.4.2",
|
|
66
66
|
"@cloudflare/unenv-preset": "2.16.0",
|
|
67
|
-
"miniflare": "4.
|
|
67
|
+
"miniflare": "4.20260405.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@aws-sdk/client-s3": "^3.721.0",
|
|
71
71
|
"@bomb.sh/tab": "^0.0.12",
|
|
72
72
|
"@cloudflare/types": "6.18.4",
|
|
73
|
-
"@cloudflare/workers-types": "^4.
|
|
73
|
+
"@cloudflare/workers-types": "^4.20260405.1",
|
|
74
74
|
"@cspotcode/source-map-support": "0.8.1",
|
|
75
75
|
"@netlify/build-info": "^10.2.0",
|
|
76
76
|
"@sentry/node": "^7.86.0",
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
"@cloudflare/cli": "1.4.0",
|
|
155
155
|
"@cloudflare/codemod": "1.1.0",
|
|
156
156
|
"@cloudflare/containers-shared": "0.13.1",
|
|
157
|
-
"@cloudflare/pages-shared": "^0.13.
|
|
157
|
+
"@cloudflare/pages-shared": "^0.13.122",
|
|
158
158
|
"@cloudflare/workers-shared": "0.19.1",
|
|
159
159
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
160
|
-
"@cloudflare/
|
|
161
|
-
"@cloudflare/
|
|
160
|
+
"@cloudflare/workflows-shared": "0.8.0",
|
|
161
|
+
"@cloudflare/workers-utils": "0.15.0"
|
|
162
162
|
},
|
|
163
163
|
"peerDependencies": {
|
|
164
|
-
"@cloudflare/workers-types": "^4.
|
|
164
|
+
"@cloudflare/workers-types": "^4.20260405.1"
|
|
165
165
|
},
|
|
166
166
|
"peerDependenciesMeta": {
|
|
167
167
|
"@cloudflare/workers-types": {
|
|
@@ -208,16 +208,12 @@
|
|
|
208
208
|
"path-to-regexp": {
|
|
209
209
|
"from": "6.3.0",
|
|
210
210
|
"to": "^8.4.2"
|
|
211
|
-
},
|
|
212
|
-
"workerd": {
|
|
213
|
-
"from": "1.20260401.1",
|
|
214
|
-
"to": "^1.20260405.1"
|
|
215
211
|
}
|
|
216
212
|
},
|
|
217
|
-
"depsUpdated":
|
|
213
|
+
"depsUpdated": 3,
|
|
218
214
|
"originalPackage": "wrangler",
|
|
219
|
-
"originalVersion": "4.
|
|
220
|
-
"processedAt": "2026-04-
|
|
215
|
+
"originalVersion": "4.81.0",
|
|
216
|
+
"processedAt": "2026-04-07T20:18:18.285Z",
|
|
221
217
|
"smokeTest": "failed"
|
|
222
218
|
}
|
|
223
219
|
}
|
package/wrangler-dist/cli.d.ts
CHANGED
|
@@ -2930,7 +2930,8 @@ type Teams =
|
|
|
2930
2930
|
| "Product: Cloudchamber"
|
|
2931
2931
|
| "Product: SSL"
|
|
2932
2932
|
| "Product: WVPC"
|
|
2933
|
-
| "Product: Tunnels"
|
|
2933
|
+
| "Product: Tunnels"
|
|
2934
|
+
| "Product: Email Service";
|
|
2934
2935
|
|
|
2935
2936
|
/** Convert literal string types like 'foo-bar' to 'FooBar' */
|
|
2936
2937
|
type PascalCase<S extends string> = string extends S ? string : S extends `${infer T}-${infer U}` ? `${Capitalize<T>}${PascalCase<U>}` : Capitalize<S>;
|