@fluxy-chat/create-fluxy-chat 0.5.13 → 0.5.19

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 (52) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/index.js +9 -4
  3. package/package.json +1 -1
  4. package/readme.md +2 -1
  5. package/templates/basic/package.json +1 -1
  6. package/templates/comments-board/package.json +1 -1
  7. package/templates/deal-room/package.json +1 -1
  8. package/templates/deal-room/src/App.tsx +17 -1
  9. package/templates/discord/package.json +1 -1
  10. package/templates/draw/package.json +1 -1
  11. package/templates/fleet-panel/package.json +1 -1
  12. package/templates/full/README.md +14 -4
  13. package/templates/full/fluxy.hosted.json +15 -0
  14. package/templates/full/package.json +4 -3
  15. package/templates/full/scripts/fluxy-deploy.mjs +53 -0
  16. package/templates/full/scripts/fluxy-setup.mjs +31 -7
  17. package/templates/full/src/App.tsx +14 -0
  18. package/templates/full/src/session.ts +7 -2
  19. package/templates/full/src/vite-env.d.ts +2 -1
  20. package/templates/game-tick/package.json +1 -1
  21. package/templates/iot-panel/package.json +1 -1
  22. package/templates/javascript-live-cursors/package.json +1 -1
  23. package/templates/live-cursors/.env.example +8 -5
  24. package/templates/live-cursors/package.json +2 -2
  25. package/templates/live-cursors/src/App.tsx +19 -2
  26. package/templates/live-cursors/src/vite-env.d.ts +1 -0
  27. package/templates/live-cursors-chat/package.json +1 -1
  28. package/templates/minimal/.env.example +2 -1
  29. package/templates/minimal/package.json +2 -2
  30. package/templates/minimal/src/App.tsx +1 -0
  31. package/templates/polls/.env.example +13 -0
  32. package/templates/polls/README.md +13 -0
  33. package/templates/polls/index.html +12 -0
  34. package/templates/polls/package.json +24 -0
  35. package/templates/polls/src/App.tsx +135 -0
  36. package/templates/polls/src/index.css +85 -0
  37. package/templates/polls/src/main.tsx +10 -0
  38. package/templates/polls/src/session.ts +73 -0
  39. package/templates/polls/src/vite-env.d.ts +13 -0
  40. package/templates/polls/tsconfig.json +21 -0
  41. package/templates/polls/vite.config.ts +7 -0
  42. package/templates/react/.env.example +9 -5
  43. package/templates/react/README.md +7 -32
  44. package/templates/react/package.json +2 -2
  45. package/templates/react/src/App.tsx +31 -23
  46. package/templates/react/src/vite-env.d.ts +1 -0
  47. package/templates/slack/package.json +1 -1
  48. package/templates/telegram/package.json +1 -1
  49. package/templates/tiptap-room/package.json +1 -1
  50. package/templates/voice-stage/package.json +1 -1
  51. package/templates/war-room/package.json +1 -1
  52. package/templates/whiteboard/package.json +1 -1
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@fluxy-chat/react": "^0.1.4",
13
- "@fluxy-chat/sdk": "^0.6.4",
13
+ "@fluxy-chat/sdk": "^0.6.5",
14
14
  "@fluxy-chat/ui": "^0.1.4",
15
15
  "react": "^19.0.0",
16
16
  "react-dom": "^19.0.0",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@fluxy-chat/react": "^0.1.4",
13
- "@fluxy-chat/sdk": "^0.6.4",
13
+ "@fluxy-chat/sdk": "^0.6.5",
14
14
  "react": "^19.0.0",
15
15
  "react-dom": "^19.0.0",
16
16
  "yjs": "^13.6.31",