wrangler 3.109.1 → 3.109.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/bin/wrangler.js +0 -6
- package/package.json +11 -11
- package/wrangler-dist/cli.d.ts +1 -0
- package/wrangler-dist/cli.js +16051 -824
- package/wrangler-dist/cli.js.map +7 -0
package/bin/wrangler.js
CHANGED
@@ -1,14 +1,8 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
2
|
const { spawn } = require("child_process");
|
3
3
|
const path = require("path");
|
4
|
-
const fs = require("fs");
|
5
|
-
const os = require("os");
|
6
4
|
|
7
5
|
const MIN_NODE_VERSION = "16.13.0";
|
8
|
-
const debug =
|
9
|
-
process.env["WRANGLER_LOG"] === "debug"
|
10
|
-
? (...args) => console.log(...args)
|
11
|
-
: () => {};
|
12
6
|
|
13
7
|
let wranglerProcess;
|
14
8
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "wrangler",
|
3
|
-
"version": "3.109.
|
3
|
+
"version": "3.109.2",
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
5
5
|
"keywords": [
|
6
6
|
"wrangler",
|
@@ -56,14 +56,14 @@
|
|
56
56
|
"esbuild": "0.17.19",
|
57
57
|
"path-to-regexp": "6.3.0",
|
58
58
|
"unenv": "2.0.0-rc.1",
|
59
|
-
"workerd": "1.
|
59
|
+
"workerd": "1.20250214.0",
|
60
60
|
"@cloudflare/kv-asset-handler": "0.3.4",
|
61
|
-
"miniflare": "3.
|
61
|
+
"miniflare": "3.20250214.0"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@aws-sdk/client-s3": "^3.721.0",
|
65
65
|
"@cloudflare/types": "6.18.4",
|
66
|
-
"@cloudflare/workers-types": "^4.
|
66
|
+
"@cloudflare/workers-types": "^4.20250214.0",
|
67
67
|
"@cspotcode/source-map-support": "0.8.1",
|
68
68
|
"@iarna/toml": "^3.0.0",
|
69
69
|
"@microsoft/api-extractor": "^7.47.0",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"@types/javascript-time-ago": "^2.0.3",
|
77
77
|
"@types/mime": "^3.0.4",
|
78
78
|
"@types/minimatch": "^5.1.2",
|
79
|
-
"@types/node": "^18.19.
|
79
|
+
"@types/node": "^18.19.75",
|
80
80
|
"@types/node-forge": "^1.3.11",
|
81
81
|
"@types/prompts": "^2.0.14",
|
82
82
|
"@types/resolve": "^1.20.6",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"@types/supports-color": "^8.1.1",
|
86
86
|
"@types/ws": "^8.5.7",
|
87
87
|
"@types/yargs": "^17.0.22",
|
88
|
-
"@vitest/ui": "~
|
88
|
+
"@vitest/ui": "~3.0.5",
|
89
89
|
"@webcontainer/env": "^1.1.0",
|
90
90
|
"chalk": "^5.2.0",
|
91
91
|
"chokidar": "^4.0.1",
|
@@ -129,9 +129,9 @@
|
|
129
129
|
"ts-dedent": "^2.2.0",
|
130
130
|
"ts-json-schema-generator": "^1.5.0",
|
131
131
|
"typescript": "^5.7.2",
|
132
|
-
"undici": "^5.28.
|
132
|
+
"undici": "^5.28.5",
|
133
133
|
"update-check": "^1.5.4",
|
134
|
-
"vitest": "~
|
134
|
+
"vitest": "~3.0.5",
|
135
135
|
"vitest-websocket-mock": "^0.4.0",
|
136
136
|
"ws": "^8.18.0",
|
137
137
|
"xdg-app-paths": "^8.3.0",
|
@@ -139,12 +139,12 @@
|
|
139
139
|
"yargs": "^17.7.2",
|
140
140
|
"@cloudflare/cli": "1.1.1",
|
141
141
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
142
|
-
"@cloudflare/pages-shared": "^0.13.
|
143
|
-
"@cloudflare/workers-shared": "0.14.
|
142
|
+
"@cloudflare/pages-shared": "^0.13.8",
|
143
|
+
"@cloudflare/workers-shared": "0.14.3",
|
144
144
|
"@cloudflare/workers-tsconfig": "0.0.0"
|
145
145
|
},
|
146
146
|
"peerDependencies": {
|
147
|
-
"@cloudflare/workers-types": "^4.
|
147
|
+
"@cloudflare/workers-types": "^4.20250214.0"
|
148
148
|
},
|
149
149
|
"peerDependenciesMeta": {
|
150
150
|
"@cloudflare/workers-types": {
|
package/wrangler-dist/cli.d.ts
CHANGED
@@ -26685,6 +26685,7 @@ declare interface Worker {
|
|
26685
26685
|
scheduled: MiniflareWorker["scheduled"];
|
26686
26686
|
queue: MiniflareWorker["queue"];
|
26687
26687
|
dispose(): Promise<void>;
|
26688
|
+
raw: unstable_DevEnv;
|
26688
26689
|
}
|
26689
26690
|
|
26690
26691
|
declare type WorkerDefinition = {
|