create-cloudflare 2.41.0 → 2.41.2

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 (59) hide show
  1. package/dist/cli.js +1284 -1677
  2. package/package.json +6 -6
  3. package/templates/hello-world/c3.ts +3 -2
  4. package/{templates-experimental → templates}/hello-world-assets-only/c3.ts +4 -3
  5. package/templates/hello-world-durable-object/c3.ts +2 -2
  6. package/{templates-experimental → templates}/hello-world-durable-object-with-assets/c3.ts +3 -3
  7. package/{templates-experimental → templates}/hello-world-with-assets/c3.ts +3 -4
  8. package/templates/react/workers/js/src/App.css +45 -0
  9. package/templates/react/workers/js/src/assets/Cloudflare_Logo.svg +53 -26
  10. package/templates/react/workers/ts/src/App.css +45 -0
  11. package/templates/react/workers/ts/src/assets/Cloudflare_Logo.svg +51 -26
  12. package/templates-experimental/next/c3.ts +9 -9
  13. package/templates-experimental/next/templates/open-next.config.ts +5 -27
  14. package/templates-experimental/next/templates/wrangler.jsonc +0 -1
  15. /package/{templates-experimental → templates}/hello-world-assets-only/templates/package.json +0 -0
  16. /package/{templates-experimental → templates}/hello-world-assets-only/templates/public/index.html +0 -0
  17. /package/{templates-experimental → templates}/hello-world-assets-only/templates/wrangler.jsonc +0 -0
  18. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/.editorconfig +0 -0
  19. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/.prettierrc +0 -0
  20. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/__dot__gitignore +0 -0
  21. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/package.json +0 -0
  22. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/public/index.html +0 -0
  23. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/src/index.js +0 -0
  24. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/js/wrangler.jsonc +0 -0
  25. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/.editorconfig +0 -0
  26. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/.prettierrc +0 -0
  27. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/__dot__gitignore +0 -0
  28. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/package.json +0 -0
  29. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/public/index.html +0 -0
  30. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/src/index.ts +0 -0
  31. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/tsconfig.json +0 -0
  32. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/worker-configuration.d.ts +0 -0
  33. /package/{templates-experimental → templates}/hello-world-durable-object-with-assets/ts/wrangler.jsonc +0 -0
  34. /package/{templates-experimental → templates}/hello-world-with-assets/js/.editorconfig +0 -0
  35. /package/{templates-experimental → templates}/hello-world-with-assets/js/.prettierrc +0 -0
  36. /package/{templates-experimental → templates}/hello-world-with-assets/js/__dot__gitignore +0 -0
  37. /package/{templates-experimental → templates}/hello-world-with-assets/js/package.json +0 -0
  38. /package/{templates-experimental → templates}/hello-world-with-assets/js/public/index.html +0 -0
  39. /package/{templates-experimental → templates}/hello-world-with-assets/js/src/index.js +0 -0
  40. /package/{templates-experimental → templates}/hello-world-with-assets/js/test/index.spec.js +0 -0
  41. /package/{templates-experimental → templates}/hello-world-with-assets/js/vitest.config.js +0 -0
  42. /package/{templates-experimental → templates}/hello-world-with-assets/js/wrangler.jsonc +0 -0
  43. /package/{templates-experimental → templates}/hello-world-with-assets/py/__dot__gitignore +0 -0
  44. /package/{templates-experimental → templates}/hello-world-with-assets/py/package.json +0 -0
  45. /package/{templates-experimental → templates}/hello-world-with-assets/py/public/index.html +0 -0
  46. /package/{templates-experimental → templates}/hello-world-with-assets/py/src/entry.py +0 -0
  47. /package/{templates-experimental → templates}/hello-world-with-assets/py/wrangler.jsonc +0 -0
  48. /package/{templates-experimental → templates}/hello-world-with-assets/ts/.editorconfig +0 -0
  49. /package/{templates-experimental → templates}/hello-world-with-assets/ts/.prettierrc +0 -0
  50. /package/{templates-experimental → templates}/hello-world-with-assets/ts/__dot__gitignore +0 -0
  51. /package/{templates-experimental → templates}/hello-world-with-assets/ts/package.json +0 -0
  52. /package/{templates-experimental → templates}/hello-world-with-assets/ts/public/index.html +0 -0
  53. /package/{templates-experimental → templates}/hello-world-with-assets/ts/src/index.ts +0 -0
  54. /package/{templates-experimental → templates}/hello-world-with-assets/ts/test/index.spec.ts +0 -0
  55. /package/{templates-experimental → templates}/hello-world-with-assets/ts/test/tsconfig.json +0 -0
  56. /package/{templates-experimental → templates}/hello-world-with-assets/ts/tsconfig.json +0 -0
  57. /package/{templates-experimental → templates}/hello-world-with-assets/ts/vitest.config.mts +0 -0
  58. /package/{templates-experimental → templates}/hello-world-with-assets/ts/worker-configuration.d.ts +0 -0
  59. /package/{templates-experimental → templates}/hello-world-with-assets/ts/wrangler.jsonc +0 -0

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.