@titas_mallick/wedding-site-gen 1.0.0 → 1.0.1

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,7 +55,7 @@ NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET= # Should be an 'Unsigned' preset
55
55
  ```
56
56
 
57
57
  ### 2. Admin Access
58
- The email **`titas@titas.titas`** is hardcoded as the primary administrator. When logged in with this account:
58
+ The configured admin email has primary administrator privileges. When logged in with this account:
59
59
  - **Guestbook**: A delete button appears on all guest photos.
60
60
  - **Song Requests**: "Mark as Played" and "Delete" controls are enabled in the queue.
61
61
  - **Updates**: Ability to post and refine messages via AI.
@@ -80,4 +80,4 @@ To enable guest uploads:
80
80
  - `/components/ConciergeBot.tsx`: The sitewide AI assistant component.
81
81
 
82
82
  ## 📜 License
83
- This project is private and intended for the wedding of Titas Mallick & Sukanya Saha.
83
+ This project is open-source and intended for wedding celebrations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titas_mallick/wedding-site-gen",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "bin": {
5
5
  "create-wedding-site": "./cli.mjs"
6
6
  },