wrangler 4.89.0 → 4.90.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wrangler",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.90.0",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"assembly",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"unenv": "2.0.0-rc.24",
|
|
57
57
|
"workerd": "1.20260507.1",
|
|
58
58
|
"@cloudflare/kv-asset-handler": "0.5.0",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"@cloudflare/unenv-preset": "2.16.1",
|
|
60
|
+
"miniflare": "4.20260507.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@aws-sdk/client-s3": "^3.721.0",
|
|
@@ -144,13 +144,13 @@
|
|
|
144
144
|
"xxhash-wasm": "^1.0.1",
|
|
145
145
|
"yaml": "^2.8.1",
|
|
146
146
|
"yargs": "^17.7.2",
|
|
147
|
-
"@cloudflare/cli-shared-helpers": "0.1.
|
|
147
|
+
"@cloudflare/cli-shared-helpers": "0.1.3",
|
|
148
148
|
"@cloudflare/codemod": "1.1.0",
|
|
149
149
|
"@cloudflare/containers-shared": "0.14.1",
|
|
150
|
-
"@cloudflare/pages-shared": "^0.13.
|
|
151
|
-
"@cloudflare/workers-utils": "0.20.0",
|
|
152
|
-
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
150
|
+
"@cloudflare/pages-shared": "^0.13.133",
|
|
153
151
|
"@cloudflare/workers-shared": "0.19.5",
|
|
152
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
153
|
+
"@cloudflare/workers-utils": "0.21.0",
|
|
154
154
|
"@cloudflare/workflows-shared": "0.10.0"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
package/wrangler-dist/cli.js
CHANGED
|
@@ -38858,6 +38858,11 @@ Please add a binding for "${configBindingName}" to "env.${envName}.${field}.bind
|
|
|
38858
38858
|
isValid22 = false;
|
|
38859
38859
|
}
|
|
38860
38860
|
}
|
|
38861
|
+
if (hasProperty(value, "delivery_delay") && value.delivery_delay !== void 0) {
|
|
38862
|
+
diagnostics.warnings.push(
|
|
38863
|
+
`The "delivery_delay" field in "${field}" is deprecated and has no effect. Queue-level settings should be configured using "wrangler queues update" instead. This setting will be removed in a future version.`
|
|
38864
|
+
);
|
|
38865
|
+
}
|
|
38861
38866
|
if (!isRemoteValid(value, field, diagnostics)) {
|
|
38862
38867
|
isValid22 = false;
|
|
38863
38868
|
}
|
|
@@ -55813,7 +55818,7 @@ var name, version;
|
|
|
55813
55818
|
var init_package = __esm({
|
|
55814
55819
|
"package.json"() {
|
|
55815
55820
|
name = "wrangler";
|
|
55816
|
-
version = "4.
|
|
55821
|
+
version = "4.90.0";
|
|
55817
55822
|
}
|
|
55818
55823
|
});
|
|
55819
55824
|
function getWranglerVersion() {
|
|
@@ -133185,7 +133190,7 @@ var init_fetch_accounts = __esm({
|
|
|
133185
133190
|
init_import_meta_url();
|
|
133186
133191
|
init_dist();
|
|
133187
133192
|
init_cfetch();
|
|
133188
|
-
MEMBERSHIPS_INACCESSIBLE_CODES = [
|
|
133193
|
+
MEMBERSHIPS_INACCESSIBLE_CODES = [9106, 1e4];
|
|
133189
133194
|
__name(isMembershipsInaccessible, "isMembershipsInaccessible");
|
|
133190
133195
|
__name(fetchAllAccounts, "fetchAllAccounts");
|
|
133191
133196
|
}
|
|
@@ -154918,7 +154923,7 @@ var init_config5 = __esm({
|
|
|
154918
154923
|
observability: {
|
|
154919
154924
|
logs_enabled: config.observability?.logs?.enabled ?? config.observability?.enabled === true
|
|
154920
154925
|
},
|
|
154921
|
-
wrangler_ssh: container.wrangler_ssh,
|
|
154926
|
+
wrangler_ssh: container.ssh ?? container.wrangler_ssh,
|
|
154922
154927
|
authorized_keys: container.authorized_keys,
|
|
154923
154928
|
trusted_user_ca_keys: container.trusted_user_ca_keys
|
|
154924
154929
|
};
|
|
@@ -313961,10 +313966,6 @@ See https://developers.cloudflare.com/workers/platform/compatibility-dates for m
|
|
|
313961
313966
|
}
|
|
313962
313967
|
const uploadMs = Date.now() - start;
|
|
313963
313968
|
logger.log("Uploaded", workerName, formatTime2(uploadMs));
|
|
313964
|
-
if (props.dispatchNamespace !== void 0) {
|
|
313965
|
-
deployWfpUserWorker(props.dispatchNamespace, versionId);
|
|
313966
|
-
return { versionId, workerTag };
|
|
313967
|
-
}
|
|
313968
313969
|
if (normalisedContainerConfig.length) {
|
|
313969
313970
|
assert56__default.default(versionId && accountId);
|
|
313970
313971
|
await deployContainers(config, normalisedContainerConfig, {
|
|
@@ -313973,6 +313974,10 @@ See https://developers.cloudflare.com/workers/platform/compatibility-dates for m
|
|
|
313973
313974
|
scriptName
|
|
313974
313975
|
});
|
|
313975
313976
|
}
|
|
313977
|
+
if (props.dispatchNamespace !== void 0) {
|
|
313978
|
+
deployWfpUserWorker(props.dispatchNamespace, versionId);
|
|
313979
|
+
return { versionId, workerTag };
|
|
313980
|
+
}
|
|
313976
313981
|
const targets = await triggersDeploy({
|
|
313977
313982
|
...props,
|
|
313978
313983
|
firstDeploy: !workerExists,
|