create-cloudflare 2.66.3 → 2.66.4
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 +3 -3
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -94470,7 +94470,7 @@ var Yargs = YargsFactory(esm_default2);
|
|
|
94470
94470
|
var yargs_default = Yargs;
|
|
94471
94471
|
|
|
94472
94472
|
// package.json
|
|
94473
|
-
var version = "2.66.
|
|
94473
|
+
var version = "2.66.4";
|
|
94474
94474
|
|
|
94475
94475
|
// src/metrics.ts
|
|
94476
94476
|
var import_node_async_hooks = require("node:async_hooks");
|
|
@@ -96086,7 +96086,7 @@ var package_default = {
|
|
|
96086
96086
|
"@tanstack/create-start": "0.59.8",
|
|
96087
96087
|
"create-analog": "2.3.1",
|
|
96088
96088
|
"create-astro": "5.0.5",
|
|
96089
|
-
"create-docusaurus": "3.
|
|
96089
|
+
"create-docusaurus": "3.10.0",
|
|
96090
96090
|
"create-hono": "0.19.4",
|
|
96091
96091
|
"create-next-app": "16.2.2",
|
|
96092
96092
|
"create-qwik": "1.19.2",
|
|
@@ -98550,7 +98550,7 @@ Retrieve API references and limits from:
|
|
|
98550
98550
|
var import_node_assert6 = __toESM(require("node:assert"));
|
|
98551
98551
|
|
|
98552
98552
|
// ../wrangler/package.json
|
|
98553
|
-
var version2 = "4.81.
|
|
98553
|
+
var version2 = "4.81.1";
|
|
98554
98554
|
|
|
98555
98555
|
// src/git.ts
|
|
98556
98556
|
var offerGit = async (ctx) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "2.66.
|
|
3
|
+
"version": "2.66.4",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@babel/parser": "^7.21.3",
|
|
32
32
|
"@babel/types": "^7.21.4",
|
|
33
33
|
"@clack/prompts": "^0.6.3",
|
|
34
|
-
"@cloudflare/workers-types": "^4.
|
|
34
|
+
"@cloudflare/workers-types": "^4.20260409.1",
|
|
35
35
|
"@types/command-exists": "^1.2.0",
|
|
36
36
|
"@types/cross-spawn": "^6.0.2",
|
|
37
37
|
"@types/deepmerge": "^2.2.0",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"yargs": "^17.7.2",
|
|
75
75
|
"@cloudflare/cli": "1.4.0",
|
|
76
76
|
"@cloudflare/codemod": "1.1.0",
|
|
77
|
-
"@cloudflare/vite-plugin": "1.31.1",
|
|
78
|
-
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
79
77
|
"@cloudflare/mock-npm-registry": "0.0.0",
|
|
78
|
+
"@cloudflare/vite-plugin": "1.31.2",
|
|
80
79
|
"@cloudflare/workers-utils": "0.15.0",
|
|
81
|
-
"
|
|
80
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
81
|
+
"wrangler": "4.81.1"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=20.0.0"
|