@sansavision/create-pulse 0.4.5 → 0.4.6

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 (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -51,6 +51,8 @@ async function main() {
51
51
  return p.select({
52
52
  message: "Pick a template:",
53
53
  options: [
54
+ { value: "nextjs-auth-node-demo", label: "Next.js + Node + Auth (Full Demo)", hint: "Better Auth, video calls, all features" },
55
+ { value: "aurora-auth-node-demo", label: "Aurora + Node + Auth (Full Demo)", hint: "Better Auth, video calls, all features" },
54
56
  { value: "nextjs-auth-demo", label: "Next.js + Auth (Full Demo)", hint: "Better Auth, video calls, all features" },
55
57
  { value: "react-watch-together", label: "Watch Together (React + TS)", hint: "Synchronized video playback" },
56
58
  { value: "react-all-features", label: "All Features (React + TS)", hint: "Chat, Video, Audio, RPC" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sansavision/create-pulse",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Scaffold a new Pulse application",
5
5
  "main": "dist/index.js",
6
6
  "bin": {