wrangler 4.67.1 → 4.68.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.68.0",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -147,14 +147,14 @@
|
|
|
147
147
|
"xxhash-wasm": "^1.0.1",
|
|
148
148
|
"yaml": "^2.8.1",
|
|
149
149
|
"yargs": "^17.7.2",
|
|
150
|
-
"@cloudflare/cli": "1.2.1",
|
|
151
150
|
"@cloudflare/containers-shared": "0.9.0",
|
|
151
|
+
"@cloudflare/cli": "1.2.1",
|
|
152
152
|
"@cloudflare/eslint-config-shared": "1.2.1",
|
|
153
|
-
"@cloudflare/pages-shared": "^0.13.110",
|
|
154
153
|
"@cloudflare/workers-shared": "0.19.0",
|
|
155
154
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
155
|
+
"@cloudflare/workflows-shared": "0.4.0",
|
|
156
156
|
"@cloudflare/workers-utils": "0.11.1",
|
|
157
|
-
"@cloudflare/
|
|
157
|
+
"@cloudflare/pages-shared": "^0.13.110"
|
|
158
158
|
},
|
|
159
159
|
"peerDependencies": {
|
|
160
160
|
"@cloudflare/workers-types": "^4.20260302.0"
|
package/wrangler-dist/cli.js
CHANGED
|
@@ -50935,7 +50935,7 @@ var name, version;
|
|
|
50935
50935
|
var init_package = __esm({
|
|
50936
50936
|
"package.json"() {
|
|
50937
50937
|
name = "wrangler";
|
|
50938
|
-
version = "4.
|
|
50938
|
+
version = "4.68.0";
|
|
50939
50939
|
}
|
|
50940
50940
|
});
|
|
50941
50941
|
|
|
@@ -218012,7 +218012,8 @@ async function detectFramework(projectPath, wranglerConfig) {
|
|
|
218012
218012
|
framework: {
|
|
218013
218013
|
name: "Cloudflare Pages",
|
|
218014
218014
|
id: "cloudflare-pages"
|
|
218015
|
-
}
|
|
218015
|
+
},
|
|
218016
|
+
dist: wranglerConfig?.pages_build_output_dir
|
|
218016
218017
|
},
|
|
218017
218018
|
packageManager
|
|
218018
218019
|
};
|
|
@@ -219884,7 +219885,7 @@ var init_deploy2 = __esm({
|
|
|
219884
219885
|
alias: ["x-autoconfig"],
|
|
219885
219886
|
describe: "Experimental: Enables framework detection and automatic configuration when deploying",
|
|
219886
219887
|
type: "boolean",
|
|
219887
|
-
default:
|
|
219888
|
+
default: true
|
|
219888
219889
|
}
|
|
219889
219890
|
},
|
|
219890
219891
|
behaviour: {
|
|
@@ -272262,7 +272263,7 @@ var init_setup2 = __esm({
|
|
|
272262
272263
|
metadata: {
|
|
272263
272264
|
description: "\u{1FA84} Setup a project to work on Cloudflare",
|
|
272264
272265
|
owner: "Workers: Authoring and Testing",
|
|
272265
|
-
status: "
|
|
272266
|
+
status: "stable",
|
|
272266
272267
|
category: "Compute & AI"
|
|
272267
272268
|
},
|
|
272268
272269
|
args: {
|