create-cloudflare 2.43.6 → 2.43.8
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.
|
|
74563
|
+
var version = "2.43.8";
|
|
74564
74564
|
|
|
74565
74565
|
// src/metrics.ts
|
|
74566
74566
|
var import_node_async_hooks = require("node:async_hooks");
|
|
@@ -75337,18 +75337,18 @@ var package_default = {
|
|
|
75337
75337
|
dependencies: {
|
|
75338
75338
|
"create-astro": "4.11.1",
|
|
75339
75339
|
"create-analog": "1.8.1",
|
|
75340
|
-
"@angular/create": "19.2.
|
|
75340
|
+
"@angular/create": "19.2.6",
|
|
75341
75341
|
"create-docusaurus": "3.7.0",
|
|
75342
|
-
"create-hono": "0.
|
|
75342
|
+
"create-hono": "0.17.0",
|
|
75343
75343
|
"create-next-app": "15.2.1",
|
|
75344
|
-
"create-qwik": "1.
|
|
75344
|
+
"create-qwik": "1.13.0",
|
|
75345
75345
|
"create-vite": "6.3.1",
|
|
75346
|
-
"create-remix": "2.
|
|
75347
|
-
"create-react-router": "7.
|
|
75346
|
+
"create-remix": "2.16.5",
|
|
75347
|
+
"create-react-router": "7.5.0",
|
|
75348
75348
|
"create-solid": "0.6.2",
|
|
75349
|
-
"create-vue": "3.
|
|
75349
|
+
"create-vue": "3.16.4",
|
|
75350
75350
|
gatsby: "5.14.1",
|
|
75351
|
-
sv: "0.
|
|
75351
|
+
sv: "0.8.0",
|
|
75352
75352
|
nuxi: "3.24.1"
|
|
75353
75353
|
}
|
|
75354
75354
|
};
|
|
@@ -76204,8 +76204,8 @@ var config16 = {
|
|
|
76204
76204
|
configVersion: 1,
|
|
76205
76205
|
id: "hello-world-assets-only",
|
|
76206
76206
|
path: "templates/hello-world-assets-only",
|
|
76207
|
-
displayName: "
|
|
76208
|
-
description: "For static sites
|
|
76207
|
+
displayName: "Static site",
|
|
76208
|
+
description: "For static sites or when using your own backend. Uses Workers Static Assets.",
|
|
76209
76209
|
platform: "workers",
|
|
76210
76210
|
copyFiles: {
|
|
76211
76211
|
path: "./templates"
|
|
@@ -76259,8 +76259,8 @@ var config19 = {
|
|
|
76259
76259
|
configVersion: 1,
|
|
76260
76260
|
id: "hello-world-with-assets",
|
|
76261
76261
|
path: "templates/hello-world-with-assets",
|
|
76262
|
-
displayName: "
|
|
76263
|
-
description: "For
|
|
76262
|
+
displayName: "SSR / full-stack app",
|
|
76263
|
+
description: "For sites with a backend API, or server-side rendering (SSR). Uses Static Assets with a Worker.",
|
|
76264
76264
|
platform: "workers",
|
|
76265
76265
|
copyFiles: {
|
|
76266
76266
|
variants: {
|
|
@@ -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.
|
|
78068
|
+
var version2 = "4.11.0";
|
|
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.
|
|
3
|
+
"version": "2.43.8",
|
|
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.
|
|
33
|
+
"@cloudflare/workers-types": "^4.20250410.0",
|
|
34
34
|
"@iarna/toml": "^3.0.0",
|
|
35
35
|
"@types/command-exists": "^1.2.0",
|
|
36
36
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"degit": "^2.8.4",
|
|
53
53
|
"dns2": "^2.1.0",
|
|
54
54
|
"dotenv": "^16.0.0",
|
|
55
|
-
"esbuild": "0.
|
|
55
|
+
"esbuild": "0.25.2",
|
|
56
56
|
"execa": "^7.1.1",
|
|
57
57
|
"glob": "^10.3.3",
|
|
58
58
|
"haikunator": "^2.1.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/vite-plugin": "1.0.4",
|
|
76
|
-
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
77
75
|
"@cloudflare/mock-npm-registry": "0.0.0",
|
|
78
|
-
"
|
|
76
|
+
"@cloudflare/vite-plugin": "1.0.6",
|
|
77
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
78
|
+
"wrangler": "4.11.0"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=18.14.1"
|
|
@@ -4,9 +4,9 @@ const config: TemplateConfig = {
|
|
|
4
4
|
configVersion: 1,
|
|
5
5
|
id: "hello-world-assets-only",
|
|
6
6
|
path: "templates/hello-world-assets-only",
|
|
7
|
-
displayName: "
|
|
7
|
+
displayName: "Static site",
|
|
8
8
|
description:
|
|
9
|
-
"For static sites
|
|
9
|
+
"For static sites or when using your own backend. Uses Workers Static Assets.",
|
|
10
10
|
platform: "workers",
|
|
11
11
|
copyFiles: {
|
|
12
12
|
path: "./templates",
|
|
@@ -4,8 +4,9 @@ const config: TemplateConfig = {
|
|
|
4
4
|
configVersion: 1,
|
|
5
5
|
id: "hello-world-with-assets",
|
|
6
6
|
path: "templates/hello-world-with-assets",
|
|
7
|
-
displayName: "
|
|
8
|
-
description:
|
|
7
|
+
displayName: "SSR / full-stack app",
|
|
8
|
+
description:
|
|
9
|
+
"For sites with a backend API, or server-side rendering (SSR). Uses Static Assets with a Worker.",
|
|
9
10
|
platform: "workers",
|
|
10
11
|
copyFiles: {
|
|
11
12
|
variants: {
|