create-cloudflare 2.43.5 → 2.43.6

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/dist/cli.js CHANGED
@@ -74560,7 +74560,7 @@ var Yargs = YargsFactory(esm_default);
74560
74560
  var yargs_default = Yargs;
74561
74561
 
74562
74562
  // package.json
74563
- var version = "2.43.5";
74563
+ var version = "2.43.6";
74564
74564
 
74565
74565
  // src/metrics.ts
74566
74566
  var import_node_async_hooks = require("node:async_hooks");
@@ -76984,7 +76984,7 @@ async function copyExistingWorkerFiles(ctx) {
76984
76984
  await runCommand(
76985
76985
  [
76986
76986
  ...dlx,
76987
- "wrangler@3",
76987
+ "wrangler@latest",
76988
76988
  "init",
76989
76989
  "--from-dash",
76990
76990
  ctx.args.existingScript,
@@ -78065,7 +78065,7 @@ var c3_default50 = config47;
78065
78065
  var import_node_assert = __toESM(require("node:assert"));
78066
78066
 
78067
78067
  // ../wrangler/package.json
78068
- var version2 = "4.9.0";
78068
+ var version2 = "4.9.1";
78069
78069
 
78070
78070
  // src/git.ts
78071
78071
  var offerGit = async (ctx) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "2.43.5",
3
+ "version": "2.43.6",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -30,7 +30,7 @@
30
30
  "@babel/parser": "^7.21.3",
31
31
  "@babel/types": "^7.21.4",
32
32
  "@clack/prompts": "^0.6.3",
33
- "@cloudflare/workers-types": "^4.20250405.0",
33
+ "@cloudflare/workers-types": "^4.20250408.0",
34
34
  "@iarna/toml": "^3.0.0",
35
35
  "@types/command-exists": "^1.2.0",
36
36
  "@types/cross-spawn": "^6.0.2",
@@ -72,10 +72,10 @@
72
72
  "yargs": "^17.7.2",
73
73
  "@cloudflare/cli": "1.1.1",
74
74
  "@cloudflare/eslint-config-worker": "1.1.0",
75
- "@cloudflare/mock-npm-registry": "0.0.0",
76
- "@cloudflare/vite-plugin": "1.0.2",
75
+ "@cloudflare/vite-plugin": "1.0.4",
77
76
  "@cloudflare/workers-tsconfig": "0.0.0",
78
- "wrangler": "4.9.0"
77
+ "@cloudflare/mock-npm-registry": "0.0.0",
78
+ "wrangler": "4.9.1"
79
79
  },
80
80
  "engines": {
81
81
  "node": ">=18.14.1"
@@ -32,7 +32,7 @@ export async function copyExistingWorkerFiles(ctx: C3Context) {
32
32
  await runCommand(
33
33
  [
34
34
  ...dlx,
35
- "wrangler@3",
35
+ "wrangler@latest",
36
36
  "init",
37
37
  "--from-dash",
38
38
  ctx.args.existingScript,