create-cloudflare 2.50.5 → 2.50.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 +6 -6
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -78436,7 +78436,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
78436
78436
|
var yargs_default = Yargs;
|
|
78437
78437
|
|
|
78438
78438
|
// package.json
|
|
78439
|
-
var version = "2.50.
|
|
78439
|
+
var version = "2.50.6";
|
|
78440
78440
|
|
|
78441
78441
|
// src/metrics.ts
|
|
78442
78442
|
var import_node_async_hooks = require("node:async_hooks");
|
|
@@ -79239,20 +79239,20 @@ var package_default = {
|
|
|
79239
79239
|
"so that we can use dependabot to update these dependencies automatically."
|
|
79240
79240
|
],
|
|
79241
79241
|
dependencies: {
|
|
79242
|
-
"create-astro": "4.
|
|
79242
|
+
"create-astro": "4.13.0",
|
|
79243
79243
|
"create-analog": "1.8.1",
|
|
79244
79244
|
"@angular/create": "19.2.12",
|
|
79245
79245
|
"create-docusaurus": "3.8.1",
|
|
79246
79246
|
"create-hono": "0.19.2",
|
|
79247
79247
|
"create-next-app": "15.3.5",
|
|
79248
|
-
"create-qwik": "1.
|
|
79248
|
+
"create-qwik": "1.15.0",
|
|
79249
79249
|
"create-vite": "7.0.3",
|
|
79250
79250
|
"create-remix": "2.16.8",
|
|
79251
|
-
"create-react-router": "7.7.
|
|
79251
|
+
"create-react-router": "7.7.1",
|
|
79252
79252
|
"create-solid": "0.6.5",
|
|
79253
79253
|
"create-vue": "3.17.0",
|
|
79254
79254
|
gatsby: "5.14.5",
|
|
79255
|
-
sv: "0.8.
|
|
79255
|
+
sv: "0.8.20",
|
|
79256
79256
|
nuxi: "3.25.1"
|
|
79257
79257
|
}
|
|
79258
79258
|
};
|
|
@@ -81898,7 +81898,7 @@ var c3_default50 = config46;
|
|
|
81898
81898
|
var import_node_assert2 = __toESM(require("node:assert"));
|
|
81899
81899
|
|
|
81900
81900
|
// ../wrangler/package.json
|
|
81901
|
-
var version2 = "4.26.
|
|
81901
|
+
var version2 = "4.26.1";
|
|
81902
81902
|
|
|
81903
81903
|
// src/git.ts
|
|
81904
81904
|
var offerGit = async (ctx) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "2.50.
|
|
3
|
+
"version": "2.50.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.
|
|
33
|
+
"@cloudflare/workers-types": "^4.20250726.0",
|
|
34
34
|
"@iarna/toml": "^3.0.0",
|
|
35
35
|
"@types/command-exists": "^1.2.0",
|
|
36
36
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/degit": "^2.8.6",
|
|
39
39
|
"@types/dns2": "^2.0.3",
|
|
40
40
|
"@types/esprima": "^4.0.3",
|
|
41
|
-
"@types/node": "^20.
|
|
41
|
+
"@types/node": "^20.19.9",
|
|
42
42
|
"@types/semver": "^7.5.1",
|
|
43
43
|
"@types/which-pm-runs": "^1.0.0",
|
|
44
44
|
"@types/yargs": "^17.0.22",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@cloudflare/cli": "1.1.1",
|
|
76
76
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
|
77
77
|
"@cloudflare/mock-npm-registry": "0.0.0",
|
|
78
|
-
"@cloudflare/vite-plugin": "1.10.
|
|
78
|
+
"@cloudflare/vite-plugin": "1.10.2",
|
|
79
79
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
80
|
-
"wrangler": "4.26.
|
|
80
|
+
"wrangler": "4.26.1"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=18.14.1"
|