create-cloudflare 0.0.0-dae7bd4dd → 0.0.0-db0172707

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 (81) hide show
  1. package/dist/cli.js +638 -651
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/package.json +7 -7
  4. package/templates/astro/c3.ts +93 -5
  5. package/templates/hello-world/c3.ts +2 -3
  6. package/templates/hello-world-durable-object/c3.ts +2 -2
  7. package/templates/hello-world-durable-object/js/src/index.js +9 -10
  8. package/templates/hello-world-durable-object/js/wrangler.jsonc +1 -1
  9. package/templates/hello-world-durable-object/ts/src/index.ts +9 -10
  10. package/templates/hello-world-durable-object/ts/wrangler.jsonc +1 -1
  11. package/templates/react/workers/js/src/assets/Cloudflare_Logo.svg +5 -7
  12. package/templates/remix/c3.ts +63 -5
  13. package/{templates/astro/workers → templates-experimental/astro}/c3.ts +2 -2
  14. package/templates-experimental/astro/templates/js/public/.assetsignore +4 -0
  15. package/templates-experimental/astro/templates/ts/public/.assetsignore +4 -0
  16. package/{templates → templates-experimental}/hello-world-assets-only/c3.ts +3 -4
  17. package/{templates → templates-experimental}/hello-world-durable-object-with-assets/c3.ts +3 -3
  18. package/{templates → templates-experimental}/hello-world-with-assets/c3.ts +4 -3
  19. package/{templates/remix/workers → templates-experimental/remix}/c3.ts +2 -2
  20. package/templates/astro/pages/c3.ts +0 -98
  21. package/templates/astro/workers/templates/js/public/.assetsignore +0 -2
  22. package/templates/astro/workers/templates/ts/public/.assetsignore +0 -2
  23. package/templates/remix/pages/c3.ts +0 -68
  24. /package/templates/astro/{pages/templates → templates}/js/wrangler.jsonc +0 -0
  25. /package/templates/astro/{workers/templates → templates}/ts/src/env.d.ts +0 -0
  26. /package/templates/{hello-world-with-assets → astro/templates}/ts/worker-configuration.d.ts +0 -0
  27. /package/templates/astro/{pages/templates → templates}/ts/wrangler.jsonc +0 -0
  28. /package/templates/remix/{pages/templates → templates}/worker-configuration.d.ts +0 -0
  29. /package/templates/remix/{pages/templates → templates}/wrangler.jsonc +0 -0
  30. /package/{templates/astro/workers → templates-experimental/astro}/templates/js/wrangler.jsonc +0 -0
  31. /package/{templates/astro/pages → templates-experimental/astro}/templates/ts/src/env.d.ts +0 -0
  32. /package/{templates/astro/pages → templates-experimental/astro}/templates/ts/worker-configuration.d.ts +0 -0
  33. /package/{templates/astro/workers → templates-experimental/astro}/templates/ts/wrangler.jsonc +0 -0
  34. /package/{templates → templates-experimental}/hello-world-assets-only/templates/package.json +0 -0
  35. /package/{templates → templates-experimental}/hello-world-assets-only/templates/public/index.html +0 -0
  36. /package/{templates → templates-experimental}/hello-world-assets-only/templates/wrangler.jsonc +0 -0
  37. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/.editorconfig +0 -0
  38. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/.prettierrc +0 -0
  39. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/__dot__gitignore +0 -0
  40. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/package.json +0 -0
  41. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/public/index.html +0 -0
  42. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/src/index.js +0 -0
  43. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/js/wrangler.jsonc +0 -0
  44. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/.editorconfig +0 -0
  45. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/.prettierrc +0 -0
  46. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/__dot__gitignore +0 -0
  47. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/package.json +0 -0
  48. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/public/index.html +0 -0
  49. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/src/index.ts +0 -0
  50. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/tsconfig.json +0 -0
  51. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/worker-configuration.d.ts +0 -0
  52. /package/{templates → templates-experimental}/hello-world-durable-object-with-assets/ts/wrangler.jsonc +0 -0
  53. /package/{templates → templates-experimental}/hello-world-with-assets/js/.editorconfig +0 -0
  54. /package/{templates → templates-experimental}/hello-world-with-assets/js/.prettierrc +0 -0
  55. /package/{templates → templates-experimental}/hello-world-with-assets/js/__dot__gitignore +0 -0
  56. /package/{templates → templates-experimental}/hello-world-with-assets/js/package.json +0 -0
  57. /package/{templates → templates-experimental}/hello-world-with-assets/js/public/index.html +0 -0
  58. /package/{templates → templates-experimental}/hello-world-with-assets/js/src/index.js +0 -0
  59. /package/{templates → templates-experimental}/hello-world-with-assets/js/test/index.spec.js +0 -0
  60. /package/{templates → templates-experimental}/hello-world-with-assets/js/vitest.config.js +0 -0
  61. /package/{templates → templates-experimental}/hello-world-with-assets/js/wrangler.jsonc +0 -0
  62. /package/{templates → templates-experimental}/hello-world-with-assets/py/__dot__gitignore +0 -0
  63. /package/{templates → templates-experimental}/hello-world-with-assets/py/package.json +0 -0
  64. /package/{templates → templates-experimental}/hello-world-with-assets/py/public/index.html +0 -0
  65. /package/{templates → templates-experimental}/hello-world-with-assets/py/src/entry.py +0 -0
  66. /package/{templates → templates-experimental}/hello-world-with-assets/py/wrangler.jsonc +0 -0
  67. /package/{templates → templates-experimental}/hello-world-with-assets/ts/.editorconfig +0 -0
  68. /package/{templates → templates-experimental}/hello-world-with-assets/ts/.prettierrc +0 -0
  69. /package/{templates → templates-experimental}/hello-world-with-assets/ts/__dot__gitignore +0 -0
  70. /package/{templates → templates-experimental}/hello-world-with-assets/ts/package.json +0 -0
  71. /package/{templates → templates-experimental}/hello-world-with-assets/ts/public/index.html +0 -0
  72. /package/{templates → templates-experimental}/hello-world-with-assets/ts/src/index.ts +0 -0
  73. /package/{templates → templates-experimental}/hello-world-with-assets/ts/test/index.spec.ts +0 -0
  74. /package/{templates → templates-experimental}/hello-world-with-assets/ts/test/tsconfig.json +0 -0
  75. /package/{templates → templates-experimental}/hello-world-with-assets/ts/tsconfig.json +0 -0
  76. /package/{templates → templates-experimental}/hello-world-with-assets/ts/vitest.config.mts +0 -0
  77. /package/{templates/astro/workers/templates → templates-experimental/hello-world-with-assets}/ts/worker-configuration.d.ts +0 -0
  78. /package/{templates → templates-experimental}/hello-world-with-assets/ts/wrangler.jsonc +0 -0
  79. /package/{templates/remix/workers → templates-experimental/remix}/templates/public/.assetsignore +0 -0
  80. /package/{templates/remix/workers → templates-experimental/remix}/templates/worker-configuration.d.ts +0 -0
  81. /package/{templates/remix/workers → templates-experimental/remix}/templates/wrangler.toml +0 -0