wrangler 4.49.1 → 4.51.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/package.json +11 -12
- package/wrangler-dist/cli.d.ts +1 -6
- package/wrangler-dist/cli.js +2439 -2422
- package/wrangler-dist/metafile-cjs.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wrangler",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.51.0",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"esbuild": "0.25.4",
|
|
55
55
|
"path-to-regexp": "6.3.0",
|
|
56
56
|
"unenv": "2.0.0-rc.24",
|
|
57
|
-
"workerd": "1.
|
|
58
|
-
"@cloudflare/kv-asset-handler": "0.4.
|
|
59
|
-
"@cloudflare/unenv-preset": "2.7.
|
|
60
|
-
"miniflare": "4.
|
|
57
|
+
"workerd": "1.20251125.0",
|
|
58
|
+
"@cloudflare/kv-asset-handler": "0.4.1",
|
|
59
|
+
"@cloudflare/unenv-preset": "2.7.11",
|
|
60
|
+
"miniflare": "4.20251125.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@aws-sdk/client-s3": "^3.721.0",
|
|
64
64
|
"@cloudflare/types": "6.18.4",
|
|
65
|
-
"@cloudflare/workers-types": "^4.
|
|
65
|
+
"@cloudflare/workers-types": "^4.20251125.0",
|
|
66
66
|
"@cspotcode/source-map-support": "0.8.1",
|
|
67
67
|
"@netlify/build-info": "^10.0.9",
|
|
68
68
|
"@sentry/node": "^7.86.0",
|
|
@@ -142,21 +142,20 @@
|
|
|
142
142
|
"vitest": "~3.2.0",
|
|
143
143
|
"vitest-websocket-mock": "^0.4.0",
|
|
144
144
|
"ws": "8.18.0",
|
|
145
|
-
"xdg-app-paths": "^8.3.0",
|
|
146
145
|
"xxhash-wasm": "^1.0.1",
|
|
147
146
|
"yaml": "^2.8.1",
|
|
148
147
|
"yargs": "^17.7.2",
|
|
149
148
|
"@cloudflare/cli": "1.1.3",
|
|
150
149
|
"@cloudflare/containers-shared": "0.3.0",
|
|
151
150
|
"@cloudflare/eslint-config-shared": "1.1.0",
|
|
151
|
+
"@cloudflare/pages-shared": "^0.13.89",
|
|
152
152
|
"@cloudflare/workers-shared": "0.18.8",
|
|
153
|
-
"@cloudflare/
|
|
154
|
-
"@cloudflare/workers-utils": "0.
|
|
155
|
-
"@cloudflare/
|
|
156
|
-
"@cloudflare/workers-tsconfig": "0.0.0"
|
|
153
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
154
|
+
"@cloudflare/workers-utils": "0.3.0",
|
|
155
|
+
"@cloudflare/workflows-shared": "0.3.8"
|
|
157
156
|
},
|
|
158
157
|
"peerDependencies": {
|
|
159
|
-
"@cloudflare/workers-types": "^4.
|
|
158
|
+
"@cloudflare/workers-types": "^4.20251125.0"
|
|
160
159
|
},
|
|
161
160
|
"peerDependenciesMeta": {
|
|
162
161
|
"@cloudflare/workers-types": {
|
package/wrangler-dist/cli.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Rule, CfModule, Environment,
|
|
1
|
+
import { Rule, CfModule, Environment, CfScriptFormat, CfModuleType, Config, CfKvNamespace, CfSendEmailBindings, CfBrowserBinding, CfAIBinding, CfImagesBinding, CfDurableObject, CfWorkflow, CfQueue, CfR2Bucket, CfD1Database, CfVectorize, CfHyperdrive, CfService, CfAnalyticsEngineDataset, CfDispatchNamespace, CfMTlsCertificate, CfPipeline, CfSecretsStoreSecrets, CfLogfwdrBinding, CfHelloWorld, CfRateLimit, CfWorkerLoader, CfVpcService, CfMediaBinding, DurableObjectMigration, ContainerApp, ZoneIdRoute, ZoneNameRoute, CustomDomainRoute, CfTailConsumer, ContainerEngine, CfUnsafe, ConfigBindingOptions, NormalizeAndValidateConfigArgs, ResolveConfigPathOptions, ParseError, RawConfig, PackageJSON, ComplianceConfig, UserError, FatalError } from '@cloudflare/workers-utils';
|
|
2
2
|
export { ConfigBindingOptions as Experimental_ConfigBindingOptions, Config as Unstable_Config, RawConfig as Unstable_RawConfig, RawEnvironment as Unstable_RawEnvironment, experimental_patchConfig, experimental_readRawConfig } from '@cloudflare/workers-utils';
|
|
3
3
|
import { Json, Request, Response as Response$1, NodeJSCompatMode, DispatchFetch, Miniflare, WorkerRegistry, MiniflareOptions, Mutex, WorkerOptions, ModuleRule, RemoteProxyConnectionString } from 'miniflare';
|
|
4
4
|
import * as undici from 'undici';
|
|
@@ -238,11 +238,6 @@ declare const unstable_pages: {
|
|
|
238
238
|
deploy: typeof deploy;
|
|
239
239
|
};
|
|
240
240
|
|
|
241
|
-
/**
|
|
242
|
-
* The compliance region to use for the API requests.
|
|
243
|
-
*/
|
|
244
|
-
type ComplianceConfig = Partial<Pick<Config, "compliance_region">>;
|
|
245
|
-
|
|
246
241
|
type _Params<ParamsArray extends [unknown?]> = ParamsArray extends [infer P] ? P : undefined;
|
|
247
242
|
type _EventMethods = keyof Protocol.Events;
|
|
248
243
|
type DevToolsEvent<Method extends _EventMethods> = Method extends unknown ? {
|