create-cloudflare 0.0.0-abfdbb41 → 0.0.0-ae2d5cb5
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 +1 -1
- package/package.json +1 -1
- package/templates/common/js/wrangler.toml +1 -1
- package/templates/common/ts/wrangler.toml +1 -1
- package/templates/hello-world/js/wrangler.toml +1 -1
- package/templates/hello-world/ts/wrangler.toml +1 -1
- package/templates/queues/js/wrangler.toml +1 -1
- package/templates/queues/ts/wrangler.toml +1 -1
- package/templates/scheduled/js/wrangler.toml +1 -1
- package/templates/scheduled/ts/wrangler.toml +1 -1
- /package/templates/common/js/src/{worker.js → index.js} +0 -0
- /package/templates/common/ts/src/{worker.ts → index.ts} +0 -0
- /package/templates/hello-world/js/src/{worker.js → index.js} +0 -0
- /package/templates/hello-world/ts/src/{worker.ts → index.ts} +0 -0
- /package/templates/queues/js/src/{worker.js → index.js} +0 -0
- /package/templates/queues/ts/src/{worker.ts → index.ts} +0 -0
- /package/templates/scheduled/js/src/{worker.js → index.js} +0 -0
- /package/templates/scheduled/ts/src/{worker.ts → index.ts} +0 -0
package/dist/cli.js
CHANGED
|
@@ -58802,7 +58802,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
58802
58802
|
var yargs_default = Yargs;
|
|
58803
58803
|
|
|
58804
58804
|
// package.json
|
|
58805
|
-
var version = "0.0.0-
|
|
58805
|
+
var version = "0.0.0-ae2d5cb5";
|
|
58806
58806
|
var devDependencies = {
|
|
58807
58807
|
"@babel/parser": "^7.21.3",
|
|
58808
58808
|
"@babel/types": "^7.21.4",
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|