create-cloudflare 2.20.0 → 2.20.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 +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -3897,7 +3897,7 @@ var init_args = __esm({
|
|
|
3897
3897
|
var version, devDependencies;
|
|
3898
3898
|
var init_package = __esm({
|
|
3899
3899
|
"package.json"() {
|
|
3900
|
-
version = "2.20.
|
|
3900
|
+
version = "2.20.1";
|
|
3901
3901
|
devDependencies = {
|
|
3902
3902
|
"@babel/parser": "^7.21.3",
|
|
3903
3903
|
"@babel/types": "^7.21.4",
|
|
@@ -77802,7 +77802,7 @@ init_command();
|
|
|
77802
77802
|
init_packageManagers();
|
|
77803
77803
|
|
|
77804
77804
|
// ../wrangler/package.json
|
|
77805
|
-
var version2 = "3.51.
|
|
77805
|
+
var version2 = "3.51.2";
|
|
77806
77806
|
|
|
77807
77807
|
// src/git.ts
|
|
77808
77808
|
init_package();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cloudflare",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"yargs": "^17.7.1",
|
|
70
70
|
"yarn": "^1.22.19",
|
|
71
71
|
"@cloudflare/cli": "1.1.1",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
72
|
+
"wrangler": "3.51.2",
|
|
73
|
+
"@cloudflare/workers-tsconfig": "0.0.0"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=18.14.1"
|