create-cloudflare 2.58.0 → 2.60.0
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 +1563 -1405
- package/package.json +9 -9
- package/templates/analog/c3.ts +39 -61
- package/templates/analog/templates/wrangler.jsonc +10 -3
- package/templates/angular/pages/templates/wrangler.jsonc +2 -2
- package/templates/angular/workers/templates/wrangler.jsonc +2 -2
- package/templates/astro/pages/templates/js/wrangler.jsonc +2 -2
- package/templates/astro/pages/templates/ts/wrangler.jsonc +2 -2
- package/templates/astro/workers/templates/js/wrangler.jsonc +2 -2
- package/templates/astro/workers/templates/ts/wrangler.jsonc +2 -2
- package/templates/common/js/package.json +1 -1
- package/templates/common/js/wrangler.jsonc +2 -2
- package/templates/common/ts/package.json +1 -1
- package/templates/common/ts/wrangler.jsonc +2 -2
- package/templates/docusaurus/workers/templates/wrangler.jsonc +2 -2
- package/templates/gatsby/workers/templates/wrangler.jsonc +2 -2
- package/templates/hello-world/c3.ts +0 -12
- package/templates/hello-world/js/package.json +1 -1
- package/templates/hello-world/js/wrangler.jsonc +2 -2
- package/templates/hello-world/py/package.json +1 -1
- package/templates/hello-world/py/pyproject.toml +1 -1
- package/templates/hello-world/py/wrangler.jsonc +2 -2
- package/templates/hello-world/ts/package.json +1 -1
- package/templates/hello-world/ts/wrangler.jsonc +2 -2
- package/templates/hello-world-assets-only/templates/package.json +1 -1
- package/templates/hello-world-assets-only/templates/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object/js/package.json +1 -1
- package/templates/hello-world-durable-object/js/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object/py/package.json +1 -1
- package/templates/hello-world-durable-object/py/pyproject.toml +1 -1
- package/templates/hello-world-durable-object/py/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object/ts/package.json +1 -1
- package/templates/hello-world-durable-object/ts/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object-with-assets/js/package.json +1 -1
- package/templates/hello-world-durable-object-with-assets/js/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object-with-assets/py/package.json +1 -1
- package/templates/hello-world-durable-object-with-assets/py/pyproject.toml +1 -1
- package/templates/hello-world-durable-object-with-assets/py/wrangler.jsonc +2 -2
- package/templates/hello-world-durable-object-with-assets/ts/package.json +1 -1
- package/templates/hello-world-durable-object-with-assets/ts/wrangler.jsonc +2 -2
- package/templates/hello-world-with-assets/js/package.json +1 -1
- package/templates/hello-world-with-assets/js/wrangler.jsonc +2 -2
- package/templates/hello-world-with-assets/py/package.json +1 -1
- package/templates/hello-world-with-assets/py/pyproject.toml +1 -1
- package/templates/hello-world-with-assets/py/wrangler.jsonc +2 -2
- package/templates/hello-world-with-assets/ts/package.json +1 -1
- package/templates/hello-world-with-assets/ts/wrangler.jsonc +2 -2
- package/templates/hello-world-workflows/js/package.json +1 -1
- package/templates/hello-world-workflows/js/wrangler.jsonc +2 -2
- package/templates/hello-world-workflows/ts/package.json +1 -1
- package/templates/hello-world-workflows/ts/wrangler.jsonc +2 -2
- package/templates/hono/pages/templates/wrangler.jsonc +2 -2
- package/templates/hono/workers/templates/wrangler.jsonc +2 -2
- package/templates/next/c3.ts +9 -22
- package/templates/next/experimental_c3.ts +26 -0
- package/templates/nuxt/pages/templates/wrangler.jsonc +2 -2
- package/templates/nuxt/workers/templates/wrangler.jsonc +2 -2
- package/templates/openapi/ts/wrangler.jsonc +2 -2
- package/templates/pre-existing/js/package.json +1 -1
- package/templates/queues/js/package.json +1 -1
- package/templates/queues/js/wrangler.jsonc +2 -2
- package/templates/queues/ts/package.json +1 -1
- package/templates/queues/ts/wrangler.jsonc +2 -2
- package/templates/qwik/pages/templates/wrangler.jsonc +2 -2
- package/templates/qwik/workers/templates/wrangler.jsonc +2 -2
- package/templates/react/pages/templates/wrangler.jsonc +2 -2
- package/templates/react/workers/js/wrangler.jsonc +2 -2
- package/templates/react/workers/ts/wrangler.jsonc +2 -2
- package/templates/scheduled/js/package.json +1 -1
- package/templates/scheduled/js/wrangler.jsonc +2 -2
- package/templates/scheduled/ts/package.json +2 -2
- package/templates/scheduled/ts/wrangler.jsonc +2 -2
- package/templates/solid/templates/wrangler.jsonc +2 -2
- package/templates/svelte/pages/templates/wrangler.jsonc +2 -2
- package/templates/svelte/workers/templates/wrangler.jsonc +2 -2
- package/templates/vue/pages/templates/wrangler.jsonc +2 -2
- package/templates/vue/workers/js/wrangler.jsonc +2 -2
- package/templates/vue/workers/ts/wrangler.jsonc +2 -2
- package/templates/waku/wrangler.jsonc +2 -2
- package/templates/analog/snippets/devBindingsModule.ts +0 -7
- package/templates/analog/templates/env.d.ts +0 -13
- package/templates/analog/templates/src/dev-bindings.ts +0 -18
- package/templates/next/templates/.dev.vars +0 -2
- package/templates/next/templates/__dot__gitignore +0 -39
- package/templates/next/templates/open-next.config.ts +0 -9
- package/templates/next/templates/public/_headers +0 -3
- package/templates/next/templates/wrangler.jsonc +0 -13
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.