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.
Files changed (87) hide show
  1. package/dist/cli.js +1563 -1405
  2. package/package.json +9 -9
  3. package/templates/analog/c3.ts +39 -61
  4. package/templates/analog/templates/wrangler.jsonc +10 -3
  5. package/templates/angular/pages/templates/wrangler.jsonc +2 -2
  6. package/templates/angular/workers/templates/wrangler.jsonc +2 -2
  7. package/templates/astro/pages/templates/js/wrangler.jsonc +2 -2
  8. package/templates/astro/pages/templates/ts/wrangler.jsonc +2 -2
  9. package/templates/astro/workers/templates/js/wrangler.jsonc +2 -2
  10. package/templates/astro/workers/templates/ts/wrangler.jsonc +2 -2
  11. package/templates/common/js/package.json +1 -1
  12. package/templates/common/js/wrangler.jsonc +2 -2
  13. package/templates/common/ts/package.json +1 -1
  14. package/templates/common/ts/wrangler.jsonc +2 -2
  15. package/templates/docusaurus/workers/templates/wrangler.jsonc +2 -2
  16. package/templates/gatsby/workers/templates/wrangler.jsonc +2 -2
  17. package/templates/hello-world/c3.ts +0 -12
  18. package/templates/hello-world/js/package.json +1 -1
  19. package/templates/hello-world/js/wrangler.jsonc +2 -2
  20. package/templates/hello-world/py/package.json +1 -1
  21. package/templates/hello-world/py/pyproject.toml +1 -1
  22. package/templates/hello-world/py/wrangler.jsonc +2 -2
  23. package/templates/hello-world/ts/package.json +1 -1
  24. package/templates/hello-world/ts/wrangler.jsonc +2 -2
  25. package/templates/hello-world-assets-only/templates/package.json +1 -1
  26. package/templates/hello-world-assets-only/templates/wrangler.jsonc +2 -2
  27. package/templates/hello-world-durable-object/js/package.json +1 -1
  28. package/templates/hello-world-durable-object/js/wrangler.jsonc +2 -2
  29. package/templates/hello-world-durable-object/py/package.json +1 -1
  30. package/templates/hello-world-durable-object/py/pyproject.toml +1 -1
  31. package/templates/hello-world-durable-object/py/wrangler.jsonc +2 -2
  32. package/templates/hello-world-durable-object/ts/package.json +1 -1
  33. package/templates/hello-world-durable-object/ts/wrangler.jsonc +2 -2
  34. package/templates/hello-world-durable-object-with-assets/js/package.json +1 -1
  35. package/templates/hello-world-durable-object-with-assets/js/wrangler.jsonc +2 -2
  36. package/templates/hello-world-durable-object-with-assets/py/package.json +1 -1
  37. package/templates/hello-world-durable-object-with-assets/py/pyproject.toml +1 -1
  38. package/templates/hello-world-durable-object-with-assets/py/wrangler.jsonc +2 -2
  39. package/templates/hello-world-durable-object-with-assets/ts/package.json +1 -1
  40. package/templates/hello-world-durable-object-with-assets/ts/wrangler.jsonc +2 -2
  41. package/templates/hello-world-with-assets/js/package.json +1 -1
  42. package/templates/hello-world-with-assets/js/wrangler.jsonc +2 -2
  43. package/templates/hello-world-with-assets/py/package.json +1 -1
  44. package/templates/hello-world-with-assets/py/pyproject.toml +1 -1
  45. package/templates/hello-world-with-assets/py/wrangler.jsonc +2 -2
  46. package/templates/hello-world-with-assets/ts/package.json +1 -1
  47. package/templates/hello-world-with-assets/ts/wrangler.jsonc +2 -2
  48. package/templates/hello-world-workflows/js/package.json +1 -1
  49. package/templates/hello-world-workflows/js/wrangler.jsonc +2 -2
  50. package/templates/hello-world-workflows/ts/package.json +1 -1
  51. package/templates/hello-world-workflows/ts/wrangler.jsonc +2 -2
  52. package/templates/hono/pages/templates/wrangler.jsonc +2 -2
  53. package/templates/hono/workers/templates/wrangler.jsonc +2 -2
  54. package/templates/next/c3.ts +9 -22
  55. package/templates/next/experimental_c3.ts +26 -0
  56. package/templates/nuxt/pages/templates/wrangler.jsonc +2 -2
  57. package/templates/nuxt/workers/templates/wrangler.jsonc +2 -2
  58. package/templates/openapi/ts/wrangler.jsonc +2 -2
  59. package/templates/pre-existing/js/package.json +1 -1
  60. package/templates/queues/js/package.json +1 -1
  61. package/templates/queues/js/wrangler.jsonc +2 -2
  62. package/templates/queues/ts/package.json +1 -1
  63. package/templates/queues/ts/wrangler.jsonc +2 -2
  64. package/templates/qwik/pages/templates/wrangler.jsonc +2 -2
  65. package/templates/qwik/workers/templates/wrangler.jsonc +2 -2
  66. package/templates/react/pages/templates/wrangler.jsonc +2 -2
  67. package/templates/react/workers/js/wrangler.jsonc +2 -2
  68. package/templates/react/workers/ts/wrangler.jsonc +2 -2
  69. package/templates/scheduled/js/package.json +1 -1
  70. package/templates/scheduled/js/wrangler.jsonc +2 -2
  71. package/templates/scheduled/ts/package.json +2 -2
  72. package/templates/scheduled/ts/wrangler.jsonc +2 -2
  73. package/templates/solid/templates/wrangler.jsonc +2 -2
  74. package/templates/svelte/pages/templates/wrangler.jsonc +2 -2
  75. package/templates/svelte/workers/templates/wrangler.jsonc +2 -2
  76. package/templates/vue/pages/templates/wrangler.jsonc +2 -2
  77. package/templates/vue/workers/js/wrangler.jsonc +2 -2
  78. package/templates/vue/workers/ts/wrangler.jsonc +2 -2
  79. package/templates/waku/wrangler.jsonc +2 -2
  80. package/templates/analog/snippets/devBindingsModule.ts +0 -7
  81. package/templates/analog/templates/env.d.ts +0 -13
  82. package/templates/analog/templates/src/dev-bindings.ts +0 -18
  83. package/templates/next/templates/.dev.vars +0 -2
  84. package/templates/next/templates/__dot__gitignore +0 -39
  85. package/templates/next/templates/open-next.config.ts +0 -9
  86. package/templates/next/templates/public/_headers +0 -3
  87. 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.