create-cloudflare 2.25.1 → 2.25.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 +4 -4
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -2881,7 +2881,7 @@ ${grayBar} ${msg}`);
|
|
|
2881
2881
|
var version;
|
|
2882
2882
|
var init_package = __esm({
|
|
2883
2883
|
"package.json"() {
|
|
2884
|
-
version = "2.25.
|
|
2884
|
+
version = "2.25.2";
|
|
2885
2885
|
}
|
|
2886
2886
|
});
|
|
2887
2887
|
|
|
@@ -25129,7 +25129,7 @@ var init_frameworks = __esm({
|
|
|
25129
25129
|
var version2;
|
|
25130
25130
|
var init_package3 = __esm({
|
|
25131
25131
|
"../wrangler/package.json"() {
|
|
25132
|
-
version2 = "3.72.
|
|
25132
|
+
version2 = "3.72.2";
|
|
25133
25133
|
}
|
|
25134
25134
|
});
|
|
25135
25135
|
|
|
@@ -71550,7 +71550,7 @@ var init_templates = __esm({
|
|
|
71550
71550
|
description: "Select from the most popular full-stack web frameworks"
|
|
71551
71551
|
},
|
|
71552
71552
|
{
|
|
71553
|
-
label: "
|
|
71553
|
+
label: "Application Starter",
|
|
71554
71554
|
value: "demo",
|
|
71555
71555
|
description: "Select from a range of starter applications using various Cloudflare products"
|
|
71556
71556
|
},
|
|
@@ -77075,7 +77075,7 @@ var cliDefinition = {
|
|
|
77075
77075
|
values: [
|
|
77076
77076
|
{ name: "hello-world", description: "Hello World example" },
|
|
77077
77077
|
{ name: "web-framework", description: "Framework Starter" },
|
|
77078
|
-
{ name: "demo", description: "
|
|
77078
|
+
{ name: "demo", description: "Application Starter" },
|
|
77079
77079
|
{ name: "remote-template", description: "Template from a Github repo" }
|
|
77080
77080
|
]
|
|
77081
77081
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.2",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@babel/parser": "^7.21.3",
|
|
30
30
|
"@babel/types": "^7.21.4",
|
|
31
31
|
"@clack/prompts": "^0.6.3",
|
|
32
|
-
"@cloudflare/workers-types": "^4.
|
|
32
|
+
"@cloudflare/workers-types": "^4.20240821.1",
|
|
33
33
|
"@iarna/toml": "^3.0.0",
|
|
34
34
|
"@types/command-exists": "^1.2.0",
|
|
35
35
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"which-pm-runs": "^1.1.0",
|
|
65
65
|
"wrap-ansi": "^9.0.0",
|
|
66
66
|
"yargs": "^17.7.2",
|
|
67
|
-
"@cloudflare/cli": "1.1.1",
|
|
68
67
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
68
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
69
|
+
"wrangler": "3.72.2",
|
|
70
|
+
"@cloudflare/cli": "1.1.1"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=18.14.1"
|