create-cloudflare 2.47.0 → 2.47.1
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 +3 -3
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.1";
|
|
74564
74564
|
|
|
74565
74565
|
// src/metrics.ts
|
|
74566
74566
|
var import_node_async_hooks = require("node:async_hooks");
|
|
@@ -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.15.
|
|
78032
|
+
var version2 = "4.15.1";
|
|
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.1",
|
|
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.1",
|
|
77
77
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
78
|
-
"wrangler": "4.15.
|
|
78
|
+
"wrangler": "4.15.1"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=18.14.1"
|