create-cloudflare 2.47.0 → 2.47.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 +8 -8
- package/package.json +3 -3
- package/templates/next/workers/c3.ts +1 -1
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.47.
|
|
74563
|
+
var version = "2.47.2";
|
|
74564
74564
|
|
|
74565
74565
|
// src/metrics.ts
|
|
74566
74566
|
var import_node_async_hooks = require("node:async_hooks");
|
|
@@ -75337,9 +75337,9 @@ var package_default = {
|
|
|
75337
75337
|
dependencies: {
|
|
75338
75338
|
"create-astro": "4.11.4",
|
|
75339
75339
|
"create-analog": "1.8.1",
|
|
75340
|
-
"@angular/create": "19.2.
|
|
75340
|
+
"@angular/create": "19.2.12",
|
|
75341
75341
|
"create-docusaurus": "3.7.0",
|
|
75342
|
-
"create-hono": "0.
|
|
75342
|
+
"create-hono": "0.19.1",
|
|
75343
75343
|
"create-next-app": "15.3.2",
|
|
75344
75344
|
"create-qwik": "1.13.0",
|
|
75345
75345
|
"create-vite": "6.5.0",
|
|
@@ -75348,8 +75348,8 @@ var package_default = {
|
|
|
75348
75348
|
"create-solid": "0.6.2",
|
|
75349
75349
|
"create-vue": "3.16.4",
|
|
75350
75350
|
gatsby: "5.14.3",
|
|
75351
|
-
sv: "0.8.
|
|
75352
|
-
nuxi: "3.25.
|
|
75351
|
+
sv: "0.8.6",
|
|
75352
|
+
nuxi: "3.25.1"
|
|
75353
75353
|
}
|
|
75354
75354
|
};
|
|
75355
75355
|
|
|
@@ -76578,7 +76578,7 @@ var updateNextConfig2 = (usesTs) => {
|
|
|
76578
76578
|
writeFile2(configFile, updatedConfigFile);
|
|
76579
76579
|
s.stop(`${brandColor(`updated`)} ${dim(`\`${configFile}\``)}`);
|
|
76580
76580
|
};
|
|
76581
|
-
var envInterfaceName4 = "
|
|
76581
|
+
var envInterfaceName4 = "CloudflareEnv";
|
|
76582
76582
|
var typesPath2 = "./cloudflare-env.d.ts";
|
|
76583
76583
|
var c3_default25 = {
|
|
76584
76584
|
configVersion: 1,
|
|
@@ -78029,7 +78029,7 @@ var c3_default50 = config47;
|
|
|
78029
78029
|
var import_node_assert = __toESM(require("node:assert"));
|
|
78030
78030
|
|
|
78031
78031
|
// ../wrangler/package.json
|
|
78032
|
-
var version2 = "4.
|
|
78032
|
+
var version2 = "4.16.0";
|
|
78033
78033
|
|
|
78034
78034
|
// src/git.ts
|
|
78035
78035
|
var offerGit = async (ctx) => {
|
|
@@ -78600,7 +78600,7 @@ var createContext = async (args, prevArgs) => {
|
|
|
78600
78600
|
}
|
|
78601
78601
|
template = {
|
|
78602
78602
|
workersTypes: "generated",
|
|
78603
|
-
typesPath: "worker-configuration.d.ts",
|
|
78603
|
+
typesPath: "./worker-configuration.d.ts",
|
|
78604
78604
|
envInterfaceName: "Env",
|
|
78605
78605
|
...template
|
|
78606
78606
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "2.47.
|
|
3
|
+
"version": "2.47.2",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@cloudflare/cli": "1.1.1",
|
|
74
74
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
|
75
75
|
"@cloudflare/mock-npm-registry": "0.0.0",
|
|
76
|
-
"@cloudflare/vite-plugin": "1.2.
|
|
76
|
+
"@cloudflare/vite-plugin": "1.2.3",
|
|
77
77
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
78
|
-
"wrangler": "4.
|
|
78
|
+
"wrangler": "4.16.0"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=18.14.1"
|
|
@@ -42,7 +42,7 @@ const updateNextConfig = (usesTs: boolean) => {
|
|
|
42
42
|
s.stop(`${brandColor(`updated`)} ${dim(`\`${configFile}\``)}`);
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
-
const envInterfaceName = "
|
|
45
|
+
const envInterfaceName = "CloudflareEnv";
|
|
46
46
|
const typesPath = "./cloudflare-env.d.ts";
|
|
47
47
|
export default {
|
|
48
48
|
configVersion: 1,
|