create-cloudflare 0.0.0-ab3fd06f → 0.0.0-ac93411f
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 +2 -2
- package/package.json +3 -3
- package/templates/remix/c3.ts +1 -1
package/dist/cli.js
CHANGED
|
@@ -3851,7 +3851,7 @@ var init_args = __esm({
|
|
|
3851
3851
|
var version, devDependencies;
|
|
3852
3852
|
var init_package = __esm({
|
|
3853
3853
|
"package.json"() {
|
|
3854
|
-
version = "0.0.0-
|
|
3854
|
+
version = "0.0.0-ac93411f";
|
|
3855
3855
|
devDependencies = {
|
|
3856
3856
|
"@babel/parser": "^7.21.3",
|
|
3857
3857
|
"@babel/types": "^7.21.4",
|
|
@@ -71260,7 +71260,7 @@ var init_c310 = __esm({
|
|
|
71260
71260
|
await runFrameworkGenerator(ctx, [
|
|
71261
71261
|
ctx.project.name,
|
|
71262
71262
|
"--template",
|
|
71263
|
-
"https://github.com/remix-run/remix/tree/main/templates/
|
|
71263
|
+
"https://github.com/remix-run/remix/tree/main/templates/cloudflare"
|
|
71264
71264
|
]);
|
|
71265
71265
|
logRaw("");
|
|
71266
71266
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-ac93411f",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"which-pm-runs": "^1.1.0",
|
|
67
67
|
"yargs": "^17.7.1",
|
|
68
68
|
"yarn": "^1.22.19",
|
|
69
|
-
"@cloudflare/
|
|
69
|
+
"@cloudflare/cli": "1.1.1",
|
|
70
70
|
"wrangler": "3.35.0",
|
|
71
|
-
"@cloudflare/
|
|
71
|
+
"@cloudflare/workers-tsconfig": "0.0.0"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=18.14.1"
|
package/templates/remix/c3.ts
CHANGED
|
@@ -13,7 +13,7 @@ const generate = async (ctx: C3Context) => {
|
|
|
13
13
|
await runFrameworkGenerator(ctx, [
|
|
14
14
|
ctx.project.name,
|
|
15
15
|
"--template",
|
|
16
|
-
"https://github.com/remix-run/remix/tree/main/templates/
|
|
16
|
+
"https://github.com/remix-run/remix/tree/main/templates/cloudflare",
|
|
17
17
|
]);
|
|
18
18
|
|
|
19
19
|
logRaw(""); // newline
|