create-cloudflare 0.0.0-d637bd59 → 0.0.0-d6585178
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 +2 -2
package/dist/cli.js
CHANGED
|
@@ -3814,7 +3814,7 @@ var init_args = __esm({
|
|
|
3814
3814
|
var version, devDependencies;
|
|
3815
3815
|
var init_package = __esm({
|
|
3816
3816
|
"package.json"() {
|
|
3817
|
-
version = "0.0.0-
|
|
3817
|
+
version = "0.0.0-d6585178";
|
|
3818
3818
|
devDependencies = {
|
|
3819
3819
|
"@babel/parser": "^7.21.3",
|
|
3820
3820
|
"@babel/types": "^7.21.4",
|
|
@@ -24218,7 +24218,7 @@ var init_package2 = __esm({
|
|
|
24218
24218
|
],
|
|
24219
24219
|
dependencies: {
|
|
24220
24220
|
"create-astro": "4.7.2",
|
|
24221
|
-
"@angular/create": "17.1.
|
|
24221
|
+
"@angular/create": "17.1.3",
|
|
24222
24222
|
"create-docusaurus": "3.1.1",
|
|
24223
24223
|
"create-hono": "0.3.2",
|
|
24224
24224
|
"create-next-app": "14.1.0",
|
|
@@ -25812,7 +25812,7 @@ var init_poll = __esm({
|
|
|
25812
25812
|
var version2;
|
|
25813
25813
|
var init_package3 = __esm({
|
|
25814
25814
|
"../wrangler/package.json"() {
|
|
25815
|
-
version2 = "3.
|
|
25815
|
+
version2 = "3.28.0";
|
|
25816
25816
|
}
|
|
25817
25817
|
});
|
|
25818
25818
|
|
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-d6585178",
|
|
4
4
|
"description": "A CLI for creating and deploying new applications to Cloudflare.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"yarn": "^1.22.19",
|
|
68
68
|
"@cloudflare/cli": "1.1.1",
|
|
69
69
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
70
|
-
"wrangler": "3.
|
|
70
|
+
"wrangler": "3.28.0"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=18.14.1"
|