create-cloudflare 2.31.1 → 2.31.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/dist/cli.js CHANGED
@@ -73719,7 +73719,7 @@ var Yargs = YargsFactory(esm_default);
73719
73719
  var yargs_default = Yargs;
73720
73720
 
73721
73721
  // package.json
73722
- var version = "2.31.1";
73722
+ var version = "2.31.2";
73723
73723
 
73724
73724
  // src/metrics.ts
73725
73725
  var import_node_async_hooks = require("node:async_hooks");
@@ -74474,9 +74474,9 @@ var package_default = {
74474
74474
  "so that we can use dependabot to update these dependencies automatically."
74475
74475
  ],
74476
74476
  dependencies: {
74477
- "create-astro": "4.8.0",
74477
+ "create-astro": "4.10.0",
74478
74478
  "create-analog": "1.8.1",
74479
- "@angular/create": "18.2.8",
74479
+ "@angular/create": "18.2.11",
74480
74480
  "create-docusaurus": "3.5.2",
74481
74481
  "create-hono": "0.14.2",
74482
74482
  "create-next-app": "14.2.5",
@@ -74484,10 +74484,10 @@ var package_default = {
74484
74484
  "create-vite": "5.5.5",
74485
74485
  "create-remix": "2.13.1",
74486
74486
  "create-solid": "0.5.13",
74487
- "create-vue": "3.11.1",
74487
+ "create-vue": "3.12.0",
74488
74488
  gatsby: "5.13.7",
74489
- nuxi: "3.12.0",
74490
- sv: "0.5.11"
74489
+ nuxi: "3.15.0",
74490
+ sv: "0.6.1"
74491
74491
  }
74492
74492
  };
74493
74493
 
@@ -75310,7 +75310,7 @@ var configure7 = async (ctx) => {
75310
75310
  // preset: "cloudflare-pages"
75311
75311
  b2.objectProperty(
75312
75312
  b2.identifier("preset"),
75313
- b2.stringLiteral("./cloudflare-pages")
75313
+ b2.stringLiteral("cloudflare-pages")
75314
75314
  ),
75315
75315
  // output: {
75316
75316
  // dir: "{{ rootDir }}/dist",
@@ -76845,7 +76845,7 @@ var config25 = {
76845
76845
  var c3_default35 = config25;
76846
76846
 
76847
76847
  // ../wrangler/package.json
76848
- var version2 = "3.84.1";
76848
+ var version2 = "3.85.0";
76849
76849
 
76850
76850
  // src/git.ts
76851
76851
  var offerGit = async (ctx) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "2.31.1",
3
+ "version": "2.31.2",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -66,10 +66,10 @@
66
66
  "wrap-ansi": "^9.0.0",
67
67
  "xdg-app-paths": "^8.3.0",
68
68
  "yargs": "^17.7.2",
69
- "@cloudflare/cli": "1.1.1",
70
- "wrangler": "3.84.1",
71
69
  "@cloudflare/eslint-config-worker": "1.1.0",
72
- "@cloudflare/workers-tsconfig": "0.0.0"
70
+ "@cloudflare/workers-tsconfig": "0.0.0",
71
+ "@cloudflare/cli": "1.1.1",
72
+ "wrangler": "3.85.0"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=18.14.1"
@@ -1,6 +1,7 @@
1
1
  #:schema node_modules/wrangler/config-schema.json
2
2
  name = "<TBD>"
3
3
  compatibility_date = "<TBD>"
4
+ compatibility_flags = ["nodejs_compat"]
4
5
  pages_build_output_dir = "./dist"
5
6
 
6
7
  # Automatically place your workloads in an optimal location to minimize latency.
@@ -49,7 +49,7 @@ const configure = async (ctx: C3Context) => {
49
49
  // preset: "cloudflare-pages"
50
50
  b.objectProperty(
51
51
  b.identifier("preset"),
52
- b.stringLiteral("./cloudflare-pages"),
52
+ b.stringLiteral("cloudflare-pages"),
53
53
  ),
54
54
  // output: {
55
55
  // dir: "{{ rootDir }}/dist",